Rev 1706 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1706 | Rev 1707 | ||
---|---|---|---|
Line 35... | Line 35... | ||
35 | */ |
35 | */ |
36 | 36 | ||
37 | #ifndef _KBD_KEYS_H_ |
37 | #ifndef _KBD_KEYS_H_ |
38 | #define _KBD_KEYS_H_ |
38 | #define _KBD_KEYS_H_ |
39 | 39 | ||
40 | #define KBD_PUSHCHAR 1024 |
40 | #define KBD_PUSHCHAR 1024 |
- | 41 | #define KBD_MS_LEFT 1025 |
|
- | 42 | #define KBD_MS_RIGHT 1026 |
|
- | 43 | #define KBD_MS_MIDDLE 1027 |
|
- | 44 | #define KBD_MS_MOVE 1028 |
|
41 | 45 | ||
42 | #define KBD_KEY_F1 0x3b |
46 | #define KBD_KEY_F1 0x3b |
43 | #define KBD_KEY_F2 0x3c |
47 | #define KBD_KEY_F2 0x3c |
44 | #define KBD_KEY_F3 0x3d |
48 | #define KBD_KEY_F3 0x3d |
45 | #define KBD_KEY_F4 0x3e |
49 | #define KBD_KEY_F4 0x3e |