fixed [RUBY-5133] Keep last rake search
[fedora-idea.git] / platform / platform-resources / src / idea / Keymap_MacClassic.xml
blobfec2bd3b28f0091269434fb953a891a941cb5a52
1 <component>
2   <keymap name="Mac OS X" parent="$default" version="1" disable-mnemonics="true">
3     <action id="FileChooser.TogglePathShowing">
4       <keyboard-shortcut first-keystroke="meta P"/>
5     </action>
6     <action id="Debugger.PreviousContent">
7       <keyboard-shortcut first-keystroke="control alt shift LEFT" />
8     </action>
9     <action id="Debugger.NextContent">
10       <keyboard-shortcut first-keystroke="control alt shift RIGHT" />
11     </action>
12     <action id="Debugger.MaximizeContent">
13       <keyboard-shortcut first-keystroke="control alt shift UP" />
14     </action>
15     <action id="Debugger.RestoreContent">
16       <keyboard-shortcut first-keystroke="control alt shift DOWN" />
17     </action>
18     <action id="Debugger.HideContent">
19       <keyboard-shortcut first-keystroke="control alt shift BACK_SPACE" />
20     </action>
21     <action id="Debugger.DetachContent">
22       <keyboard-shortcut first-keystroke="control alt shift ENTER" />
23     </action>
26     <action id="NextSplitter">
27       <keyboard-shortcut first-keystroke="alt TAB"/>
28     </action>
29     <action id="PrevSplitter">
30       <keyboard-shortcut first-keystroke="alt shift TAB"/>
31     </action>
33     <action id="ShowSettings">
34       <keyboard-shortcut first-keystroke="meta COMMA"/>
35     </action>
36     <action id="ShowProjectStructureSettings">
37       <keyboard-shortcut first-keystroke="meta SEMICOLON"/>
38     </action>
39     <action id="CodeCompletion">
40       <keyboard-shortcut first-keystroke="control SPACE"/>
41     </action>
42     <action id="ClassNameCompletion">
43       <keyboard-shortcut first-keystroke="control alt SPACE"/>
44     </action>
45     <action id="SmartTypeCompletion">
46       <keyboard-shortcut first-keystroke="control shift SPACE"/>
47     </action>
48     <action id="EditorScrollUp">
49       <keyboard-shortcut first-keystroke="meta UP"/>
50     </action>
51     <action id="EditorScrollDown">
52       <keyboard-shortcut first-keystroke="meta DOWN"/>
53     </action>
54     <action id="PreviousTab">
55       <keyboard-shortcut first-keystroke="control LEFT"/>
56     </action>
57     <action id="PreviousEditorTab">
58       <keyboard-shortcut first-keystroke="control shift LEFT"/>
59     </action>
60     <action id="EditorPreviousWord">
61       <keyboard-shortcut first-keystroke="alt LEFT"/>
62     </action>
63     <action id="QuickJavaDoc">
64       <keyboard-shortcut first-keystroke="control J"/>
65       <mouse-shortcut keystroke="control button2"/>
66     </action>
67     <action id="SafeDelete">
68       <keyboard-shortcut first-keystroke="meta DELETE"/>
69     </action>
70     <action id="RemoveFromFavorites">
71       <keyboard-shortcut first-keystroke="control DELETE"/>
72     </action>
73     <action id="EditorDeleteToWordStart">
74       <keyboard-shortcut first-keystroke="alt BACK_SPACE"/>
75     </action>
76     <action id="EditorDeleteToWordEnd">
77       <keyboard-shortcut first-keystroke="alt DELETE"/>
78     </action>
79     <action id="DebugClass"/>
80     <action id="EditorStartNewLine">
81       <keyboard-shortcut first-keystroke="shift ENTER"/>
82     </action>
83     <action id="ExternalJavaDoc">
84       <keyboard-shortcut first-keystroke="shift F1"/>
85     </action>
86     <action id="EditorContextInfo">
87       <keyboard-shortcut first-keystroke="control shift Q"/>
88     </action>
89     <action id="MethodDown">
90       <keyboard-shortcut first-keystroke="control DOWN"/>
91     </action>
92     <action id="EditorPreviousWordWithSelection">
93       <keyboard-shortcut first-keystroke="alt shift LEFT"/>
94     </action>
95     <action id="RunGc"/>
96     <action id="RunClass"/>
98     <action id="GotoBookmark0">
99       <keyboard-shortcut first-keystroke="control 0"/>
100     </action>
101     <action id="GotoBookmark1">
102       <keyboard-shortcut first-keystroke="control 1"/>
103     </action>
104     <action id="GotoBookmark2">
105       <keyboard-shortcut first-keystroke="control 2"/>
106     </action>
107     <action id="GotoBookmark3">
108       <keyboard-shortcut first-keystroke="control 3"/>
109     </action>
110     <action id="GotoBookmark4">
111       <keyboard-shortcut first-keystroke="control 4"/>
112     </action>
113     <action id="GotoBookmark5">
114       <keyboard-shortcut first-keystroke="control 5"/>
115     </action>
116     <action id="GotoBookmark6">
117       <keyboard-shortcut first-keystroke="control 6"/>
118     </action>
119     <action id="GotoBookmark7">
120       <keyboard-shortcut first-keystroke="control 7"/>
121     </action>
122     <action id="GotoBookmark8">
123       <keyboard-shortcut first-keystroke="control 8"/>
124     </action>
125     <action id="GotoBookmark9">
126       <keyboard-shortcut first-keystroke="control 9"/>
127     </action>
129     <action id="ToggleBookmark0">
130       <keyboard-shortcut first-keystroke="control shift 0"/>
131     </action>
132     <action id="ToggleBookmark1">
133       <keyboard-shortcut first-keystroke="control shift 1"/>
134     </action>
135     <action id="ToggleBookmark2">
136       <keyboard-shortcut first-keystroke="control shift 2"/>
137     </action>
138     <action id="ToggleBookmark3">
139       <keyboard-shortcut first-keystroke="control shift 3"/>
140     </action>
141     <action id="ToggleBookmark4">
142       <keyboard-shortcut first-keystroke="control shift 4"/>
143     </action>
144     <action id="ToggleBookmark5">
145       <keyboard-shortcut first-keystroke="control shift 5"/>
146     </action>
147     <action id="ToggleBookmark6">
148       <keyboard-shortcut first-keystroke="control shift 6"/>
149     </action>
150     <action id="ToggleBookmark7">
151       <keyboard-shortcut first-keystroke="control shift 7"/>
152     </action>
153     <action id="ToggleBookmark8">
154       <keyboard-shortcut first-keystroke="control shift 8"/>
155     </action>
156     <action id="ToggleBookmark9">
157       <keyboard-shortcut first-keystroke="control shift 9"/>
158     </action>
160     <action id="MethodUp">
161       <keyboard-shortcut first-keystroke="control UP"/>
162     </action>
163     <action id="NextTab">
164       <keyboard-shortcut first-keystroke="control RIGHT"/>
165     </action>
166     <action id="ShowContent">
167       <keyboard-shortcut first-keystroke="control DOWN"/>
168     </action>
169     <action id="NextEditorTab">
170       <keyboard-shortcut first-keystroke="control shift RIGHT"/>
171     </action>
172     <action id="TogglePopupHints"/>
173     <action id="EditorNextWordWithSelection">
174       <keyboard-shortcut first-keystroke="alt shift RIGHT"/>
175     </action>
176     <action id="EditorNextWord">
177       <keyboard-shortcut first-keystroke="alt RIGHT"/>
178     </action>
179     <action id="EditorLineStart">
180       <keyboard-shortcut first-keystroke="HOME"/>
181       <keyboard-shortcut first-keystroke="meta LEFT"/>
182     </action>
183     <action id="ValidateXml"/>
184     <action id="TypeHierarchy">
185       <keyboard-shortcut first-keystroke="control H"/>
186     </action>
187     <action id="ToggleReadOnlyAttribute"/>
188     <action id="ShowPopupMenu"/>
189     <action id="EditorLineStartWithSelection">
190       <keyboard-shortcut first-keystroke="shift HOME"/>
191       <keyboard-shortcut first-keystroke="meta shift LEFT"/>
192     </action>
193     <action id="ContextHelp">
194       <keyboard-shortcut first-keystroke="F1"/>
195     </action>
196     <action id="ActivateMessagesToolWindow">
197       <keyboard-shortcut first-keystroke="meta 0"/>
198     </action>
199     <action id="ActivateProjectToolWindow">
200       <keyboard-shortcut first-keystroke="meta 1"/>
201     </action>
202     <action id="ActivateCommanderToolWindow">
203       <keyboard-shortcut first-keystroke="meta 2"/>
204     </action>
205     <action id="ActivateFindToolWindow">
206       <keyboard-shortcut first-keystroke="meta 3"/>
207     </action>
208     <action id="ActivateRunToolWindow">
209       <keyboard-shortcut first-keystroke="meta 4"/>
210     </action>
211     <action id="ActivateDebugToolWindow">
212       <keyboard-shortcut first-keystroke="meta 5"/>
213     </action>
214     <action id="ActivateTODOToolWindow">
215       <keyboard-shortcut first-keystroke="meta 6"/>
216     </action>
217     <action id="ActivateStructureToolWindow">
218       <keyboard-shortcut first-keystroke="meta 7"/>
219     </action>
220     <action id="ActivateHierarchyToolWindow">
221       <keyboard-shortcut first-keystroke="meta 8"/>
222     </action>
223     <action id="ActivateChangesToolWindow">
224       <keyboard-shortcut first-keystroke="meta 9"/>
225     </action>
226     <action id="NewElement">
227       <keyboard-shortcut first-keystroke="control N"/>
228       <keyboard-shortcut first-keystroke="control ENTER"/>
229     </action>
230     <action id="Generate">
231       <keyboard-shortcut first-keystroke="control N"/>
232       <keyboard-shortcut first-keystroke="control ENTER"/>
233     </action>
234     <action id="EditorToggleColumnMode">
235       <keyboard-shortcut first-keystroke="meta shift MULTIPLY"/>
236     </action>
237     <action id="EditorLineEndWithSelection">
238       <keyboard-shortcut first-keystroke="shift END"/>
239       <keyboard-shortcut first-keystroke="meta shift RIGHT"/>
240     </action>
241     <action id="ExportToTextFile">
242       <keyboard-shortcut first-keystroke="control O"/>
243     </action>
244     <action id="EditorLineEnd">
245       <keyboard-shortcut first-keystroke="END"/>
246       <keyboard-shortcut first-keystroke="meta RIGHT"/>
247     </action>
248     <action id="CreateConfiguration"/>
249     <action id="CloseWindow"/>
250     <action id="Exit">
251       <keyboard-shortcut first-keystroke="meta Q"/>
252     </action>
253     <action id="NextSplitter">
254       <keyboard-shortcut first-keystroke="control TAB"/>
255     </action>
256     <action id="PrevSplitter">
257       <keyboard-shortcut first-keystroke="control shift TAB"/>
258     </action>
259     <action id="GotoTypeDeclaration">
260       <keyboard-shortcut first-keystroke="control shift B"/>
261       <mouse-shortcut keystroke="meta shift button1"/>
262       <mouse-shortcut keystroke="shift button2"/>
263     </action>
265     <action id="EditorJoinLines">
266       <keyboard-shortcut first-keystroke="control shift J"/>
267     </action>
268     <action id="FindNext">
269       <keyboard-shortcut first-keystroke="F3"/>
270       <keyboard-shortcut first-keystroke="control L"/>
271     </action>
272     <action id="FindPrevious">
273       <keyboard-shortcut first-keystroke="shift F3"/>
274       <keyboard-shortcut first-keystroke="control shift L"/>
275     </action>
277     <action id="VcsShowNextChangeMarker">
278       <keyboard-shortcut first-keystroke="shift control alt DOWN"/>
279     </action>
280     <action id="VcsShowPrevChangeMarker">
281       <keyboard-shortcut first-keystroke="shift control alt UP"/>
282     </action>
283     <action id="CallHierarchy">
284       <keyboard-shortcut first-keystroke="control alt H"/>
285     </action>
287     <action id="CommentByBlockComment">
288       <keyboard-shortcut first-keystroke="control shift SLASH"/>
289       <keyboard-shortcut first-keystroke="control shift DIVIDE"/>
290       <keyboard-shortcut first-keystroke="meta shift SLASH"/>
291       <keyboard-shortcut first-keystroke="meta shift DIVIDE"/>
292     </action>
294     <action id="ReplaceInPath">
295       <keyboard-shortcut first-keystroke="control shift R"/>
296     </action>
297     <action id="FindInPath">
298       <keyboard-shortcut first-keystroke="control shift F"/>
299     </action>
300     <action id="Refresh">
301       <keyboard-shortcut first-keystroke="control F5"/>
302     </action>
303     <action id="Rerun">
304       <keyboard-shortcut first-keystroke="control F5"/>
305     </action>
306     <action id="RunClass">
307       <keyboard-shortcut first-keystroke="control shift F10"/>
308     </action>
309     <action id="DebugClass">
310       <keyboard-shortcut first-keystroke="control shift F9"/>
311     </action>
312     <action id="TestGestureAction">
313       <keyboard-gesture-shortcut keystroke="meta 1" modifier="dblClick"/>
314     </action>
315     <action id="ToolWindowSwitcher">
316       <keyboard-shortcut first-keystroke="ctrl TAB"/>
317       <keyboard-shortcut first-keystroke="ctrl shift TAB"/>
318     </action>
319     <action id="Vcs.QuickListPopupAction">
320       <keyboard-shortcut first-keystroke="ctrl V" />
321     </action>
322     <action id="$Undo">
323       <keyboard-shortcut first-keystroke="meta Z"/>
324     </action>
326     <action id="QuickChangeScheme">
327       <keyboard-shortcut first-keystroke="control BACK_QUOTE"/>
328     </action>
329   </keymap>
330 </component>