-
Notifications
You must be signed in to change notification settings - Fork 1
/
macOS_jayce.xml
59 lines (59 loc) · 2.2 KB
/
macOS_jayce.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
<keymap version="1" name="macOS_jayce" parent="Mac OS X 10.5+">
<action id="AceAction" />
<action id="ActivateBigDataToolWindowToolWindow">
<keyboard-shortcut first-keystroke="shift ctrl meta b" />
</action>
<action id="CloseEditor">
<keyboard-shortcut first-keystroke="meta w" />
</action>
<action id="EditorCutLineEnd" />
<action id="EditorDelete">
<keyboard-shortcut first-keystroke="delete" />
<keyboard-shortcut first-keystroke="back_space" />
<keyboard-shortcut first-keystroke="meta back_space" />
</action>
<action id="EditorDown">
<keyboard-shortcut first-keystroke="down" />
<keyboard-shortcut first-keystroke="ctrl n" />
<keyboard-shortcut first-keystroke="ctrl j" />
</action>
<action id="EditorLeft">
<keyboard-shortcut first-keystroke="left" />
<keyboard-shortcut first-keystroke="ctrl b" />
<keyboard-shortcut first-keystroke="ctrl h" />
</action>
<action id="EditorRight">
<keyboard-shortcut first-keystroke="right" />
<keyboard-shortcut first-keystroke="ctrl f" />
<keyboard-shortcut first-keystroke="ctrl l" />
</action>
<action id="EditorScrollToCenter" />
<action id="EditorUp">
<keyboard-shortcut first-keystroke="up" />
<keyboard-shortcut first-keystroke="ctrl p" />
<keyboard-shortcut first-keystroke="ctrl k" />
</action>
<action id="GuiDesigner.QuickJavadoc">
<keyboard-shortcut first-keystroke="f1" />
<mouse-shortcut keystroke="control button2" />
</action>
<action id="HideActiveWindow">
<keyboard-shortcut first-keystroke="shift escape" />
<keyboard-shortcut first-keystroke="ctrl quote" />
</action>
<action id="QuickJavaDoc">
<keyboard-shortcut first-keystroke="f1" />
<mouse-shortcut keystroke="control button2" />
</action>
<action id="Scala.ShowImplicits">
<keyboard-shortcut first-keystroke="shift ctrl alt equals" />
<keyboard-shortcut first-keystroke="shift ctrl alt add" />
</action>
<action id="TypeHierarchy" />
<action id="TypeHierarchyBase.BaseOnThisType" />
<action id="Vcs.Log.ShowTooltip">
<keyboard-shortcut first-keystroke="f1" />
<mouse-shortcut keystroke="control button2" />
</action>
<action id="copilot.disposeInlays" />
</keymap>