-
Notifications
You must be signed in to change notification settings - Fork 5
/
keymap_idea_osx_custom.xml
35 lines (35 loc) · 1.17 KB
/
keymap_idea_osx_custom.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
<keymap version="1" name="osx-custom" parent="Mac OS X 10.5+">
<action id="EditSource">
<keyboard-shortcut first-keystroke="f4" />
</action>
<action id="EditorTextEnd">
<keyboard-shortcut first-keystroke="meta end" />
<keyboard-shortcut first-keystroke="meta down" />
</action>
<action id="EditorTextStart">
<keyboard-shortcut first-keystroke="meta home" />
<keyboard-shortcut first-keystroke="meta up" />
</action>
<action id="IntroduceVariable">
<keyboard-shortcut first-keystroke="meta alt v" />
<keyboard-shortcut first-keystroke="ctrl meta alt v" />
</action>
<action id="ShowNavBar">
<keyboard-shortcut first-keystroke="alt home" />
</action>
<action id="SwitchApply">
<keyboard-shortcut first-keystroke="ctrl alt enter" />
</action>
<action id="SwitchDown">
<keyboard-shortcut first-keystroke="ctrl alt down" />
</action>
<action id="SwitchLeft">
<keyboard-shortcut first-keystroke="ctrl alt left" />
</action>
<action id="SwitchRight">
<keyboard-shortcut first-keystroke="ctrl alt right" />
</action>
<action id="SwitchUp">
<keyboard-shortcut first-keystroke="ctrl alt up" />
</action>
</keymap>