-rw-r--r-- | help/en/html/opie-console/fkeyboard.html | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/help/en/html/opie-console/fkeyboard.html b/help/en/html/opie-console/fkeyboard.html new file mode 100644 index 0000000..7a7fe90 --- a/dev/null +++ b/help/en/html/opie-console/fkeyboard.html | |||
@@ -0,0 +1,30 @@ | |||
1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> | ||
2 | <html> | ||
3 | |||
4 | <body> | ||
5 | <h1>Keyboard Values</h1> | ||
6 | Q Keycodes are for mostly special keys that do not actually have a text value | ||
7 | but do some action. For example the F1 ~ F12 keys, Page Up, Page Down and so | ||
8 | on. Unicode value is for your normal keys like 'A', Space, and any other value | ||
9 | that you can see on the screen. | ||
10 | <br><p> | ||
11 | |||
12 | Q Keycodes are in qnamespace.h, but must be converted to decimal. Here are a few of the | ||
13 | most important values.<p> | ||
14 | |||
15 | Escape = 4096<br> | ||
16 | Backspace = 4099<br> | ||
17 | Return = 4100<br> | ||
18 | Enter = 4101<br> | ||
19 | Insert = 4102<br> | ||
20 | Delete = 4103<br> | ||
21 | Home = 4112<br> | ||
22 | End = 4113<br><p> | ||
23 | |||
24 | Unicode values can be discovered by... <!-- insert some easy way to get them here --> | ||
25 | |||
26 | |||
27 | |||
28 | </body> | ||
29 | |||
30 | </html> | ||