KT-4774 Hotkey conflict for "select all occurrences" and "convert java file to kotlin file"
Changed shortcut to Ctrl-Alt-Shift-K #KT-4774 Fixed
This commit is contained in:
@@ -72,7 +72,7 @@
|
||||
</action>
|
||||
<action id="ConvertJavaToKotlin" class="org.jetbrains.kotlin.idea.actions.JavaToKotlinAction"
|
||||
text="Convert Java File to Kotlin File">
|
||||
<keyboard-shortcut keymap="$default" first-keystroke="control alt shift J"/>
|
||||
<keyboard-shortcut keymap="$default" first-keystroke="control alt shift K"/>
|
||||
<add-to-group group-id="CodeMenu" anchor="last"/>
|
||||
</action>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user