OSDN Git Service

Initial revision
[hengband/hengband.git] / lib / pref / pref-gcu.prf
1 # CVS: Last edit by $Author$ on $Date$
2 # File: pref-gcu.prf
3
4 #
5 # This file may be included by "pref.prf", when using "main-gcu.prf".
6 #
7 # It contains macro definitions to allow the VT100 cursor keys to be
8 # recognized by Angband.  This will also make the "escape" key take a
9 # few seconds to recognize, so you may want to use the "`" key instead.
10 #
11
12
13 ### VT100 Keypad ###
14
15
16 # Special keypad keys (delete, insert)
17
18 A:.
19 P:\e[3~
20
21 A:0
22 P:\e[2~
23
24
25 # Numerical keypad keys (map to appropriate number)
26
27 A:1
28 P:\e[4~
29 P:\e[F
30
31 A:2
32 P:\e[B
33
34 A:3
35 P:\e[6~
36
37 A:4
38 P:\e[D
39
40 A:5
41 P:\e[G
42
43 A:6
44 P:\e[C
45
46 A:7
47 P:\e[1~
48 P:\e[H
49
50 A:8
51 P:\e[A
52
53 A:9
54 P:\e[5~
55
56
57 # Basic function keys (F1 - F4)
58
59 A:\e
60 P:\eOP
61
62 A:\e
63 P:\eOQ
64
65 A:\e
66 P:\eOR
67
68 A:\e
69 P:\eOS
70
71