/usr/share/doc/exmh/html/Seditpref.html is in exmh 1:2.8.0-6.
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 34 35 36 37 38 39 40 41 42 43 44 45 | <Html>
<Head>
<Title>Sedit Binding Editor Help</Title>
<!-- Author: bwelch -->
</Head>
<Body>
<h1 align=center>Sedit Key Binding Setup</h1>
<p>
Use <button -command Sedit_Pref>this dialog</button> to change the
keybindings for edit functions.
<h2>Options</h2>
<p>
Type Kills SEL - whether or not typing overwrites the current selection.
<p>
Paste Sets Insert - whether or not <Button-2> to paste also sets
the insert cursor (where stuff will get pasted).
<p>
Note: The selpaste function is for additional keybindings for paste.
<p>
Scroll Button: The Tk text widgets scroll if you hold down a mouse
button and drag. This setting chooses which button to use. The default
is <Button-2>. In this case, if you drag scroll, there is no
paste operation.
<h2>Event Syntax</h2>
<ul>
<li>Any sequence like <meta-x> also results in a binding for
<escape><x>
<li>Case is significant in the keywords Control, Meta, Shift, Key,
etc. Watch out for BackSpace, with a cap S.
<li>Multiple bindings: to bind multiple (different) keystrokes to a
function, separate the sequences with spaces.
</ul>
<p>
The Events Helper lets you discover what events are generated by the
keys on your keyboard.
</Body>
</Html>
|