forked from Pivotal-Boulder/IDE-Preferences
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIntelliJKeymap.xml
71 lines (70 loc) · 2.52 KB
/
IntelliJKeymap.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
67
68
69
70
<?xml version="1.0" encoding="UTF-8"?>
<keymap version="1" name="Mac OS X 10.5+ Improved" parent="Mac OS X 10.5+">
<action id="ActivateTerminalToolWindow">
<keyboard-shortcut first-keystroke="alt F12" />
<keyboard-shortcut first-keystroke="control meta alt T" />
</action>
<action id="CloseAllEditors">
<keyboard-shortcut first-keystroke="meta alt W" />
</action>
<action id="CloseAllEditorsButActive">
<keyboard-shortcut first-keystroke="shift meta W" />
</action>
<action id="EditorSelectWord">
<keyboard-shortcut first-keystroke="alt UP" />
<keyboard-shortcut first-keystroke="control W" />
</action>
<action id="EditorUnSelectWord">
<keyboard-shortcut first-keystroke="alt DOWN" />
<keyboard-shortcut first-keystroke="shift control W" />
</action>
<action id="FindWordAtCaret">
<keyboard-shortcut first-keystroke="control F3" />
</action>
<action id="GotoFile">
<keyboard-shortcut first-keystroke="shift meta O" />
</action>
<action id="GotoNextBookmark">
<keyboard-shortcut first-keystroke="meta alt F3" />
</action>
<action id="GotoPreviousBookmark">
<keyboard-shortcut first-keystroke="shift meta alt F3" />
</action>
<action id="Macro.run whole test file">
<keyboard-shortcut first-keystroke="control meta alt R" />
</action>
<action id="MoveEditorToOppositeTabGroup">
<keyboard-shortcut first-keystroke="control meta alt LEFT" />
<keyboard-shortcut first-keystroke="control meta alt RIGHT" />
</action>
<action id="QuickList.Ruby/Rails">
<keyboard-shortcut first-keystroke="meta alt R" />
</action>
<action id="Resume">
<keyboard-shortcut first-keystroke="F9" />
</action>
<action id="SplitHorizontally">
<keyboard-shortcut first-keystroke="control meta alt DOWN" />
</action>
<action id="SplitVertically">
<keyboard-shortcut first-keystroke="control meta alt UP" />
</action>
<action id="SwitchApply">
<keyboard-shortcut first-keystroke="control alt ENTER" />
</action>
<action id="SwitchDown">
<keyboard-shortcut first-keystroke="control alt DOWN" />
</action>
<action id="SwitchLeft">
<keyboard-shortcut first-keystroke="control alt LEFT" />
</action>
<action id="SwitchRight">
<keyboard-shortcut first-keystroke="control alt RIGHT" />
</action>
<action id="SwitchUp">
<keyboard-shortcut first-keystroke="control alt UP" />
</action>
<action id="org.jetbrains.plugins.ruby.tasks.rake.actions.RakeTasksPopupAction">
<keyboard-shortcut first-keystroke="alt R" />
</action>
</keymap>