-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkeymap-teefal.xml
47 lines (47 loc) · 1.63 KB
/
keymap-teefal.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
<keymap version="1" name="teefal" parent="Emacs">
<action id="$Copy">
<keyboard-shortcut first-keystroke="alt c" />
<keyboard-shortcut first-keystroke="escape" second-keystroke="w" />
<keyboard-shortcut first-keystroke="meta c" />
</action>
<action id="$Cut">
<keyboard-shortcut first-keystroke="shift delete" />
<keyboard-shortcut first-keystroke="meta x" />
</action>
<action id="$Paste">
<keyboard-shortcut first-keystroke="ctrl y" />
<keyboard-shortcut first-keystroke="meta v" />
</action>
<action id="$Redo">
<keyboard-shortcut first-keystroke="shift ctrl z" />
<keyboard-shortcut first-keystroke="shift alt minus" />
<keyboard-shortcut first-keystroke="shift meta z" />
</action>
<action id="$SelectAll">
<keyboard-shortcut first-keystroke="ctrl x" second-keystroke="h" />
<keyboard-shortcut first-keystroke="meta a" />
</action>
<action id="$Undo">
<keyboard-shortcut first-keystroke="shift ctrl minus" />
<keyboard-shortcut first-keystroke="ctrl slash" />
<keyboard-shortcut first-keystroke="meta z" />
</action>
<action id="Editor Copy">
<keyboard-shortcut first-keystroke="meta c" />
</action>
<action id="Editor Cut">
<keyboard-shortcut first-keystroke="meta x" />
</action>
<action id="Editor Paste">
<keyboard-shortcut first-keystroke="meta v" />
</action>
<action id="Editor Redo">
<keyboard-shortcut first-keystroke="shift meta z" />
</action>
<action id="Editor SelectAll">
<keyboard-shortcut first-keystroke="meta a" />
</action>
<action id="Editor Undo">
<keyboard-shortcut first-keystroke="meta z" />
</action>
</keymap>