This file is indexed.

/usr/share/doc/kdiff3-doc/html/selections.html is in kdiff3-doc 0.9.98-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<html><head><title>Select, Copy And Paste</title><link rel="stylesheet" type="text/css" href="help:/common/kde-default.css"><link rel="stylesheet" type="text/css" href="help:/common/kde-docs.css"><link rel="stylesheet" type="text/css" href="help:/common/kde-localised.css"><meta name="generator" content="DocBook XSL Stylesheets V1.79.1"><meta name="keywords" content="KDE, kdeextragear, kdiff3, diff, merge, CVS, triplediff, compare, files, directories, version control, three-way-merge, in-line-differences, synchronise, kpart, kio, networktransparent, editor, white space, comments"><link rel="home" href="index.html" title="The KDiff3 Handbook"><link rel="up" href="documentation.html" title="Chapter 2. File Comparison And Merge"><link rel="prev" href="navigation.html" title="Navigation And Editing"><link rel="next" href="saving.html" title="Saving"><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><meta name="GENERATOR" content="KDE XSL Stylesheet V1.14 using libxslt"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div id="content"><div id="header"><div id="header_content"><div id="header_left"><div id="header_right"><img src="help:/common/top-kde.jpg" width="36" height="34"> Select, Copy And Paste</div></div></div></div><div class="navCenter"><table class="navigation"><tr><td class="prevCell"><a accesskey="p" href="navigation.html">Prev</a></td><td class="upCell">File Comparison And Merge</td><td class="nextCell"><a accesskey="n" href="saving.html">Next</a></td></tr></table></div><div id="contentBody"><div class="sect1"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="selections"></a>Select, Copy And Paste</h2></div></div></div><p>
   The input windows don't show a cursor, so selections must be made
   with   the mouse by clicking with the left mouse button at the start, holding
   down   the mousebutton and moving to the end, where you release the mouse
   button   again. You can also select a word by double clicking it. In the merge
   output   editor you can also select via the keyboard by holding the "shift"-button
   and navigation with the cursor keys.
</p><p>
   If the selection exceeds the visible range you can move the mouse over the 
   window borders which causes <span class="application">KDiff3</span> to scroll in that direction. 
</p><p>
   For very large selections you can also use the navigation keys while holding down 
   the mouse. E.g. use page up and page down to quickly go to a certain position. At the 
   end position release the mouse button.
</p><p>
   In order to select everything in the current window use menu "Edit"-&gt;"Select All" (Ctrl-A).
</p><p>
   To copy to the clipboard you must press the "Copy"-button (Ctrl-C or Ctrl-Insert).
   But there exists an option "Auto Copy Selection". If this is enabled,
   then whatever you select is copied immediately and you don't need to explicitly
   copy. But pay attention when using this because the contents of the clipboard
   might then be destroyed accidentally.
</p><p>
   "Cut" (Ctrl-X or Shift-Delete) copies to the clipboard and deletes the
   selected text.
</p><p>
   "Paste" (Ctrl-V or Shift-Insert) inserts the text in the clipboard at the 
   cursorposition or over the current selection.
   If you paste to either diff input window the contents of the clipboard will 
   be shown in that window and the comparison will restart immediately. This is 
   useful if you want to quickly grab a piece of text from somewhere and 
   compare it with something else without first creating files.
</p></div></div><div id="footer"><div class="navCenter"><table class="navigation"><tr><td class="prevCell"><a accesskey="p" href="navigation.html">Prev</a></td><td class="upCell"><a accesskey="h" href="index.html">Contents</a></td><td class="nextCell"><a accesskey="n" href="saving.html">Next</a></td></tr><tr><td class="prevCell">Navigation And Editing </td><td class="upCell">File Comparison And Merge</td><td class="nextCell"> Saving</td></tr></table></div><div id="footer_text">Would you like to make a comment or contribute an update to this page?<br>Send feedback to the <a href="mailto:kde-doc-english@kde.org" class="footer_email">KDE Docs Team</a></div></div></div></body></html>