mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-80056 Column selection mode improvement
avoid shadowing 'Navigate' menu shortcut
This commit is contained in:
@@ -113,10 +113,10 @@
|
||||
<keyboard-shortcut first-keystroke="control F3"/>
|
||||
</action>
|
||||
<action id="SelectNextOccurrence">
|
||||
<keyboard-shortcut first-keystroke="alt N"/>
|
||||
<keyboard-shortcut first-keystroke="alt J"/>
|
||||
</action>
|
||||
<action id="UnselectLastOccurrence">
|
||||
<keyboard-shortcut first-keystroke="alt shift N"/>
|
||||
<keyboard-shortcut first-keystroke="alt shift J"/>
|
||||
</action>
|
||||
<action id="GotoDeclaration">
|
||||
<keyboard-shortcut first-keystroke="control B"/>
|
||||
|
||||
@@ -121,6 +121,12 @@
|
||||
<action id="FindPrevious">
|
||||
<keyboard-shortcut first-keystroke="shift control K" />
|
||||
</action>
|
||||
<action id="SelectNextOccurrence">
|
||||
<keyboard-shortcut first-keystroke="alt Y"/>
|
||||
</action>
|
||||
<action id="UnselectLastOccurrence">
|
||||
<keyboard-shortcut first-keystroke="alt shift Y"/>
|
||||
</action>
|
||||
<action id="FindUsages">
|
||||
<keyboard-shortcut first-keystroke="control G" />
|
||||
</action>
|
||||
|
||||
Reference in New Issue
Block a user