-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrl-const.el
124 lines (122 loc) · 3.29 KB
/
rl-const.el
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
;; DO NOT EDIT!
;; This file is autogenerated by rl-parser.el
;; enum KeyboardKey
(defconst rl-key-null 0)
(defconst rl-key-apostrophe 39)
(defconst rl-key-comma 44)
(defconst rl-key-minus 45)
(defconst rl-key-period 46)
(defconst rl-key-slash 47)
(defconst rl-key-zero 48)
(defconst rl-key-one 49)
(defconst rl-key-two 50)
(defconst rl-key-three 51)
(defconst rl-key-four 52)
(defconst rl-key-five 53)
(defconst rl-key-six 54)
(defconst rl-key-seven 55)
(defconst rl-key-eight 56)
(defconst rl-key-nine 57)
(defconst rl-key-semicolon 59)
(defconst rl-key-equal 61)
(defconst rl-key-a 65)
(defconst rl-key-b 66)
(defconst rl-key-c 67)
(defconst rl-key-d 68)
(defconst rl-key-e 69)
(defconst rl-key-f 70)
(defconst rl-key-g 71)
(defconst rl-key-h 72)
(defconst rl-key-i 73)
(defconst rl-key-j 74)
(defconst rl-key-k 75)
(defconst rl-key-l 76)
(defconst rl-key-m 77)
(defconst rl-key-n 78)
(defconst rl-key-o 79)
(defconst rl-key-p 80)
(defconst rl-key-q 81)
(defconst rl-key-r 82)
(defconst rl-key-s 83)
(defconst rl-key-t 84)
(defconst rl-key-u 85)
(defconst rl-key-v 86)
(defconst rl-key-w 87)
(defconst rl-key-x 88)
(defconst rl-key-y 89)
(defconst rl-key-z 90)
(defconst rl-key-left-bracket 91)
(defconst rl-key-backslash 92)
(defconst rl-key-right-bracket 93)
(defconst rl-key-grave 96)
(defconst rl-key-space 32)
(defconst rl-key-escape 256)
(defconst rl-key-enter 257)
(defconst rl-key-tab 258)
(defconst rl-key-backspace 259)
(defconst rl-key-insert 260)
(defconst rl-key-delete 261)
(defconst rl-key-right 262)
(defconst rl-key-left 263)
(defconst rl-key-down 264)
(defconst rl-key-up 265)
(defconst rl-key-page-up 266)
(defconst rl-key-page-down 267)
(defconst rl-key-home 268)
(defconst rl-key-end 269)
(defconst rl-key-caps-lock 280)
(defconst rl-key-scroll-lock 281)
(defconst rl-key-num-lock 282)
(defconst rl-key-print-screen 283)
(defconst rl-key-pause 284)
(defconst rl-key-f1 290)
(defconst rl-key-f2 291)
(defconst rl-key-f3 292)
(defconst rl-key-f4 293)
(defconst rl-key-f5 294)
(defconst rl-key-f6 295)
(defconst rl-key-f7 296)
(defconst rl-key-f8 297)
(defconst rl-key-f9 298)
(defconst rl-key-f10 299)
(defconst rl-key-f11 300)
(defconst rl-key-f12 301)
(defconst rl-key-left-shift 340)
(defconst rl-key-left-control 341)
(defconst rl-key-left-alt 342)
(defconst rl-key-left-super 343)
(defconst rl-key-right-shift 344)
(defconst rl-key-right-control 345)
(defconst rl-key-right-alt 346)
(defconst rl-key-right-super 347)
(defconst rl-key-kb-menu 348)
(defconst rl-key-kp-0 320)
(defconst rl-key-kp-1 321)
(defconst rl-key-kp-2 322)
(defconst rl-key-kp-3 323)
(defconst rl-key-kp-4 324)
(defconst rl-key-kp-5 325)
(defconst rl-key-kp-6 326)
(defconst rl-key-kp-7 327)
(defconst rl-key-kp-8 328)
(defconst rl-key-kp-9 329)
(defconst rl-key-kp-decimal 330)
(defconst rl-key-kp-divide 331)
(defconst rl-key-kp-multiply 332)
(defconst rl-key-kp-subtract 333)
(defconst rl-key-kp-add 334)
(defconst rl-key-kp-enter 335)
(defconst rl-key-kp-equal 336)
(defconst rl-key-back 4)
(defconst rl-key-menu 82)
(defconst rl-key-volume-up 24)
(defconst rl-key-volume-down 25)
;; enum MouseButton
(defconst rl-mouse-button-left 0)
(defconst rl-mouse-button-right 1)
(defconst rl-mouse-button-middle 2)
(defconst rl-mouse-button-side 3)
(defconst rl-mouse-button-extra 4)
(defconst rl-mouse-button-forward 5)
(defconst rl-mouse-button-back 6)
(provide 'rl-const)