root/trunk/lib/pref/pref-mac.prf

Revision 918, 2.0 kB (checked in by takkaria, 6 months ago)

Use consistent newlines everywhere, and also set the svn:eol-style property to native on all text files.

  • Property svn:eol-style set to native
Line 
1 # File: pref-mac.prf
2
3 #
4 # This file is included by "pref.prf" when "main-mac.c" is used.
5 #
6 # See "lib/help/command.txt" and "src/files.c" for more information.
7 #
8
9
10 #
11 # Macro Trigger configuration
12 #
13 # T:<trigger template>:<modifiers>:<modifier name1>:<modifier name2>:....
14 # '&' in <trigger template> specifies location of modifier character.
15 # '#' in <trigger template> specifies location of key code.
16 #
17 # If <trigger template> is null string, all trigger difinition will be cleared.
18
19 T:&#:CSOX:control-:shift-:option-:command-
20
21 # T:<trigger name>:<keycode>:<keycode with shiftkey>
22 # '\' in <trigger name> is escape character.
23
24 T:KP_Decimal:1
25 T:KP_Multiply:3
26 T:KP_Add:5
27 T:KP_Clear:7
28 T:KP_Divide:11
29 T:KP_Enter:12
30 T:KP_Subtract:14
31 T:KP_Equal:17
32 T:KP_0:18
33 T:KP_1:19
34 T:KP_2:20
35 T:KP_3:21
36 T:KP_4:22
37 T:KP_5:23
38 T:KP_6:24
39 T:KP_7:25
40 T:KP_8:27
41 T:KP_9:28
42 T:F1:58
43 T:F2:56
44 T:F3:35
45 T:F4:54
46 T:F5:32
47 T:F6:33
48 T:F7:34
49 T:F8:36
50 T:F9:37
51 T:F10:45
52 T:F11:39
53 T:F12:47
54 T:F13:41
55 T:F14:43
56 T:F15:49
57 T:Help:50
58 T:Home:51
59 T:Page_Up:52
60 T:Delete:53
61 T:End:55
62 T:Page_Down:57
63 T:Left:59
64 T:Right:60
65 T:Down:61
66 T:Up:62
67
68
69
70 ##### Simple Macros #####
71
72
73 #
74 # Shift-Keypad -- Directed running
75 #
76
77 A:\a\\.1
78 P:^_S19\r
79
80 A:\a\\.2
81 P:^_S20\r
82
83 A:\a\\.3
84 P:^_S21\r
85
86 A:\a\\.4
87 P:^_S22\r
88
89 A:\a\\.5
90 P:^_S23\r
91
92 A:\a\\.6
93 P:^_S24\r
94
95 A:\a\\.7
96 P:^_S25\r
97
98 A:\a\\.8
99 P:^_S27\r
100
101 A:\a\\.9
102 P:^_S28\r
103
104
105 #
106 # Control-Keypad -- Directed tunneling
107 #
108
109 A:\a\\+1
110 P:^_C19\r
111
112 A:\a\\+2
113 P:^_C20\r
114
115 A:\a\\+3
116 P:^_C21\r
117
118 A:\a\\+4
119 P:^_C22\r
120
121 A:\a\\+5
122 P:^_C23\r
123
124 A:\a\\+6
125 P:^_C24\r
126
127 A:\a\\+7
128 P:^_C25\r
129
130 A:\a\\+8
131 P:^_C27\r
132
133 A:\a\\+9
134 P:^_C28\r
135
136
137
138 #
139 # Option-Control-Keypad -- wield {@0} and tunnel
140 #
141
142 A:\aw0\s\s\\+1
143 P:^_CO19\r
144
145 A:\aw0\s\s\\+2
146 P:^_CO20\r
147
148 A:\aw0\s\s\\+3
149 P:^_CO21\r
150
151 A:\aw0\s\s\\+4
152 P:^_CO22\r
153
154 A:\aw0\s\s\\+5
155 P:^_CO23\r
156
157 A:\aw0\s\s\\+6
158 P:^_CO24\r
159
160 A:\aw0\s\s\\+7
161 P:^_CO25\r
162
163 A:\aw0\s\s\\+8
164 P:^_CO27\r
165
166 A:\aw0\s\s\\+9
167 P:^_CO28\r
168
169
170 #
171 # Option-Control-Keypad-Zero -- wield {@0}
172 #
173
174 A:\aw0\s
175 P:^_CO18\r
176
177
178
179 #
180 # Hack -- Arrow-Keys
181 #
182
183 A:\x8B
184 P:^_59\r
185
186 A:\x8C
187 P:^_60\r
188
189 A:\x8A
190 P:^_61\r
191
192 A:\x8D
193 P:^_62\r
194
Note: See TracBrowser for help on using the browser.