diff options
Diffstat (limited to 'doc/keys.txt')
-rw-r--r-- | doc/keys.txt | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/doc/keys.txt b/doc/keys.txt index 8deb480..bccd47a 100644 --- a/doc/keys.txt +++ b/doc/keys.txt @@ -19,18 +19,18 @@ table 1: code | key ------|--------------- - 0x80 | caps lock - 0x81 | insert - 0x82 | num lock - 0x83 | scroll lock - 0x84 | left shift - 0x85 | right shift - 0x86 | left alt - 0x87 | right alt - 0x88 | left control - 0x89 | right control - 0x8a | left meta - 0x8b | right meta + 0x80 | left shift + 0x81 | right shift + 0x82 | left control + 0x83 | right control + 0x84 | left alt + 0x85 | right alt + 0x86 | left win + 0x87 | right win + 0x88 | caps lock + 0x89 | num lock + 0x8a | scroll lock + 0x8b | insert 0x8c | reserved .... | reserved 0x97 | reserved @@ -102,4 +102,4 @@ bit 10: left meta bit 11: right meta bits 12-23 are reserved for future versions. in this version, they should be set -to zero when giving a keycode, and should be ignored when recieving a keycode.
\ No newline at end of file +to zero when giving a keycode, and should be ignored when recieving a keycode. |