forked from rosenbrockc/modifiers
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathemacs.xml
More file actions
47 lines (47 loc) · 1.36 KB
/
emacs.xml
File metadata and controls
47 lines (47 loc) · 1.36 KB
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
<?xml version="1.0"?>
<root>
<item>
<name>I+U Maps to Ctrl+X</name>
<identifier>remap.modifier.controlx</identifier>
<only>EMACS</only>
<autogen>
__SimultaneousKeyPresses__
KeyCode::G, KeyCode::F,
KeyCode::B, ModifierFlag::CONTROL_L
</autogen>
</item>
<item>
<name>B+M Maps to Meta+X</name>
<identifier>remap.modifier.optionx</identifier>
<only>EMACS</only>
<autogen>
__SimultaneousKeyPresses__
KeyCode::N, KeyCode::M,
KeyCode::B, ModifierFlag::OPTION_L
</autogen>
</item>
<item>
<name>KX to Control S</name>
<identifier>remap.modifier.controlS</identifier>
<only>EMACS</only>
<autogen>
__SimultaneousKeyPresses__
KeyCode::V, KeyCode::B,
KeyCode::SEMICOLON, ModifierFlag::CONTROL_L
</autogen>
</item>
<item>
<name>Remap U> and HC to Ctr G</name>
<identifier>remap.modifier.diagctrlg</identifier>
<only>EMACS</only>
<autogen>
__SimultaneousKeyPresses__
KeyCode::F, KeyCode::E,
KeyCode::U, ModifierFlag::CONTROL_L</autogen>
<autogen>
__SimultaneousKeyPresses__
KeyCode::J, KeyCode::I,
KeyCode::U, ModifierFlag::CONTROL_L
</autogen>
</item>
</root>