-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjetbrains_keymap.xml
60 lines (60 loc) · 2.19 KB
/
jetbrains_keymap.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
<keymap version="1" name="my keymap" parent="Emacs">
<action id="$Copy">
<keyboard-shortcut first-keystroke="ctrl insert" />
<keyboard-shortcut first-keystroke="alt c" />
<keyboard-shortcut first-keystroke="escape" second-keystroke="w" />
<keyboard-shortcut first-keystroke="ctrl c" />
</action>
<action id="CommentByBlockComment">
<keyboard-shortcut first-keystroke="shift ctrl slash" />
<keyboard-shortcut first-keystroke="shift ctrl comma" />
</action>
<action id="CommentByLineComment">
<keyboard-shortcut first-keystroke="ctrl comma" />
<keyboard-shortcut first-keystroke="ctrl slash" />
</action>
<action id="Editor Copy">
<keyboard-shortcut first-keystroke="ctrl c" />
</action>
<action id="EditorKillRegion" />
<action id="EditorScrollToCenter" />
<action id="EditorSplitLine" />
<action id="NextSplitter">
<keyboard-shortcut first-keystroke="ctrl o" />
</action>
<action id="NextTab">
<keyboard-shortcut first-keystroke="alt right" />
<keyboard-shortcut first-keystroke="ctrl l" />
<keyboard-shortcut first-keystroke="ctrl x" second-keystroke="n" />
</action>
<action id="PasteMultiple">
<keyboard-shortcut first-keystroke="alt y" />
<keyboard-shortcut first-keystroke="shift ctrl v" />
</action>
<action id="PrevSplitter">
<keyboard-shortcut first-keystroke="shift ctrl o" />
</action>
<action id="PreviousTab">
<keyboard-shortcut first-keystroke="alt left" />
<keyboard-shortcut first-keystroke="ctrl h" />
<keyboard-shortcut first-keystroke="ctrl x" second-keystroke="p" />
</action>
<action id="SwitchApply">
<keyboard-shortcut first-keystroke="shift alt enter" />
</action>
<action id="SwitchDown">
<keyboard-shortcut first-keystroke="shift alt down" />
</action>
<action id="SwitchLeft">
<keyboard-shortcut first-keystroke="shift alt left" />
</action>
<action id="SwitchRight">
<keyboard-shortcut first-keystroke="shift alt right" />
</action>
<action id="SwitchUp">
<keyboard-shortcut first-keystroke="shift alt up" />
</action>
<action id="TypeHierarchy" />
<action id="TypeHierarchyBase.BaseOnThisType" />
<action id="Vcs.Log.FocusTextFilter" />
</keymap>