-
Notifications
You must be signed in to change notification settings - Fork 0
/
atom.xml
66 lines (66 loc) · 1.78 KB
/
atom.xml
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<?xml version="1.0"?>
<root>
<item>
<name>Private (Atom)</name>
<item>
<name>Command_L to Control_L (only Atom)</name>
<identifier>private.command_l_to_control_l_only_atom</identifier>
<only>Atom</only>
<autogen>
__KeyToKey__
KeyCode::COMMAND_L,
KeyCode::CONTROL_L
</autogen>
</item>
<item>
<name>Control_L + Space to Command_L + Space (only Atom)</name>
<identifier>private.control_l_space_to_command_l_space_only_atom</identifier>
<only>Atom</only>
<autogen>
__KeyToKey__
KeyCode::SPACE, ModifierFlag::CONTROL_L,
KeyCode::SPACE, ModifierFlag::COMMAND_L,
</autogen>
</item>
<item>
<name>Control_L + S to Command_L + S (only Atom)</name>
<identifier>private.control_l_s_to_command_l_s_only_atom</identifier>
<only>Atom</only>
<autogen>
__KeyToKey__
KeyCode::S, ModifierFlag::CONTROL_L,
KeyCode::S, ModifierFlag::COMMAND_L,
</autogen>
</item>
<item>
<name>Command_R to Control_R (only Atom)</name>
<identifier>private.command_r_to_control_r_only_atom</identifier>
<only>Atom</only>
<autogen>
__KeyToKey__
KeyCode::COMMAND_R,
KeyCode::CONTROL_R
</autogen>
</item>
<item>
<name>Control_R + Space to Command_R + Space (only Atom)</name>
<identifier>private.control_r_space_to_command_r_space_only_atom</identifier>
<only>Atom</only>
<autogen>
__KeyToKey__
KeyCode::SPACE, ModifierFlag::CONTROL_R,
KeyCode::SPACE, ModifierFlag::COMMAND_R,
</autogen>
</item>
<item>
<name>Control_R + S to Command_R + S (only Atom)</name>
<identifier>private.control_r_s_to_command_r_s_only_atom</identifier>
<only>Atom</only>
<autogen>
__KeyToKey__
KeyCode::S, ModifierFlag::CONTROL_R,
KeyCode::S, ModifierFlag::COMMAND_R,
</autogen>
</item>
</item>
</root>