File: mykeydef.h

package info (click to toggle)
xppaut 5.85-3.3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 11,568 kB
  • ctags: 7,729
  • sloc: ansic: 80,804; cpp: 965; makefile: 271
file content (18 lines) | stat: -rw-r--r-- 219 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#define RIGHT 6
#define LEFT 2
#define UP 16
#define PGUP 22
#define PGDN 21
#define DOWN 14
#define HOME 1
#define END 5
#define DEL 9 
#define BKSP 8
#define FINE 13
#define ESC 27
#define TAB 10
#define BADKEY 0