mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-121283 Multiple Carets: Alt-J keyboard shortcut should be changed for Mac
This commit is contained in:
@@ -349,6 +349,13 @@
|
||||
<action id="FindPrevious">
|
||||
<keyboard-shortcut first-keystroke="meta shift G"/>
|
||||
</action>
|
||||
|
||||
<action id="SelectNextOccurrence">
|
||||
<keyboard-shortcut first-keystroke="control G"/>
|
||||
</action>
|
||||
<action id="UnselectLastOccurrence">
|
||||
<keyboard-shortcut first-keystroke="control shift G"/>
|
||||
</action>
|
||||
|
||||
<action id="Run">
|
||||
<keyboard-shortcut first-keystroke="control R"/>
|
||||
|
||||
@@ -258,6 +258,13 @@
|
||||
<keyboard-shortcut first-keystroke="shift F3"/>
|
||||
<keyboard-shortcut first-keystroke="control shift L"/>
|
||||
</action>
|
||||
|
||||
<action id="SelectNextOccurrence">
|
||||
<keyboard-shortcut first-keystroke="control G"/>
|
||||
</action>
|
||||
<action id="UnselectLastOccurrence">
|
||||
<keyboard-shortcut first-keystroke="control shift G"/>
|
||||
</action>
|
||||
|
||||
<action id="VcsShowNextChangeMarker">
|
||||
<keyboard-shortcut first-keystroke="shift control alt DOWN"/>
|
||||
|
||||
Reference in New Issue
Block a user