summaryrefslogtreecommitdiff
path: root/help/en/html/opie-console/fkeyboard.html
blob: 7a7fe90307870d0ad234bac3ab33a6017f565b58 (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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>

<body>
<h1>Keyboard Values</h1>
Q Keycodes are for mostly special keys that do not actually have a text value
but do some action. For example the F1 ~ F12 keys, Page Up, Page Down and so
on. Unicode value is for your normal keys like 'A', Space, and any other value
that you can see on the screen. 
<br><p>

Q Keycodes are in qnamespace.h, but must be converted to decimal. Here are a few of the
most important values.<p>

Escape = 4096<br>
Backspace = 4099<br>
Return = 4100<br>
Enter = 4101<br>
Insert = 4102<br>
Delete = 4103<br>
Home = 4112<br>
End = 4113<br><p>

Unicode values can be discovered by... <!-- insert some easy way to get them here -->



</body>

</html>