File: keyboard.html

package info (click to toggle)
gamgi 0.17.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 21,236 kB
  • sloc: ansic: 166,847; xml: 116,171; makefile: 565; sh: 5
file content (53 lines) | stat: -rw-r--r-- 2,147 bytes parent folder | download | duplicates (6)
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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">

<head>
<title>GAMGI Interfaces: Introduction Keyboard</title>
<link rel="icon" type="image/png" href="../../icon/gamgi16.png"/>
<link rel="stylesheet" type="text/css" href="../../css/base.css"/>
<link rel="stylesheet" type="text/css" href="../../css/board.css"/>
</head>

<body>

<div class="board">
<div>Introduction Keyboard</div><div>&nbsp;</div>
</div>

<div class="contents">

GAMGI windows can be navigated using the keyboard: 1) pressing <b>Tab</b> or 
<b>Down</b> moves forward, to the next active widget (entry, menu, button, etc., 
but not label), while pressing <b>Up</b> moves backward to the previous widget. 
Pressing <b>Enter</b> when a button has focus, has the same effect as clicking 
the mouse over the button.

<p/>

Users can enlarge the drawing area to full screen size by pressing <b>Escape</b>. Pressing the same key again restores the initial state.

<p/>

When several GAMGI windows are open simultaneously, users can navigate through 
them by pressing <b>Page Up</b> and <b>Page Down</b>. This is particularly useful 
to navigate through multiple windows in full screen mode, when window manager 
decorations are no longer available.

<p/>

To hide the menus section, for example to increase the space available for drawing, just press the <b>F1</b> key. Pressing the same key again restores the initial state. To hide the tools section, just press the <b>F2</b> key. Pressing the same key again restores the initial state. To hide the status and scripting sections, just press the <b>F3</b> key. Pressing the same key again restores the initial state.

<p/>

Pressing <b>Ctrl C</b> over any GAMGI window or over the launching xterm window works exactly as if <b>Gamgi->Exit</b> had been selected, showing the <b>Gamgi Exit</b> confirmation dialog. Pressing the <b>End</b> key over any GAMGI window has exactly the same effect.

</div>

<div id="bottom">
<a href="../../index.shtml">Home</a>
</div>

</body>
</html>