File: Seditpref.html

package info (click to toggle)
exmh 1%3A2.9.0-8
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,932 kB
  • sloc: tcl: 38,143; perl: 1,647; makefile: 130; sh: 101; exp: 75; csh: 9; sed: 2
file content (46 lines) | stat: -rw-r--r-- 1,240 bytes parent folder | download | duplicates (13)
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
46
<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 &lt;Button-2&gt; 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 &lt;Button-2&gt;. In this case, if you drag scroll, there is no
paste operation. 

<h2>Event Syntax</h2>
<ul>
<li>Any sequence like &lt;meta-x&gt; also results in a binding for
    &lt;escape&gt;&lt;x&gt;
<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>