2 <keymap version="1" name="Xcode" parent="Mac OS X 10.5+">
3 <action id="ActivateHierarchyToolWindow"/>
4 <action id="ActivateTODOToolWindow"/>
5 <action id="ActivateFavoritesToolWindow">
6 <keyboard-shortcut first-keystroke="meta 0"/>
8 <action id="ActivateProjectToolWindow">
9 <keyboard-shortcut first-keystroke="meta 1"/>
11 <action id="ActivateStructureToolWindow">
12 <keyboard-shortcut first-keystroke="meta 2" />
14 <action id="ActivateFindToolWindow">
15 <keyboard-shortcut first-keystroke="meta 3" />
17 <action id="ActivateMessagesToolWindow">
18 <keyboard-shortcut first-keystroke="meta 4"/>
20 <action id="ActivateRunToolWindow">
21 <keyboard-shortcut first-keystroke="meta 5" />
23 <action id="ActivateDebugToolWindow">
24 <keyboard-shortcut first-keystroke="meta shift Y" />
25 <keyboard-shortcut first-keystroke="meta 6" />
27 <action id="ActivateChangesToolWindow">
28 <keyboard-shortcut first-keystroke="meta 9" />
30 <action id="FileStructurePopup">
31 <keyboard-shortcut first-keystroke="control 6"/>
32 <keyboard-shortcut first-keystroke="meta F12"/>
34 <action id="AutoIndentLines">
35 <keyboard-shortcut first-keystroke="control I" />
37 <action id="CompileDirty">
38 <keyboard-shortcut first-keystroke="meta B" />
40 <action id="AppCode.CreateXcodeProject">
41 <keyboard-shortcut first-keystroke="shift meta N" />
43 <action id="CheckinProject">
44 <keyboard-shortcut first-keystroke="alt meta C"/>
46 <action id="CleanBuildFolder">
47 <keyboard-shortcut first-keystroke="alt shift meta K"/>
49 <action id="CloseProject">
50 <keyboard-shortcut first-keystroke="meta alt W" />
52 <action id="CodeCompletion">
53 <keyboard-shortcut first-keystroke="control SPACE" />
54 <keyboard-shortcut first-keystroke="alt ESCAPE" />
56 <action id="CollapseDocComments">
57 <keyboard-shortcut first-keystroke="shift control meta LEFT" />
59 <action id="CollapseRegion">
60 <keyboard-shortcut first-keystroke="meta alt LEFT" />
61 <keyboard-shortcut first-keystroke="meta SUBTRACT" />
62 <keyboard-shortcut first-keystroke="meta MINUS" />
64 <action id="CollapseSelection" />
65 <action id="Compare.SameVersion">
66 <keyboard-shortcut first-keystroke="alt shift meta ENTER" />
68 <action id="Diff.NextChange">
69 <keyboard-shortcut first-keystroke="shift meta CLOSE_BRACKET" />
71 <action id="Diff.PrevChange">
72 <keyboard-shortcut first-keystroke="shift meta OPEN_BRACKET" />
74 <action id="DuplicatesForm.SendToLeft" />
75 <action id="DuplicatesForm.SendToRight" />
77 <action id="Generate">
78 <keyboard-shortcut first-keystroke="meta N"/>
80 <action id="NewElement">
81 <keyboard-shortcut first-keystroke="meta N"/>
85 <keyboard-shortcut first-keystroke="meta X"/> <!--disable shift DELETE-->
88 <keyboard-shortcut first-keystroke="BACK_SPACE"/>
89 <keyboard-shortcut first-keystroke="meta BACK_SPACE"/>
92 <action id="EditorDelete">
93 <keyboard-shortcut first-keystroke="DELETE"/>
95 <action id="EditorBackSpace">
96 <keyboard-shortcut first-keystroke="BACK_SPACE"/>
98 <action id="SafeDelete">
99 <keyboard-shortcut first-keystroke="meta DELETE"/>
102 <action id="EditorCodeBlockEnd">
103 <keyboard-shortcut first-keystroke="control CLOSE_BRACKET"/>
105 <action id="EditorCodeBlockEndWithSelection">
106 <keyboard-shortcut first-keystroke="control shift CLOSE_BRACKET"/>
108 <action id="EditorCodeBlockStart">
109 <keyboard-shortcut first-keystroke="control OPEN_BRACKET"/>
111 <action id="EditorCodeBlockStartWithSelection">
112 <keyboard-shortcut first-keystroke="control shift OPEN_BRACKET"/>
114 <action id="EditorDeleteToWordEndInDifferentHumpsMode">
115 <keyboard-shortcut first-keystroke="control DELETE" />
117 <action id="EditorDeleteLine">
118 <keyboard-shortcut first-keystroke="meta alt BACK_SPACE"/>
120 <action id="EditorDeleteToLineStart">
121 <keyboard-shortcut first-keystroke="meta BACK_SPACE"/>
123 <action id="EditorDeleteToWordStart">
124 <keyboard-shortcut first-keystroke="alt BACK_SPACE" />
125 <keyboard-shortcut first-keystroke="control alt BACK_SPACE" />
127 <action id="EditorDeleteToWordStartInDifferentHumpsMode">
128 <keyboard-shortcut first-keystroke="control BACK_SPACE" />
130 <action id="EditorIndentSelection">
131 <keyboard-shortcut first-keystroke="TAB" />
133 <action id="EditorIndentLineOrSelection">
134 <keyboard-shortcut first-keystroke="meta CLOSE_BRACKET" />
136 <action id="EditorLineEnd">
137 <keyboard-shortcut first-keystroke="meta RIGHT" />
139 <action id="EditorLineEndWithSelection">
140 <keyboard-shortcut first-keystroke="shift meta RIGHT" />
142 <action id="EditorLineStart">
143 <keyboard-shortcut first-keystroke="meta LEFT" />
145 <action id="EditorLineStartWithSelection">
146 <keyboard-shortcut first-keystroke="shift meta LEFT" />
148 <action id="EditorNextWordInDifferentHumpsMode">
149 <keyboard-shortcut first-keystroke="control alt F" />
150 <keyboard-shortcut first-keystroke="control RIGHT" />
152 <action id="EditorNextWordInDifferentHumpsModeWithSelection">
153 <keyboard-shortcut first-keystroke="shift control alt F" />
154 <keyboard-shortcut first-keystroke="shift control RIGHT" />
156 <action id="EditorPageDown">
157 <keyboard-shortcut first-keystroke="PAGE_DOWN" />
158 <keyboard-shortcut first-keystroke="alt PAGE_DOWN" />
159 <keyboard-shortcut first-keystroke="control V" />
161 <action id="EditorPageDownWithSelection">
162 <keyboard-shortcut first-keystroke="shift PAGE_DOWN"/>
163 <keyboard-shortcut first-keystroke="control shift V"/>
165 <action id="EditorPageUp">
166 <keyboard-shortcut first-keystroke="PAGE_UP" />
167 <keyboard-shortcut first-keystroke="alt PAGE_UP" />
169 <action id="EditorPreviousWordInDifferentHumpsMode">
170 <keyboard-shortcut first-keystroke="control alt B" />
171 <keyboard-shortcut first-keystroke="control LEFT" />
173 <action id="EditorPreviousWordInDifferentHumpsModeWithSelection">
174 <keyboard-shortcut first-keystroke="shift control alt B" />
175 <keyboard-shortcut first-keystroke="shift control LEFT" />
177 <action id="EditorScrollBottom">
178 <keyboard-shortcut first-keystroke="END" />
180 <action id="EditorScrollToCenter">
181 <keyboard-shortcut first-keystroke="control L" />
183 <action id="EditorScrollTop">
184 <keyboard-shortcut first-keystroke="HOME" />
186 <action id="EditorSplitLine">
187 <keyboard-shortcut first-keystroke="control O"/>
188 <keyboard-shortcut first-keystroke="control ENTER"/>
190 <action id="EditorTextEnd">
191 <keyboard-shortcut first-keystroke="meta DOWN" />
192 <keyboard-shortcut first-keystroke="meta END" />
194 <action id="EditorTextEndWithSelection">
195 <keyboard-shortcut first-keystroke="shift meta END" />
196 <keyboard-shortcut first-keystroke="shift meta DOWN" />
197 <keyboard-shortcut first-keystroke="shift END" />
199 <action id="EditorTextStart">
200 <keyboard-shortcut first-keystroke="meta UP" />
201 <keyboard-shortcut first-keystroke="meta HOME" />
203 <action id="EditorTextStartWithSelection">
204 <keyboard-shortcut first-keystroke="shift meta HOME" />
205 <keyboard-shortcut first-keystroke="shift meta UP" />
206 <keyboard-shortcut first-keystroke="shift HOME" />
208 <action id="editRunConfigurations">
209 <keyboard-shortcut first-keystroke="shift meta COMMA" />
211 <action id="EditorUnindentSelection">
212 <keyboard-shortcut first-keystroke="meta OPEN_BRACKET" />
213 <keyboard-shortcut first-keystroke="shift TAB" />
215 <action id="ExpandDocComments">
216 <keyboard-shortcut first-keystroke="shift control meta RIGHT" />
218 <action id="ExpandRegion">
219 <keyboard-shortcut first-keystroke="meta alt RIGHT"/>
220 <keyboard-shortcut first-keystroke="meta ADD" />
221 <keyboard-shortcut first-keystroke="meta EQUALS" />
223 <action id="ExportToTextFile"/>
224 <action id="ExternalJavaDoc">
225 <keyboard-shortcut first-keystroke="control meta alt SLASH" />
226 <keyboard-shortcut first-keystroke="shift F1" />
228 <action id="FileChooser.GotoHome" />
229 <action id="FileChooser.GotoProject" />
230 <action id="FileChooser.TogglePathShowing" />
231 <action id="FindNext">
232 <keyboard-shortcut first-keystroke="meta G" />
233 <keyboard-shortcut first-keystroke="F3" />
235 <action id="FindPrevious">
236 <keyboard-shortcut first-keystroke="shift meta G" />
237 <keyboard-shortcut first-keystroke="shift F3" />
238 <keyboard-shortcut first-keystroke="shift control L" />
240 <action id="GotoDeclaration">
241 <mouse-shortcut keystroke="meta button1" />
242 <mouse-shortcut keystroke="button2" />
243 <keyboard-shortcut first-keystroke="control meta J" />
245 <action id="GotoImplementation">
246 <mouse-shortcut keystroke="meta alt button1" />
247 <keyboard-shortcut first-keystroke="control alt meta J" />
249 <action id="GotoNextError">
250 <keyboard-shortcut first-keystroke="meta QUOTE" />
252 <action id="GotoPreviousError">
253 <keyboard-shortcut first-keystroke="shift meta QUOTE" />
255 <action id="GotoFile">
256 <keyboard-shortcut first-keystroke="meta alt O" />
258 <action id="GotoSuperMethod">
259 <keyboard-shortcut first-keystroke="control U"/>
261 <action id="GotoSymbol">
262 <keyboard-shortcut first-keystroke="shift meta O" />
263 <keyboard-shortcut first-keystroke="shift meta alt N" />
265 <action id="GotoTypeDeclaration">
266 <keyboard-shortcut first-keystroke="alt shift B"/>
267 <mouse-shortcut keystroke="ctrl shift button1"/>
269 <action id="HelpTopics">
270 <keyboard-shortcut first-keystroke="shift meta alt SLASH" />
272 <action id="HighlightUsagesInFile">
273 <keyboard-shortcut first-keystroke="meta E" />
274 <keyboard-shortcut first-keystroke="shift meta F7" />
276 <action id="Images.Editor.ToggleGrid" />
277 <action id="ImplementMethods">
278 <keyboard-shortcut first-keystroke="control meta I" />
280 <action id="OverrideMethods">
281 <keyboard-shortcut first-keystroke="control meta O" />
283 <action id="InspectCode">
284 <keyboard-shortcut first-keystroke="meta shift B" />
286 <action id="Instruments">
287 <keyboard-shortcut first-keystroke="meta I" />
289 <action id="LocalHistory.PutLabel">
290 <keyboard-shortcut first-keystroke="control meta S"/>
292 <action id="MaintenanceAction" />
294 <keyboard-shortcut first-keystroke="alt F6"/>
296 <action id="MoveLineDown">
297 <keyboard-shortcut first-keystroke="meta alt CLOSE_BRACKET" />
299 <action id="MoveLineUp">
300 <keyboard-shortcut first-keystroke="meta alt OPEN_BRACKET" />
302 <action id="MoveStatementDown">
303 <keyboard-shortcut first-keystroke="meta control CLOSE_BRACKET" />
305 <action id="MoveStatementUp">
306 <keyboard-shortcut first-keystroke="meta control OPEN_BRACKET" />
308 <action id="NextEditorTab" />
309 <action id="NextProjectWindow" />
311 <action id="IntroduceField" >
312 <keyboard-shortcut first-keystroke="meta alt I" />
314 <action id="IntroduceConstant">
315 <keyboard-shortcut first-keystroke="meta alt S"/>
317 <action id="OpenFile">
319 <action id="ParameterInfo">
320 <keyboard-shortcut first-keystroke="shift meta P" />
322 <action id="PreviousEditorTab" />
323 <action id="PreviousProjectWindow" />
325 <keyboard-shortcut first-keystroke="meta P" />
327 <action id="QuickJavaDoc">
328 <keyboard-shortcut first-keystroke="shift control meta SLASH" />
329 <keyboard-shortcut first-keystroke="F1" />
330 <mouse-shortcut keystroke="control button2" />
332 <action id="QuickImplementations">
333 <keyboard-shortcut first-keystroke="control F1"/>
334 <keyboard-shortcut first-keystroke="alt SPACE"/>
336 <action id="RemoveFromFavorites" />
337 <action id="RenameElement">
338 <keyboard-shortcut first-keystroke="control meta E" />
339 <keyboard-shortcut first-keystroke="shift F6" />
341 <action id="Replace">
342 <keyboard-shortcut first-keystroke="meta alt F" />
344 <action id="ReplaceInPath">
345 <keyboard-shortcut first-keystroke="alt shift meta F"/>
346 <keyboard-shortcut first-keystroke="control shift R"/>
348 <action id="SelectIn">
349 <keyboard-shortcut first-keystroke="shift meta J" />
350 <keyboard-shortcut first-keystroke="alt F1" />
352 <action id="ShelvedChanges.Rename">
353 <keyboard-shortcut first-keystroke="shift F6" />
355 <action id="ShowNavBar">
356 <keyboard-shortcut first-keystroke="control 5"/>
357 <keyboard-shortcut first-keystroke="alt HOME"/>
360 <keyboard-shortcut first-keystroke="control alt meta G"/>
362 <action id="RerunFailedTests">
363 <keyboard-shortcut first-keystroke="alt meta G"/>
366 <keyboard-shortcut first-keystroke="meta R" />
368 <action id="RunClass">
369 <keyboard-shortcut first-keystroke="control alt meta R"/>
372 <keyboard-shortcut first-keystroke="meta U" />
374 <action id="DebugClass">
375 <keyboard-shortcut first-keystroke="control alt meta U"/>
377 <action id="ChooseRunConfiguration">
378 <keyboard-shortcut first-keystroke="alt meta R"/>
380 <action id="ChooseDebugConfiguration">
381 <keyboard-shortcut first-keystroke="alt meta U"/>
384 <keyboard-shortcut first-keystroke="control meta Y" />
387 <keyboard-shortcut first-keystroke="control meta Y"/>
389 <action id="StepOut">
390 <keyboard-shortcut first-keystroke="F8" />
392 <action id="StepInto">
393 <keyboard-shortcut first-keystroke="F7"/>
395 <action id="ForceStepInto">
396 <keyboard-shortcut first-keystroke="alt control F7"/>
398 <action id="SmartStepInto">
399 <keyboard-shortcut first-keystroke="shift alt F7"/>
401 <action id="StepOver">
402 <keyboard-shortcut first-keystroke="F6" />
404 <action id="ForceStepOver">
405 <keyboard-shortcut first-keystroke="alt control F6" />
407 <action id="RunToCursor">
408 <keyboard-shortcut first-keystroke="control meta C"/>
410 <action id="ForceRunToCursor">
411 <keyboard-shortcut first-keystroke="alt control meta C"/>
414 <keyboard-shortcut first-keystroke="meta PERIOD"/>
415 <keyboard-shortcut first-keystroke="meta F2" />
417 <action id="Vcs.QuickListPopupAction">
418 <keyboard-shortcut first-keystroke="control S"/>
420 <action id="AddFilesToProjectAction">
421 <keyboard-shortcut first-keystroke="meta alt A" />
423 <action id="FileChooser.NewFolder">
424 <keyboard-shortcut first-keystroke="alt INSERT" />
426 <action id="RecentFiles">
427 <keyboard-shortcut first-keystroke="control 2" />
428 <keyboard-shortcut first-keystroke="control 3" />
430 <action id="RecentChangedFiles">
431 <keyboard-shortcut first-keystroke="control 4" />
433 <action id="SwitchApply">
434 <keyboard-shortcut first-keystroke="control alt ENTER" />
436 <action id="SwitchDown">
437 <keyboard-shortcut first-keystroke="control alt DOWN" />
439 <action id="SwitchLeft">
440 <keyboard-shortcut first-keystroke="control alt LEFT" />
442 <action id="SwitchRight">
443 <keyboard-shortcut first-keystroke="control alt RIGHT" />
445 <action id="SwitchUp">
446 <keyboard-shortcut first-keystroke="control alt UP" />
448 <action id="ToggleLineBreakpoint">
449 <keyboard-shortcut first-keystroke="meta BACK_SLASH"/>
450 <keyboard-shortcut first-keystroke="meta F8"/>
452 <action id="Vcs.UpdateProject">
453 <keyboard-shortcut first-keystroke="alt meta X"/>
455 <action id="UsageView.ShowRecentFindUsages" />
456 <action id="Vcs.ShowMessageHistory">
457 <keyboard-shortcut first-keystroke="control M" />
459 <action id="ViewBreakpoints">
460 <keyboard-shortcut first-keystroke="meta 7"/>
461 <keyboard-shortcut first-keystroke="control shift F8"/>
463 <action id="XDebugger.MuteBreakpoints">
464 <keyboard-shortcut first-keystroke="meta Y" />
466 <action id="GotoRelated">
467 <keyboard-shortcut first-keystroke="control meta UP" />
468 <keyboard-shortcut first-keystroke="control meta DOWN" />
471 <action id="PreviousTab">
472 <keyboard-shortcut first-keystroke="meta shift OPEN_BRACKET"/>
474 <action id="NextTab">
475 <keyboard-shortcut first-keystroke="meta shift CLOSE_BRACKET"/>
478 <keyboard-shortcut first-keystroke="meta control LEFT"/>
479 <mouse-shortcut keystroke="button4"/>
481 <action id="Forward">
482 <keyboard-shortcut first-keystroke="meta control RIGHT"/>
483 <mouse-shortcut keystroke="button5"/>
486 <action id="EditorDownWithSelection">
487 <keyboard-shortcut first-keystroke="control shift N"/>
488 <keyboard-shortcut first-keystroke="shift DOWN"/>
490 <action id="EditorLeftWithSelection">
491 <keyboard-shortcut first-keystroke="shift LEFT"/>
492 <keyboard-shortcut first-keystroke="shift control B"/>
494 <action id="EditorLineEnd">
495 <keyboard-shortcut first-keystroke="meta RIGHT" />
496 <keyboard-shortcut first-keystroke="control E" />
498 <action id="EditorLineStart">
499 <keyboard-shortcut first-keystroke="meta LEFT" />
500 <keyboard-shortcut first-keystroke="control A" />
502 <action id="EditorRightWithSelection">
503 <keyboard-shortcut first-keystroke="shift RIGHT"/>
504 <keyboard-shortcut first-keystroke="shift control F"/>
506 <action id="EditorUpWithSelection">
507 <keyboard-shortcut first-keystroke="control shift P"/>
508 <keyboard-shortcut first-keystroke="shift UP"/>
511 <action id="NewScratchFile"/>
512 <action id="ToggleBookmark">
513 <keyboard-shortcut first-keystroke="control F3"/>
515 <action id="EditorSelectWord">
516 <keyboard-shortcut first-keystroke="meta alt UP"/>
518 <action id="EditorUnSelectWord">
519 <keyboard-shortcut first-keystroke="meta alt DOWN"/>
521 <action id="MethodUp">
522 <keyboard-shortcut first-keystroke="alt UP"/>
524 <action id="MethodDown">
525 <keyboard-shortcut first-keystroke="alt DOWN"/>
527 <action id="PreviousOccurence">
528 <keyboard-shortcut first-keystroke="control UP"/>
530 <action id="NextOccurence">
531 <keyboard-shortcut first-keystroke="control DOWN"/>
534 <action id="GotoBookmark0">
535 <keyboard-shortcut first-keystroke="control alt 0"/>
537 <action id="GotoBookmark1">
538 <keyboard-shortcut first-keystroke="control alt 1"/>
540 <action id="GotoBookmark2">
541 <keyboard-shortcut first-keystroke="control alt 2"/>
543 <action id="GotoBookmark3">
544 <keyboard-shortcut first-keystroke="control alt 3"/>
546 <action id="GotoBookmark4">
547 <keyboard-shortcut first-keystroke="control alt 4"/>
549 <action id="GotoBookmark5">
550 <keyboard-shortcut first-keystroke="control alt 5"/>
552 <action id="GotoBookmark6">
553 <keyboard-shortcut first-keystroke="control alt 6"/>
555 <action id="GotoBookmark7">
556 <keyboard-shortcut first-keystroke="control alt 7"/>
558 <action id="GotoBookmark8">
559 <keyboard-shortcut first-keystroke="control alt 8"/>
561 <action id="GotoBookmark9">
562 <keyboard-shortcut first-keystroke="control alt 9"/>