Subversion Repositories HelenOS

Rev

Rev 2479 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2479 Rev 3905
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_EVENT   1024
41
#define KBD_MS_LEFT     1025
41
#define KBD_MS_LEFT 1025
42
#define KBD_MS_RIGHT    1026
42
#define KBD_MS_RIGHT    1026
43
#define KBD_MS_MIDDLE   1027
43
#define KBD_MS_MIDDLE   1027
44
#define KBD_MS_MOVE     1028
44
#define KBD_MS_MOVE 1028
45
 
45
 
46
#define KBD_KEY_F1  0x3b
46
#define KBD_KEY_F1  0x3b
47
#define KBD_KEY_F2  0x3c
47
#define KBD_KEY_F2  0x3c
48
#define KBD_KEY_F3  0x3d
48
#define KBD_KEY_F3  0x3d
49
#define KBD_KEY_F4  0x3e
49
#define KBD_KEY_F4  0x3e