File: ConfiguringShortcuts.htm

package info (click to toggle)
4pane 8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 10,480 kB
  • sloc: cpp: 38,358; ansic: 5,186; sh: 4,359; makefile: 157; xml: 27
file content (66 lines) | stat: -rw-r--r-- 3,796 bytes parent folder | download | duplicates (2)
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
  <title>Configuring Shortcuts</title>
</head>
<body style="background-color: rgb(255, 255, 255); direction: ltr;">

<center>
<table style="margin-left: auto; margin-right: auto; width: 100%; text-align: center;" border="0" cellpadding="2" cellspacing="2">
  <tbody>
    <tr>
      <td style="width: 33%; text-align: center;"><a href="Configure.htm"><img src="back.gif" alt="Configuring 4Pane" align="top" border="0"></a>&nbsp;&nbsp;<a href="Configure.htm">Configuring 4Pane</a></td>
      <td style="width: 34%; text-align: center;">&nbsp;&nbsp;<a href="Configure.htm"><img src="up.gif" alt="Configuring 4Pane" align="top" border="0"></a>&nbsp;&nbsp;<a href="Configure.htm">Configuring 4Pane</a></td>
      <td style="width: 33%; text-align: center;">&nbsp;&nbsp;<a href="ConfigureUserDefTools.htm">User-defined Tools</a>&nbsp;&nbsp;<a href="ConfigureUserDefTools.htm"><img src="forward.gif" alt="User-defined Tools" align="top" border="0"></a></td>
      </td>
    </tr>
  </tbody>
</table>
</center>

<hr>
<h2><u>Configuring Shortcuts</u></h2>

<p>4Pane uses the standard key-bindings for things like Copy and Paste, and provides default bindings for most others.
However all shortcuts can be changed to those of your choice, either from the <b>Shortcuts</b> page of the Configuration dialog 
(<i>Options > Configure 4Pane</i>) or by pressing <b>Ctrl-S</b>.
 You will see a list of all the possible commands. Double-click on the one to be changed (or
select it and press Enter), and a dialog will appear which will let you:

<ul>
  <li> <b><u>Change the Key-Binding</u></b> by pressing the desired keys.
        So to change Copy from the default Ctrl-C to Ctrl-Comma, press both the
        Ctrl key and the ',' key. In theory it's possible to choose almost any key
        combination, however foolish. Each key can be used alone (e.g. F1 for
        Help) or in combination with any or all of the Ctrl, Shift and Alt
        keys. However some combinations won't work as they will have been
        pre-empted by your window-manager (e.g. Ctrl-Alt-Delete).<br>
    
        If you change your mind in the future, you can cancel a
        user-defined key-binding by:
	      <ul>
          <li> Entering a different key combination.</li>
		      <li> Clicking the <b>Default button</b> to return to the default (if there was one).</li>
		      <li> Clicking the <b>Clear button</b> to remove any binding for this command.</li>
	      </ul><br></li>
  <li> <b><u>Change the Label</u></b>. If the command in question can be
        accessed from a menu, you might wish to change the label that appears
        there. If so, your first step should be to lie down until the feeling
        goes away. If it doesn't, you can replace the label with
        one of your choice by clicking the <b>Change Label button</b>
        and following the instructions.<br><br></li>
    
  <li> <b><u>Change the Help String</u></b>. Again this applies only to commands that have menu entries. As you
        won't have noticed, some of these entries, when highlit by the cursor
        hovering over them, produce a helpfully descriptive message on the left
        of the status bar. If you wish to amend or remove such a message or add
        your own, click the <b>Change Help String button</b>
        and follow the instructions.<br></li>
</ul>
<br>
There is also a tick-box at the top of the dialog, that controls whether mnemonics are displayed in the shortcut labels e.g. <b>C&amp;ut</b> instead of <b>Cut</b>. (Even if it's hidden in the main list, you can still see and change the mnemonic if you edit the label.)<br><br>

</p>
</body>
</html>