OSDN Git Service

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