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
|
<!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>Keyboard navigation</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: 20%; text-align: center;"><a href="Devices.htm"><img src="back.gif" alt="Devices" align="top" border="0"></a> <a href="Devices.htm">Devices</a></td>
<td style="width: 20%; text-align: center;"> <a href="Using4Pane.htm"><img src="up.gif" alt="Using 4Pane" align="top" border="0"></a> <a href="Using4Pane.htm">Using 4Pane</a></td>
<td style="width: 20%; text-align: center;"> <a align="middle" href="Previews.htm">Previews</a> <a href="Previews.htm"><img src="forward.gif" alt="Previews" align="top" border="0"></a></td>
</tr>
</tbody>
</table>
</center>
<hr>
<h2><u>Keyboard navigation</u></h2>
<p>
I tend to use the mouse most of the time. However from version 1.0 there is more support for those who prefer to navigate from the keyboard.
<br><br>
There are keyboard shortcuts for:
<ul>
<li> Navigating between adjacent panes e.g. from a dir-view to the corresponding file-view.</li>
<li> Navigating to the opposite equivalent pane e.g. from a dir-view to the opposite dir-view.</li>
<li> Navigating to and from the panes, the toolbar text field, and (if open) the terminal emulator and the command-line.</li>
<li> Returning to the previous location (if it's still open).</li>
<li> Cycling through the tabs (should multiple tabs be visible).</li>
</ul>
These shortcuts are <a href="ConfiguringShortcuts.htm">configurable</a>, though as usual not all key combinations will work; some will be grabbed by gtk or your desktop environment. Most don't have default settings, so choose your own.
<br><br><br>
There are also the following ways of moving through a dir-view tree, which are set by the toolkit and can't be changed:<br>
<ul>
<li> The <b>Up</b> and <b>Down</b> arrows, as you'd expect, move up/down to the next visible directory.</li>
<li> The <b>Left</b> arrow moves to the parent directory.</li>
<li> The <b>Right</b> arrow unfolds the current directory if closed, and moves to the first child. If there isn't one, it moves down.</li>
<li> '<b>+</b>' unfolds the selected branch.</li>
<li> '<b>-</b>' folds the selected branch.</li>
<li> '<b>*</b>' toggles the fold state of the selected branch and all its children.</li>
</ul>
</p>
</body></html>
|