blob: 94f2f67caea1b4c7e0c8ac60c27e98f5d5211566 (
plain)
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
|
<html>
<body style="background-color: #000; color: #fff">
<h2>Keyboard magic</h2>
<img src="i/keyboard.jpg" width="100%" />
<table style="width: 100%">
<tr>
<th>Volume key</th>
<td>Tap up/down to change font size in console</td>
</tr>
<tr>
<th>Right alt</th>
<td>Tap for '/'</td>
</tr>
<tr>
<th>Right shift</th>
<td>Tap for 'TAB' key</td>
</tr>
<tr>
<th>Trackball</th>
<td>Tap once to toggle CTRL on, twice to send Esc</td>
</tr>
<tr>
<th>Left shift</th>
<td>Hold left shift and tap number for F1, F2, etc</td>
</tr>
<tr>
<th>Picture key</th>
<td>Tap to send Ctrl+A Space (for 'screen' users)</td>
</tr>
</table>
</body>
</html>
|