IDEA-121283 Multiple Carets: Alt-J keyboard shortcut should be changed for Mac

This commit is contained in:
Alexander Zolotov
2014-02-27 18:52:43 +04:00
parent 13c7ba02ee
commit a3258e2d47
2 changed files with 14 additions and 0 deletions
@@ -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"/>