-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathXcode.xml
More file actions
85 lines (85 loc) · 2.9 KB
/
Copy pathXcode.xml
File metadata and controls
85 lines (85 loc) · 2.9 KB
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<keymap version="1" name="Xcode" parent="Mac OS X 10.5+">
<action id="$Delete">
<keyboard-shortcut first-keystroke="delete" />
<keyboard-shortcut first-keystroke="back_space" />
</action>
<action id="ActivateLogToolWindow">
<keyboard-shortcut first-keystroke="meta alt 5" />
</action>
<action id="AutoIndentLines">
<keyboard-shortcut first-keystroke="ctrl i" />
</action>
<action id="BookmarksView.Delete">
<keyboard-shortcut first-keystroke="delete" />
<keyboard-shortcut first-keystroke="back_space" />
</action>
<action id="CommentByLineComment">
<keyboard-shortcut first-keystroke="meta slash" />
</action>
<action id="Debugger.EditFrameSource">
<keyboard-shortcut first-keystroke="f4" />
</action>
<action id="Documentation.EditSource">
<keyboard-shortcut first-keystroke="f4" />
</action>
<action id="DomCollectionControl.Edit">
<keyboard-shortcut first-keystroke="f4" />
</action>
<action id="EditSource">
<keyboard-shortcut first-keystroke="f4" />
</action>
<action id="EditorDeleteLine" />
<action id="EditorDeleteToLineStart">
<keyboard-shortcut first-keystroke="meta back_space" />
</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="ExternalSystem.OpenConfig">
<keyboard-shortcut first-keystroke="f4" />
</action>
<action id="FileChooserList.LevelUp" />
<action id="FileChooserList.Root" />
<action id="Images.Editor.ActualSize">
<keyboard-shortcut first-keystroke="meta divide" />
</action>
<action id="ImplementMethods" />
<action id="MethodHierarchy.ImplementMethodAction" />
<action id="NavBar-navigate">
<keyboard-shortcut first-keystroke="f4" />
</action>
<action id="OpenBookmarkGroup">
<keyboard-shortcut first-keystroke="f4" />
</action>
<action id="OpenModuleSettings">
<keyboard-shortcut first-keystroke="f4" />
</action>
<action id="ProjectViewEditSource">
<keyboard-shortcut first-keystroke="f4" />
</action>
<action id="SearchEverywhere.NavigateToNextGroup">
<keyboard-shortcut first-keystroke="page_down" />
</action>
<action id="SearchEverywhere.NavigateToPrevGroup">
<keyboard-shortcut first-keystroke="page_up" />
</action>
<action id="ShowNavBar">
<keyboard-shortcut first-keystroke="alt home" />
</action>
<action id="UsageFiltering.Imports" />
<action id="UsageView.Exclude">
<keyboard-shortcut first-keystroke="delete" />
<keyboard-shortcut first-keystroke="back_space" />
</action>
<action id="Vcs.EditSource">
<keyboard-shortcut first-keystroke="f4" />
</action>
<action id="XDebugger.JumpToSource">
<keyboard-shortcut first-keystroke="f4" />
</action>
</keymap>