|
208 | 208 | description="Smart paste functionality that automatically detects and converts clipboard content to match the current file's programming language"> |
209 | 209 |
|
210 | 210 | <add-to-group group-id="com.github.simiacryptus.aicoder.ui.EditorMenu" anchor="last"/> |
211 | | - <keyboard-shortcut keymap="$default" first-keystroke="control shift V"/> |
| 211 | + <keyboard-shortcut keymap="$default" first-keystroke="ctrl shift V"/> |
212 | 212 | <keyboard-shortcut keymap="Mac OS X 10.5+" first-keystroke="meta shift V"/> |
213 | 213 | </action> |
214 | 214 | <action class="com.github.simiacryptus.aicoder.actions.code.FastPasteAction" |
215 | 215 | text="_Fast Paste" |
216 | 216 | description="Fast paste functionality using a less resource-intensive model for quick conversions."> |
217 | 217 | <add-to-group group-id="com.github.simiacryptus.aicoder.ui.EditorMenu" anchor="last"/> |
218 | | - <keyboard-shortcut keymap="$default" first-keystroke="control alt V"/> |
| 218 | + <keyboard-shortcut keymap="$default" first-keystroke="ctrl alt V"/> |
219 | 219 | <keyboard-shortcut keymap="Mac OS X 10.5+" first-keystroke="meta alt V"/> |
220 | 220 | </action> |
221 | 221 | <!-- Improved Shortcut for RedoLast Action --> |
|
224 | 224 | description="Quickly repeat the most recent intelligent coding operation in the current editor"> |
225 | 225 |
|
226 | 226 | <add-to-group group-id="com.github.simiacryptus.aicoder.ui.EditorMenu" anchor="last"/> |
227 | | - <keyboard-shortcut keymap="$default" first-keystroke="control shift Z"/> |
| 227 | + <keyboard-shortcut keymap="$default" first-keystroke="ctrl shift Z"/> |
228 | 228 | <keyboard-shortcut keymap="Mac OS X 10.5+" first-keystroke="meta shift Z"/> |
229 | 229 | </action> |
230 | 230 | <!-- Improved Shortcut for DescribeAction --> |
|
248 | 248 | description="Add doc comments"> |
249 | 249 |
|
250 | 250 | <add-to-group group-id="com.github.simiacryptus.aicoder.ui.EditorMenu" anchor="last"/> |
251 | | - <keyboard-shortcut keymap="$default" first-keystroke="control shift D"/> |
| 251 | + <keyboard-shortcut keymap="$default" first-keystroke="ctrl shift D"/> |
252 | 252 | <keyboard-shortcut keymap="Mac OS X 10.5+" first-keystroke="meta shift D"/> |
253 | 253 | </action> |
254 | 254 | <!-- Improved Shortcut for InsertImplementationAction --> |
|
265 | 265 |
|
266 | 266 | <add-to-group group-id="com.github.simiacryptus.aicoder.ui.EditorMenu" anchor="last"/> |
267 | 267 | <keyboard-shortcut keymap="$default" first-keystroke="control alt A"/> |
268 | | - <keyboard-shortcut keymap="Mac OS X 10.5+" first-keystroke="meta option A"/> |
| 268 | + <keyboard-shortcut keymap="Mac OS X" first-keystroke="meta alt A"/> |
269 | 269 | </action> |
270 | 270 | <!-- Improved Shortcut for RenameVariablesAction --> |
271 | 271 |
|
|
275 | 275 |
|
276 | 276 | <add-to-group group-id="com.github.simiacryptus.aicoder.ui.EditorMenu" anchor="last"/> |
277 | 277 | <keyboard-shortcut keymap="$default" first-keystroke="control alt R"/> |
278 | | - <keyboard-shortcut keymap="Mac OS X 10.5+" first-keystroke="meta option R"/> |
| 278 | + <keyboard-shortcut keymap="Mac OS X" first-keystroke="meta alt R"/> |
279 | 279 | </action> |
280 | 280 | <!-- Improved Shortcut for VoiceToTextAction --> |
281 | 281 | <action class="com.github.simiacryptus.aicoder.actions.legacy.VoiceToTextAction" |
282 | 282 | text="Voice to Text" |
283 | 283 | description="Convert spoken language into text using AI."> |
284 | 284 |
|
285 | 285 | <add-to-group group-id="com.github.simiacryptus.aicoder.ui.EditorMenu" anchor="last"/> |
286 | | - <keyboard-shortcut keymap="$default" first-keystroke="control alt V"/> |
287 | | - <keyboard-shortcut keymap="Mac OS X 10.5+" first-keystroke="meta option V"/> |
| 286 | + <keyboard-shortcut keymap="Mac OS X" first-keystroke="meta alt V"/> |
288 | 287 | </action> |
289 | 288 | <!-- Improved Shortcut for ReplaceWithSuggestionsAction --> |
290 | 289 | <action class="com.github.simiacryptus.aicoder.actions.legacy.ReplaceWithSuggestionsAction" |
|
293 | 292 |
|
294 | 293 | <add-to-group group-id="com.github.simiacryptus.aicoder.ui.EditorMenu" anchor="last"/> |
295 | 294 | <keyboard-shortcut keymap="$default" first-keystroke="control alt R"/> |
296 | | - <keyboard-shortcut keymap="Mac OS X 10.5+" first-keystroke="meta option R"/> |
| 295 | + <keyboard-shortcut keymap="Mac OS X" first-keystroke="meta alt R"/> |
297 | 296 | </action> |
298 | 297 | <!-- Improved Shortcut for AppendTextWithChatAction --> |
299 | 298 | <action class="com.github.simiacryptus.aicoder.actions.legacy.AppendTextWithChatAction" |
|
308 | 307 |
|
309 | 308 | <add-to-group group-id="com.github.simiacryptus.aicoder.ui.EditorMenu" anchor="last"/> |
310 | 309 | <keyboard-shortcut keymap="$default" first-keystroke="control alt I"/> |
311 | | - <keyboard-shortcut keymap="Mac OS X 10.5+" first-keystroke="meta option I"/> |
| 310 | + <keyboard-shortcut keymap="Mac OS X" first-keystroke="meta alt I"/> |
312 | 311 | </action> |
313 | 312 | <!-- Improved Shortcut for CommentsAction --> |
314 | 313 | <action class="com.github.simiacryptus.aicoder.actions.legacy.CommentsAction" |
|
317 | 316 |
|
318 | 317 | <add-to-group group-id="com.github.simiacryptus.aicoder.ui.EditorMenu" anchor="last"/> |
319 | 318 | <keyboard-shortcut keymap="$default" first-keystroke="control alt C"/> |
320 | | - <keyboard-shortcut keymap="Mac OS X 10.5+" first-keystroke="meta option C"/> |
| 319 | + <keyboard-shortcut keymap="Mac OS X" first-keystroke="meta alt C"/> |
321 | 320 | </action> |
322 | 321 | <!-- Improved Shortcut for DocAction --> |
323 | 322 | <action class="com.github.simiacryptus.aicoder.actions.legacy.DocAction" |
|
326 | 325 |
|
327 | 326 | <add-to-group group-id="com.github.simiacryptus.aicoder.ui.EditorMenu" anchor="last"/> |
328 | 327 | <keyboard-shortcut keymap="$default" first-keystroke="control alt D"/> |
329 | | - <keyboard-shortcut keymap="Mac OS X 10.5+" first-keystroke="meta option D"/> |
| 328 | + <keyboard-shortcut keymap="Mac OS X" first-keystroke="meta alt D"/> |
330 | 329 | </action> |
331 | 330 | <!-- Improved Shortcut for ImplementStubAction --> |
332 | 331 | <action class="com.github.simiacryptus.aicoder.actions.legacy.ImplementStubAction" |
|
335 | 334 |
|
336 | 335 | <add-to-group group-id="com.github.simiacryptus.aicoder.ui.EditorMenu" anchor="last"/> |
337 | 336 | <keyboard-shortcut keymap="$default" first-keystroke="control alt S"/> |
338 | | - <keyboard-shortcut keymap="Mac OS X 10.5+" first-keystroke="meta option S"/> |
| 337 | + <keyboard-shortcut keymap="Mac OS X" first-keystroke="meta alt S"/> |
339 | 338 | </action> |
340 | 339 |
|
341 | 340 | <action id="com.github.simiacryptus.aicoder.actions.git.ChatWithCommitAction" |
|
0 commit comments