toolwindow resize for docked windows
[fedora-idea.git] / platform / platform-resources / src / idea / Keymap_Default.xml
blobac3c05f9a6a6dda95a4745d224bd58947e875f62
1 <component>
2 <keymap name="$default" version="1" disable-mnemonics="false">
3   <action id="ShowNavBar">
4     <keyboard-shortcut first-keystroke="alt HOME"/>
5   </action>
6   <action id="FileChooser.TogglePathShowing">
7     <keyboard-shortcut first-keystroke="control P"/>
8   </action>
9   <action id="GuiDesigner.ExpandSelection">
10     <keyboard-shortcut first-keystroke="control W"/>
11   </action>
12   <action id="GuiDesigner.ShrinkSelection">
13     <keyboard-shortcut first-keystroke="control shift W"/>
14   </action>
15   <action id="GuiDesigner.QuickJavadoc">
16     <keyboard-shortcut first-keystroke="control Q"/>
17   </action>
18   <action id="ShowSettings">
19     <keyboard-shortcut first-keystroke="control alt S"/>
20   </action>
21   <action id="ShowProjectStructureSettings">
22     <keyboard-shortcut first-keystroke="control alt shift S"/>
23   </action>
24   <action id="FullyExpandTreeNode">
25     <keyboard-shortcut first-keystroke="MULTIPLY"/>
26   </action>
27   <!--<action id="TextComponent.ClearAction">
28     <keyboard-shortcut first-keystroke="ESCAPE"/>
29   </action>-->
30   <action id="ExpandTreeNode">
31     <keyboard-shortcut first-keystroke="ADD"/>
32   </action>
33   <action id="CollapseTreeNode">
34     <keyboard-shortcut first-keystroke="SUBTRACT"/>
35   </action>
36   <action id="ToggleFullScreenMode">
37     <keyboard-shortcut first-keystroke="control alt F11"/>
38   </action>
39   <action id="SwitchCoverage">
40     <keyboard-shortcut first-keystroke="control alt F6"/>
41   </action>
42   <action id="EditorPageUpWithSelection">
43     <keyboard-shortcut first-keystroke="shift PAGE_UP"/>
44   </action>
45   <action id="EvaluateExpression">
46     <keyboard-shortcut first-keystroke="alt F8"/>
47   </action>
48   <action id="QuickEvaluateExpression">
49     <keyboard-shortcut first-keystroke="control alt F8"/>
50     <mouse-shortcut keystroke="alt button1"/>
51   </action>
52   <action id="ShowExecutionPoint">
53     <keyboard-shortcut first-keystroke="alt F10"/>
54   </action>
55   <action id="EditorEscape">
56     <keyboard-shortcut first-keystroke="ESCAPE"/>
57   </action>
58   <action id="StepInto">
59     <keyboard-shortcut first-keystroke="F7"/>
60   </action>
61   <action id="SmartStepInto">
62     <keyboard-shortcut first-keystroke="shift F7"/>
63   </action>
64   <action id="ForceStepInto">
65     <keyboard-shortcut first-keystroke="alt shift F7"/>
66   </action>
67   <action id="ForceStepOver">
68     <keyboard-shortcut first-keystroke="alt shift F8"/>
69   </action>
70   <action id="FindUsages">
71     <keyboard-shortcut first-keystroke="alt F7"/>
72   </action>
73   <action id="ShowUsages">
74     <keyboard-shortcut first-keystroke="control alt F7"/>
75   </action>
76   <action id="ShowUsagesSettings">
77     <keyboard-shortcut first-keystroke="control shift alt F7"/>
78   </action>
79   <action id="UsageView.Include">
80     <keyboard-shortcut first-keystroke="INSERT"/>
81   </action>
82   <action id="UsageView.Exclude">
83     <keyboard-shortcut first-keystroke="DELETE"/>
84   </action>
85   <action id="UsageView.ShowRecentFindUsages">
86     <keyboard-shortcut first-keystroke="control E"/>
87   </action>
88   <action id="EditorJoinLines">
89     <keyboard-shortcut first-keystroke="control shift J"/>
90   </action>
91   <action id="EditorChooseLookupItemCompleteStatement">
92     <keyboard-shortcut first-keystroke="control shift ENTER"/>
93   </action>
94   <action id="EditorCompleteStatement">
95     <keyboard-shortcut first-keystroke="control shift ENTER"/>
96   </action>
97   <action id="DumpLookupElementWeights">
98     <keyboard-shortcut first-keystroke="control alt shift W"/>
99   </action>
101   <action id="ReformatCode">
102     <keyboard-shortcut first-keystroke="control alt L"/>
103   </action>
104   <action id="Generate">
105     <keyboard-shortcut first-keystroke="alt INSERT"/>
106   </action>
107   <action id="CloneElement">
108     <keyboard-shortcut first-keystroke="shift F5"/>
109   </action>
110   <action id="EditorChooseLookupItemReplace">
111     <keyboard-shortcut first-keystroke="TAB"/>
112   </action>
113   <action id="NextParameter">
114     <keyboard-shortcut first-keystroke="TAB"/>
115   </action>
116   <action id="PrevParameter">
117     <keyboard-shortcut first-keystroke="shift TAB"/>
118   </action>
119   <action id="ViewSource">
120     <keyboard-shortcut first-keystroke="control ENTER"/>
121   </action>
122   <action id="CommentByBlockComment">
123     <keyboard-shortcut first-keystroke="control shift SLASH"/>
124     <keyboard-shortcut first-keystroke="control shift DIVIDE"/>
125   </action>
126   <action id="FindWordAtCaret">
127     <keyboard-shortcut first-keystroke="control F3"/>
128   </action>
129   <action id="GotoDeclaration">
130     <keyboard-shortcut first-keystroke="control B"/>
131     <mouse-shortcut keystroke="ctrl button1"/>
132   </action>
133   <action id="GotoDefinition">
134     <keyboard-shortcut first-keystroke="control alt D"/>
135     <mouse-shortcut keystroke="ctrl button2"/>
136   </action>
137   <action id="GotoUsage">
138     <keyboard-shortcut first-keystroke="control alt U"/>
139     <mouse-shortcut keystroke="ctrl button2"/>
140   </action>
141   <action id="QuickImplementations">
142     <keyboard-shortcut first-keystroke="control shift I"/>
143   </action>
144   <action id="GotoTypeDeclaration">
145     <keyboard-shortcut first-keystroke="control shift B"/>
146     <mouse-shortcut keystroke="ctrl shift button1"/>
147     <mouse-shortcut keystroke="shift button2"/>
148   </action>
149   <action id="GotoBookmark0">
150     <keyboard-shortcut first-keystroke="control 0"/>
151   </action>
152   <action id="GotoBookmark1">
153     <keyboard-shortcut first-keystroke="control 1"/>
154   </action>
155   <action id="GotoBookmark2">
156     <keyboard-shortcut first-keystroke="control 2"/>
157   </action>
158   <action id="GotoBookmark3">
159     <keyboard-shortcut first-keystroke="control 3"/>
160   </action>
161   <action id="GotoBookmark4">
162     <keyboard-shortcut first-keystroke="control 4"/>
163   </action>
164   <action id="GotoBookmark5">
165     <keyboard-shortcut first-keystroke="control 5"/>
166   </action>
167   <action id="GotoBookmark6">
168     <keyboard-shortcut first-keystroke="control 6"/>
169   </action>
170   <action id="GotoBookmark7">
171     <keyboard-shortcut first-keystroke="control 7"/>
172   </action>
173   <action id="GotoBookmark8">
174     <keyboard-shortcut first-keystroke="control 8"/>
175   </action>
176   <action id="GotoBookmark9">
177     <keyboard-shortcut first-keystroke="control 9"/>
178   </action>
180   <action id="$Undo">
181     <keyboard-shortcut first-keystroke="control Z"/>
182     <keyboard-shortcut first-keystroke="alt BACK_SPACE"/>
183   </action>
184   <action id="PreviousTemplateVariable">
185     <keyboard-shortcut first-keystroke="shift TAB"/>
186   </action>
187   <action id="EditorScrollUp">
188     <keyboard-shortcut first-keystroke="control UP"/>
189   </action>
190   <action id="ExpandAll">
191     <keyboard-shortcut first-keystroke="control ADD"/>
192     <keyboard-shortcut first-keystroke="control EQUALS"/>
193   </action>
194   <action id="GotoSuperMethod">
195     <keyboard-shortcut first-keystroke="control U"/>
196   </action>
197   <action id="GotoTest">
198     <keyboard-shortcut first-keystroke="control shift T"/>
199   </action>
200   <action id="CloseActiveTab">
201     <keyboard-shortcut first-keystroke="control shift F4"/>
202   </action>
203   <action id="GotoClass">
204     <keyboard-shortcut first-keystroke="control N"/>
205   </action>
206   <action id="GotoSymbol">
207     <keyboard-shortcut first-keystroke="control shift alt N"/>
208   </action>
209   <action id="GotoAction">
210     <keyboard-shortcut first-keystroke="control shift A"/>
211   </action>
212   <action id="FileStructurePopup">
213     <keyboard-shortcut first-keystroke="control F12"/>
214   </action>
215   <action id="ShowFilePath">
216     <keyboard-shortcut first-keystroke="control alt F12"/>
217   </action>
218   <action id="EditorUnindentSelection">
219     <keyboard-shortcut first-keystroke="shift TAB"/>
220   </action>
221   <action id="PasteMultiple">
222     <keyboard-shortcut first-keystroke="control shift V"/>
223     <keyboard-shortcut first-keystroke="control shift INSERT"/>
224   </action>
225   <action id="EditorBackSpace">
226     <keyboard-shortcut first-keystroke="BACK_SPACE"/>
227     <keyboard-shortcut first-keystroke="shift BACK_SPACE"/>
228   </action>
229   <action id="Back">
230     <keyboard-shortcut first-keystroke="control alt LEFT"/>
231   </action>
232   <action id="EditorScrollDown">
233     <keyboard-shortcut first-keystroke="control DOWN"/>
234   </action>
235   <action id="MethodHierarchy.ImplementMethodAction">
236     <keyboard-shortcut first-keystroke="control I"/>
237   </action>
238   <action id="CompileDirty">
239     <keyboard-shortcut first-keystroke="control F9"/>
240   </action>
241   <action id="MethodHierarchy">
242     <keyboard-shortcut first-keystroke="control shift H"/>
243   </action>
244   <action id="PreviousTab">
245     <keyboard-shortcut first-keystroke="alt LEFT"/>
246   </action>
247   <action id="PreviousEditorTab">
248     <keyboard-shortcut first-keystroke="alt shift LEFT"/>
249   </action>
250   <action id="EditorCodeBlockEnd">
251     <keyboard-shortcut first-keystroke="control CLOSE_BRACKET"/>
252   </action>
253   <action id="EditorCodeBlockStartWithSelection">
254     <keyboard-shortcut first-keystroke="control shift OPEN_BRACKET"/>
255   </action>
256   <action id="IntroduceVariable">
257     <keyboard-shortcut first-keystroke="control alt V"/>
258   </action>
259   <action id="EditorDelete">
260     <keyboard-shortcut first-keystroke="DELETE"/>
261   </action>
262   <action id="RecentFiles">
263     <keyboard-shortcut first-keystroke="control E"/>
264   </action>
265   <action id="RecentChangedFiles">
266     <keyboard-shortcut first-keystroke="control shift E"/>
267   </action>
268   <action id="QuickChangeScheme">
269     <keyboard-shortcut first-keystroke="control BACK_QUOTE"/>
270   </action>
271   <action id="OptimizeImports">
272     <keyboard-shortcut first-keystroke="control alt O"/>
273   </action>
274   <action id="EditorPreviousWord">
275     <keyboard-shortcut first-keystroke="control LEFT"/>
276   </action>
277   <action id="EditorUpWithSelection">
278     <keyboard-shortcut first-keystroke="shift UP"/>
279   </action>
280   <action id="QuickJavaDoc">
281     <keyboard-shortcut first-keystroke="control Q"/>
282     <mouse-shortcut keystroke="alt button2"/>
283   </action>
284   <action id="ShowBookmarks">
285     <keyboard-shortcut first-keystroke="shift F11"/>
286   </action>
287   <action id="HighlightUsagesInFile">
288     <keyboard-shortcut first-keystroke="control shift F7"/>
289   </action>
290   <action id="GotoFile">
291     <keyboard-shortcut first-keystroke="control shift N"/>
292   </action>
293   <action id="ActivateMessagesToolWindow">
294     <keyboard-shortcut first-keystroke="alt 0"/>
295   </action>
296   <action id="CloseEditor">
297     <keyboard-shortcut first-keystroke="control F4"/>
298   </action>
300   <action id="NextSplitter">
301     <keyboard-shortcut first-keystroke="control TAB"/>
302   </action>
303   <action id="PrevSplitter">
304     <keyboard-shortcut first-keystroke="control shift TAB"/>
305   </action>
307   <action id="Replace">
308     <keyboard-shortcut first-keystroke="control R"/>
309   </action>
310   <action id="ExpandRegion">
311     <keyboard-shortcut first-keystroke="control ADD"/>
312     <keyboard-shortcut first-keystroke="control EQUALS"/>
313   </action>
314   <action id="EditorLeftWithSelection">
315     <keyboard-shortcut first-keystroke="shift LEFT"/>
316   </action>
317   <action id="Compile">
318     <keyboard-shortcut first-keystroke="control shift F9"/>
319   </action>
320   <action id="RunAPT">
321     <keyboard-shortcut first-keystroke="control alt shift F9"/>
322   </action>
323   <action id="$Cut">
324     <keyboard-shortcut first-keystroke="control X"/>
325     <keyboard-shortcut first-keystroke="shift DELETE"/>
326   </action>
327   <action id="ExtractMethod">
328     <keyboard-shortcut first-keystroke="control alt M"/>
329   </action>
330   <action id="InsertLiveTemplate">
331     <keyboard-shortcut first-keystroke="control J"/>
332   </action>
333   <action id="EditorDeleteToWordStart">
334     <keyboard-shortcut first-keystroke="control BACK_SPACE"/>
335   </action>
336   <action id="IntroduceConstant">
337     <keyboard-shortcut first-keystroke="control alt C"/>
338   </action>
339   <action id="EditorPageUp">
340     <keyboard-shortcut first-keystroke="PAGE_UP"/>
341   </action>
342   <action id="$Copy">
343     <keyboard-shortcut first-keystroke="control C"/>
344     <keyboard-shortcut first-keystroke="control INSERT"/>
345   </action>
346   <action id="CopyPaths">
347     <keyboard-shortcut first-keystroke="control shift C"/>
348   </action>
349   <action id="EditorToggleInsertState">
350     <keyboard-shortcut first-keystroke="INSERT"/>
351   </action>
352   <action id="EditorToggleColumnMode">
353     <keyboard-shortcut first-keystroke="alt shift INSERT"/>
354   </action>
355   <action id="ParameterInfo">
356     <keyboard-shortcut first-keystroke="control P"/>
357   </action>
358   <action id="ChangeSignature">
359     <keyboard-shortcut first-keystroke="control F6"/>
360   </action>
361   <action id="ChangeTypeSignature">
362     <keyboard-shortcut first-keystroke="control shift F6"/>
363   </action>
364   <action id="DebugClass"/>
365   <action id="IntroduceField">
366     <keyboard-shortcut first-keystroke="control alt F"/>
367   </action>
368   <action id="ShowIntentionActions">
369     <keyboard-shortcut first-keystroke="alt ENTER"/>
370   </action>
371   <action id="ExpandAllRegions">
372     <keyboard-shortcut first-keystroke="control shift ADD"/>
373     <keyboard-shortcut first-keystroke="control shift EQUALS"/>
374   </action>
375   <action id="CollapseAll">
376     <keyboard-shortcut first-keystroke="control SUBTRACT"/>
377     <keyboard-shortcut first-keystroke="control MINUS"/>
378   </action>
379   <action id="PreviousOccurence">
380     <keyboard-shortcut first-keystroke="control alt UP"/>
381   </action>
382   <action id="FindPrevious">
383     <keyboard-shortcut first-keystroke="shift F3"/>
384     <keyboard-shortcut first-keystroke="control shift L"/>
385   </action>
386   <action id="EditorDuplicate">
387     <keyboard-shortcut first-keystroke="control D"/>
388   </action>
389   <action id="EditorToggleCase">
390     <keyboard-shortcut first-keystroke="control shift U"/>
391   </action>
392   <action id="GotoLine">
393     <keyboard-shortcut first-keystroke="control G"/>
394   </action>
395   <action id="FindInPath">
396     <keyboard-shortcut first-keystroke="control shift F"/>
397   </action>
398   <action id="EditorTextEndWithSelection">
399     <keyboard-shortcut first-keystroke="control shift END"/>
400   </action>
401   <action id="OverrideMethods">
402     <keyboard-shortcut first-keystroke="control O"/>
403   </action>
404   <action id="EditorStartNewLine">
405     <keyboard-shortcut first-keystroke="shift ENTER"/>
406   </action>
407   <action id="EditorLeft">
408     <keyboard-shortcut first-keystroke="LEFT"/>
409   </action>
410   <action id="Stop">
411     <keyboard-shortcut first-keystroke="control F2"/>
412   </action>
413   <action id="EditorTextStartWithSelection">
414     <keyboard-shortcut first-keystroke="control shift HOME"/>
415   </action>
416   <action id="Find">
417     <keyboard-shortcut first-keystroke="control F"/>
418     <keyboard-shortcut first-keystroke="alt F3"/>
419   </action>
420   <action id="EditorCodeBlockStart">
421     <keyboard-shortcut first-keystroke="control OPEN_BRACKET"/>
422   </action>
423   <action id="Run">
424     <keyboard-shortcut first-keystroke="shift F10"/>
425   </action>
426   <action id="CallHierarchy">
427     <keyboard-shortcut first-keystroke="control alt H"/>
428   </action>
429   <action id="EditorTextEnd">
430     <keyboard-shortcut first-keystroke="control END"/>
431   </action>
432   <action id="GotoImplementation">
433     <keyboard-shortcut first-keystroke="control alt B"/>
434     <mouse-shortcut keystroke="ctrl alt button1"/>
435   </action>
436   <action id="SmartGotoImplementation">
437     <keyboard-shortcut first-keystroke="control shift alt B"/>
438   </action>
439   <action id="EditorPageDown">
440     <keyboard-shortcut first-keystroke="PAGE_DOWN"/>
441   </action>
442   <action id="ExternalJavaDoc">
443     <keyboard-shortcut first-keystroke="shift F1"/>
444   </action>
445   <action id="StepOut">
446     <keyboard-shortcut first-keystroke="shift F8"/>
447   </action>
448   <action id="Resume">
449     <keyboard-shortcut first-keystroke="F9"/>
450   </action>
451   <action id="EditorDeleteLine">
452     <keyboard-shortcut first-keystroke="control Y"/>
453   </action>
454   <action id="ShowErrorDescription">
455     <keyboard-shortcut first-keystroke="control F1"/>
456   </action>
457   <action id="EditorContextInfo">
458     <keyboard-shortcut first-keystroke="alt Q"/>
459   </action>
460   <action id="NextDiff">
461     <keyboard-shortcut first-keystroke="F7"/>
462   </action>
463   <action id="Move">
464     <keyboard-shortcut first-keystroke="F6"/>
465   </action>
466   <action id="MethodDown">
467     <keyboard-shortcut first-keystroke="alt DOWN"/>
468   </action>
469   <action id="$Paste">
470     <keyboard-shortcut first-keystroke="control V"/>
471     <keyboard-shortcut first-keystroke="shift INSERT"/>
472   </action>
473   <action id="EditorPasteSimple">
474     <keyboard-shortcut first-keystroke="control alt shift V"/>
475   </action>
476   <action id="CopyReference">
477     <keyboard-shortcut first-keystroke="control alt shift C"/>
478   </action>
479   <action id="EditorPasteFromX11">
480     <mouse-shortcut keystroke="button2"/>
481   </action>
483   <action id="CollapseRegion">
484     <keyboard-shortcut first-keystroke="control SUBTRACT"/>
485     <keyboard-shortcut first-keystroke="control MINUS"/>
486   </action>
487   <action id="GotoNextError">
488     <keyboard-shortcut first-keystroke="F2"/>
489   </action>
490   <action id="EditorPageDownWithSelection">
491     <keyboard-shortcut first-keystroke="shift PAGE_DOWN"/>
492   </action>
493   <action id="SurroundWithLiveTemplate">
494     <keyboard-shortcut first-keystroke="control alt J"/>
495   </action>
496   <action id="EditorTextStart">
497     <keyboard-shortcut first-keystroke="control HOME"/>
498   </action>
499   <action id="Synchronize">
500     <keyboard-shortcut first-keystroke="control alt Y"/>
501   </action>
502   <action id="EditorPreviousWordWithSelection">
503     <keyboard-shortcut first-keystroke="control shift LEFT"/>
504   </action>
505   <action id="MethodHierarchy.OverrideMethodAction">
506     <keyboard-shortcut first-keystroke="control O"/>
507   </action>
508   <action id="EditorDownWithSelection">
509     <keyboard-shortcut first-keystroke="shift DOWN"/>
510   </action>
511   <action id="GotoPreviousError">
512     <keyboard-shortcut first-keystroke="shift F2"/>
513   </action>
514   <action id="EditorScrollToCenter">
515     <keyboard-shortcut first-keystroke="control M"/>
516   </action>
517   <action id="RunGc"/>
518   <action id="$Redo">
519     <keyboard-shortcut first-keystroke="control shift Z"/>
520     <keyboard-shortcut first-keystroke="alt shift BACK_SPACE"/>
521   </action>
522   <action id="EditorMoveToPageTop">
523     <keyboard-shortcut first-keystroke="control PAGE_UP"/>
524   </action>
525   <action id="EditorMoveToPageBottom">
526     <keyboard-shortcut first-keystroke="control PAGE_DOWN"/>
527   </action>
528   <action id="EditorMoveToPageTopWithSelection">
529     <keyboard-shortcut first-keystroke="control shift PAGE_UP"/>
530   </action>
531   <action id="EditorMoveToPageBottomWithSelection">
532     <keyboard-shortcut first-keystroke="control shift PAGE_DOWN"/>
533   </action>
534   <action id="EditorDown">
535     <keyboard-shortcut first-keystroke="DOWN"/>
536   </action>
537   <action id="RunClass">
538     <keyboard-shortcut first-keystroke="control shift F10"/>
539   </action>
540   <action id="FindNext">
541     <keyboard-shortcut first-keystroke="F3"/>
542     <keyboard-shortcut first-keystroke="control L"/>
543   </action>
544   <action id="ImplementMethods">
545     <keyboard-shortcut first-keystroke="control I"/>
546   </action>
547   <action id="MethodUp">
548     <keyboard-shortcut first-keystroke="alt UP"/>
549   </action>
550   <action id="NextTab">
551     <keyboard-shortcut first-keystroke="alt RIGHT"/>
552   </action>
553   <action id="ShowContent">
554     <keyboard-shortcut first-keystroke="alt DOWN"/>
555   </action>
556   <action id="NextEditorTab">
557     <keyboard-shortcut first-keystroke="alt shift RIGHT"/>
558   </action>
559   <action id="EditSource">
560     <keyboard-shortcut first-keystroke="F4"/>
561   </action>
562   <action id="CodeCompletion">
563     <keyboard-shortcut first-keystroke="control SPACE"/>
564   </action>
565   <action id="WordCompletion">
566     <keyboard-shortcut first-keystroke="control shift alt SPACE"/>
567   </action>
568   <action id="HippieCompletion">
569     <keyboard-shortcut first-keystroke="alt SLASH"/>
570   </action>
571   <action id="HippieBackwardCompletion">
572     <keyboard-shortcut first-keystroke="alt shift SLASH"/>
573   </action>
574   <action id="TogglePopupHints"/>
575   <action id="EditorNextWordWithSelection">
576     <keyboard-shortcut first-keystroke="control shift RIGHT"/>
577   </action>
578   <action id="JumpToLastChange">
579     <keyboard-shortcut first-keystroke="control shift BACK_SPACE"/>
580   </action>
581   <action id="EditorNextWord">
582     <keyboard-shortcut first-keystroke="control RIGHT"/>
583   </action>
584   <action id="EditorLineStart">
585     <keyboard-shortcut first-keystroke="HOME"/>
586   </action>
587   <action id="EditorUnSelectWord">
588     <keyboard-shortcut first-keystroke="control shift W"/>
589   </action>
590   <action id="ValidateXml"/>
591   <action id="ToggleLineBreakpoint">
592     <keyboard-shortcut first-keystroke="control F8"/>
593   </action>
594   <action id="Debugger.EditTypeSource">
595     <keyboard-shortcut first-keystroke="shift F4"/>
596   </action>
597   <action id="ToggleBookmark">
598     <keyboard-shortcut first-keystroke="F11"/>
599   </action>
600   <action id="ToggleBookmarkWithMnemonic">
601     <keyboard-shortcut first-keystroke="control F11"/>
602   </action>
603   <action id="MoveStatementDown">
604     <keyboard-shortcut first-keystroke="control shift DOWN"/>
605   </action>
606   <action id="MoveStatementUp">
607     <keyboard-shortcut first-keystroke="control shift UP"/>
608   </action>
609   <action id="EditorEnter">
610     <keyboard-shortcut first-keystroke="ENTER"/>
611   </action>
612   <action id="EditorRightWithSelection">
613     <keyboard-shortcut first-keystroke="shift RIGHT"/>
614   </action>
615   <action id="TypeHierarchy">
616     <keyboard-shortcut first-keystroke="control H"/>
617   </action>
618   <action id="EditorUp">
619     <keyboard-shortcut first-keystroke="UP"/>
620   </action>
621   <action id="EditorTab">
622     <keyboard-shortcut first-keystroke="TAB"/>
623   </action>
624   <action id="EditorPaste">
625     <keyboard-shortcut first-keystroke="control V"/>
626     <keyboard-shortcut first-keystroke="shift INSERT"/>
627   </action>
628   <action id="IntroduceParameter">
629     <keyboard-shortcut first-keystroke="control alt P"/>
630   </action>
631   <action id="NextOccurence">
632     <keyboard-shortcut first-keystroke="control alt DOWN"/>
633   </action>
634   <action id="EditorCodeBlockEndWithSelection">
635     <keyboard-shortcut first-keystroke="control shift CLOSE_BRACKET"/>
636   </action>
637   <action id="ToggleReadOnlyAttribute"/>
638   <action id="AutoIndentLines">
639     <keyboard-shortcut first-keystroke="control alt I"/>
640   </action>
641   <action id="EditorSelectWord">
642     <keyboard-shortcut first-keystroke="control W"/>
643   </action>
644   <action id="EditorChooseLookupItem">
645     <keyboard-shortcut first-keystroke="ENTER"/>
646   </action>
647   <action id="Inline">
648     <keyboard-shortcut first-keystroke="control alt N"/>
649   </action>
650   <action id="CopyElement">
651     <keyboard-shortcut first-keystroke="F5"/>
652   </action>
653   <action id="ClassNameCompletion">
654     <keyboard-shortcut first-keystroke="control alt SPACE"/>
655   </action>
656   <action id="JumpToLastWindow">
657     <keyboard-shortcut first-keystroke="F12"/>
658   </action>
659   <action id="StepOver">
660     <keyboard-shortcut first-keystroke="F8"/>
661   </action>
662   <action id="$SelectAll">
663     <keyboard-shortcut first-keystroke="control A"/>
664   </action>
665   <action id="SaveAll">
666     <keyboard-shortcut first-keystroke="control S"/>
667   </action>
668   <action id="$Delete">
669     <keyboard-shortcut first-keystroke="DELETE"/>
670   </action>
671   <action id="RestoreDefaultLayout">
672     <keyboard-shortcut first-keystroke="shift F12"/>
673   </action>
674   <action id="HideActiveWindow">
675     <keyboard-shortcut first-keystroke="shift ESCAPE"/>
676   </action>
677   <action id="HideAllWindows">
678     <keyboard-shortcut first-keystroke="control shift F12"/>
679   </action>
680   <action id="ResizeToolWindowLeft">
681     <keyboard-shortcut first-keystroke="control shift LEFT"/>
682   </action>
683   <action id="ResizeToolWindowRight">
684     <keyboard-shortcut first-keystroke="control shift RIGHT"/>
685   </action>
686   <action id="ResizeToolWindowUp">
687     <keyboard-shortcut first-keystroke="control shift UP"/>
688   </action>
689   <action id="ResizeToolWindowDown">
690     <keyboard-shortcut first-keystroke="control shift DOWN"/>
691   </action>
692   <action id="HideSideWindows"/>
693   <action id="ShowPopupMenu">
694     <keyboard-shortcut first-keystroke="CONTEXT_MENU"/>
695   </action>
696   <action id="EditorLineStartWithSelection">
697     <keyboard-shortcut first-keystroke="shift HOME"/>
698   </action>
699   <action id="EditorRight">
700     <keyboard-shortcut first-keystroke="RIGHT"/>
701   </action>
702   <action id="ContextHelp">
703     <keyboard-shortcut first-keystroke="F1"/>
704   </action>
705   <action id="Forward">
706     <keyboard-shortcut first-keystroke="control alt RIGHT"/>
707   </action>
708   <action id="CollapseAllRegions">
709     <keyboard-shortcut first-keystroke="control shift SUBTRACT"/>
710     <keyboard-shortcut first-keystroke="control shift MINUS"/>
711   </action>
712   <action id="SmartTypeCompletion">
713     <keyboard-shortcut first-keystroke="control shift SPACE"/>
714   </action>
715   <action id="CommanderSwapPanels">
716     <keyboard-shortcut first-keystroke="control U"/>
717   </action>
718   <action id="ReplaceInPath">
719     <keyboard-shortcut first-keystroke="control shift R"/>
720   </action>
721   <action id="SurroundWith">
722     <keyboard-shortcut first-keystroke="control alt T"/>
723   </action>
724   <action id="Unwrap">
725     <keyboard-shortcut first-keystroke="control shift DELETE"/>
726   </action>
727   <action id="ActivateProjectToolWindow">
728     <keyboard-shortcut first-keystroke="alt 1"/>
729   </action>
730   <action id="ActivateCommanderToolWindow">
731     <keyboard-shortcut first-keystroke="alt 2"/>
732   </action>
733   <action id="ActivateFindToolWindow">
734     <keyboard-shortcut first-keystroke="alt 3"/>
735   </action>
736   <action id="ActivateRunToolWindow">
737     <keyboard-shortcut first-keystroke="alt 4"/>
738   </action>
739   <action id="ActivateDebugToolWindow">
740     <keyboard-shortcut first-keystroke="alt 5"/>
741   </action>
742   <action id="ActivateTODOToolWindow">
743     <keyboard-shortcut first-keystroke="alt 6"/>
744   </action>
745   <action id="ActivateStructureToolWindow">
746     <keyboard-shortcut first-keystroke="alt 7"/>
747   </action>
748   <action id="ActivateHierarchyToolWindow">
749     <keyboard-shortcut first-keystroke="alt 8"/>
750   </action>
751   <action id="ActivateChangesToolWindow">
752     <keyboard-shortcut first-keystroke="alt 9"/>
753   </action>
754   <action id="NewElement">
755     <keyboard-shortcut first-keystroke="alt INSERT"/>
756   </action>
757   <action id="NewElementSamePlace">
758     <keyboard-shortcut first-keystroke="control alt INSERT"/>
759   </action>
760   <action id="EditorSplitLine">
761     <keyboard-shortcut first-keystroke="control ENTER"/>
762   </action>
763   <action id="EditorCut">
764     <keyboard-shortcut first-keystroke="shift DELETE"/>
765     <keyboard-shortcut first-keystroke="control X"/>
766   </action>
767   <action id="FindUsagesInFile">
768     <keyboard-shortcut first-keystroke="control F7"/>
769   </action>
770   <action id="EditorLineEndWithSelection">
771     <keyboard-shortcut first-keystroke="shift END"/>
772   </action>
773   <action id="SelectIn">
774     <keyboard-shortcut first-keystroke="alt F1"/>
775   </action>
776   <action id="PreviousDiff">
777     <keyboard-shortcut first-keystroke="shift F7"/>
778   </action>
779   <action id="ExportToTextFile">
780     <keyboard-shortcut first-keystroke="alt O"/>
781   </action>
782   <action id="EditorLineEnd">
783     <keyboard-shortcut first-keystroke="END"/>
784   </action>
785   <action id="Debug">
786     <keyboard-shortcut first-keystroke="shift F9"/>
787   </action>
788   <action id="DebugAgain">
789     <keyboard-shortcut first-keystroke="alt shift F9"/>
790   </action>
791   <action id="CommanderSyncViews">
792     <keyboard-shortcut first-keystroke="alt F6"/>
793   </action>
794   <action id="EditorIndentSelection">
795     <keyboard-shortcut first-keystroke="TAB"/>
796   </action>
797   <action id="CommentByLineComment">
798     <keyboard-shortcut first-keystroke="control SLASH"/>
799     <keyboard-shortcut first-keystroke="control DIVIDE"/>
800   </action>
801   <action id="RunToCursor">
802     <keyboard-shortcut first-keystroke="alt F9"/>
803   </action>
804   <action id="ForceRunToCursor">
805     <keyboard-shortcut first-keystroke="control alt F9"/>
806   </action>
807   <action id="RenameElement">
808     <keyboard-shortcut first-keystroke="shift F6"/>
809   </action>
810   <action id="SafeDelete">
811     <keyboard-shortcut first-keystroke="alt DELETE"/>
812   </action>
813   <action id="EditorCopy">
814     <keyboard-shortcut first-keystroke="control INSERT"/>
815     <keyboard-shortcut first-keystroke="control C"/>
816   </action>
817   <action id="NextTemplateVariable">
818     <keyboard-shortcut first-keystroke="TAB"/>
819     <keyboard-shortcut first-keystroke="ENTER"/>
820   </action>
821   <action id="ViewBreakpoints">
822     <keyboard-shortcut first-keystroke="control shift F8"/>
823   </action>
824   <action id="EditorDeleteToWordEnd">
825     <keyboard-shortcut first-keystroke="control DELETE"/>
826   </action>
827   <action id="ProjectViewChangeView">
828     <keyboard-shortcut first-keystroke="alt F1"/>
829   </action>
830   <action id="CreateConfiguration"/>
831   <action id="ChooseRunConfiguration">
832     <keyboard-shortcut first-keystroke="alt shift F10"/>
833   </action>
834   <action id="ChooseDebugConfiguration">
835     <keyboard-shortcut first-keystroke="alt shift F9"/>
836   </action>
837   <action id="Refresh">
838     <keyboard-shortcut first-keystroke="control F5"/>
839   </action>
840   <action id="CloseWindow"/>
841   <action id="Rerun">
842     <keyboard-shortcut first-keystroke="control F5"/>
843   </action>
844   <action id="CollapseSelection">
845     <keyboard-shortcut first-keystroke="control PERIOD"/>
846   </action>
847   <action id="CollapseBlock">
848     <keyboard-shortcut first-keystroke="control shift PERIOD"/>
849   </action>
851   <action id="StructuralSearchPlugin.StructuralSearchAction">
852     <keyboard-shortcut first-keystroke="control shift S"/>
853   </action>
854   <action id="StructuralSearchPlugin.StructuralReplaceAction">
855     <keyboard-shortcut first-keystroke="control shift M"/>
856   </action>
857   <action id="DuplicatesForm.SendToLeft">
858     <keyboard-shortcut first-keystroke="control 1"/>
859   </action>
860   <action id="DuplicatesForm.SendToRight">
861     <keyboard-shortcut first-keystroke="control 2"/>
862   </action>
863   <action id="VcsShowNextChangeMarker">
864     <keyboard-shortcut first-keystroke="shift control alt DOWN"/>
865   </action>
866   <action id="VcsShowPrevChangeMarker">
867     <keyboard-shortcut first-keystroke="shift control alt UP"/>
868   </action>
869   <action id="Vcs.ShowMessageHistory">
870     <keyboard-shortcut first-keystroke="control M"/>
871   </action>
872   <action id="AddToFavoritesPopup">
873     <keyboard-shortcut first-keystroke="alt shift F"/>
874   </action>
875   <action id="CodeInspection.OnEditor">
876     <keyboard-shortcut first-keystroke="alt shift I"/>
877   </action>
878   <action id="RemoveFromFavorites">
879     <keyboard-shortcut first-keystroke="control DELETE"/>
880   </action>
881   <action id="Debugger.PreviousContent">
882     <keyboard-shortcut first-keystroke="control alt LEFT" />
883   </action>
884   <action id="Debugger.NextContent">
885     <keyboard-shortcut first-keystroke="control alt RIGHT" />
886   </action>
887   <action id="Debugger.MaximizeContent">
888     <keyboard-shortcut first-keystroke="control alt UP" />
889   </action>
890   <action id="Debugger.RestoreContent">
891     <keyboard-shortcut first-keystroke="control alt DOWN" />
892   </action>
893   <action id="Debugger.HideContent">
894     <keyboard-shortcut first-keystroke="control alt BACK_SPACE" />
895   </action>
896   <action id="Debugger.DetachContent">
897     <keyboard-shortcut first-keystroke="control alt ENTER" />
898   </action>
900   <action id="FileChooser.GotoHome">
901     <keyboard-shortcut first-keystroke="control 1"/>
902   </action>
903   <action id="FileChooser.GotoProject">
904     <keyboard-shortcut first-keystroke="control 2"/>
905   </action>
906   <action id="FileChooser.GotoModule">
907     <keyboard-shortcut first-keystroke="control 3"/>
908   </action>
909   <action id="FileChooser.NewFolder">
910     <keyboard-shortcut first-keystroke="alt INSERT"/>
911     <keyboard-shortcut first-keystroke="control N"/>
912   </action>
913   <action id="PopupHector">
914     <keyboard-shortcut first-keystroke="ctrl alt shift H"/>
915   </action>
916   <action id="MaintenanceAction">
917     <keyboard-shortcut first-keystroke="ctrl alt shift SLASH"/>
918   </action>
919   <action id="ToolWindowSwitcher">
920     <keyboard-shortcut first-keystroke="ctrl TAB"/>
921     <keyboard-shortcut first-keystroke="ctrl shift TAB"/>
922   </action>
924   <action id="Vcs.QuickListPopupAction">
925     <keyboard-shortcut first-keystroke="alt BACK_QUOTE"/>
926   </action>
927 </keymap>
928 </component>