mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
fix keymap test
This commit is contained in:
@@ -22,19 +22,13 @@
|
||||
<keyboard-shortcut first-keystroke="shift alt C" />
|
||||
</action>
|
||||
<action id="CheckinProject" />
|
||||
<action id="CloseActiveTab">
|
||||
<keyboard-shortcut first-keystroke="control F4" />
|
||||
<keyboard-shortcut first-keystroke="control W" />
|
||||
</action>
|
||||
<action id="CloseActiveTab" />
|
||||
<action id="CloseAllEditors">
|
||||
<keyboard-shortcut first-keystroke="shift control F4" />
|
||||
<keyboard-shortcut first-keystroke="shift control W" />
|
||||
</action>
|
||||
<action id="CloseEditor" />
|
||||
<action id="CloseWindow">
|
||||
<keyboard-shortcut first-keystroke="control F4" />
|
||||
<keyboard-shortcut first-keystroke="control W" />
|
||||
</action>
|
||||
<action id="CloseWindow" />
|
||||
<action id="CodeInspection.OnEditor" />
|
||||
<action id="CollapseAllRegions">
|
||||
<keyboard-shortcut first-keystroke="shift control DIVIDE" />
|
||||
|
||||
@@ -224,7 +224,7 @@
|
||||
<keyboard-shortcut first-keystroke="UP"/>
|
||||
<keyboard-shortcut first-keystroke="control P"/>
|
||||
</action>
|
||||
<action id="CloseEditor">
|
||||
<action id="CloseContent">
|
||||
<keyboard-shortcut first-keystroke="control F4"/>
|
||||
<keyboard-shortcut first-keystroke="control X" second-keystroke="K"/>
|
||||
</action>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<action id="CloseActiveTab">
|
||||
<keyboard-shortcut first-keystroke="shift control 4" />
|
||||
</action>
|
||||
<action id="CloseEditor">
|
||||
<action id="CloseContent">
|
||||
<keyboard-shortcut first-keystroke="control 4" />
|
||||
</action>
|
||||
<action id="CompileDirty">
|
||||
|
||||
@@ -42,20 +42,16 @@
|
||||
<keyboard-shortcut first-keystroke="control alt BACK_SLASH" />
|
||||
</action>
|
||||
<action id="CloneElement" />
|
||||
<action id="CloseActiveTab">
|
||||
<keyboard-shortcut first-keystroke="control W" />
|
||||
</action>
|
||||
<action id="CloseActiveTab" />
|
||||
<action id="CloseAllEditors">
|
||||
<keyboard-shortcut first-keystroke="shift control W" />
|
||||
<keyboard-shortcut first-keystroke="shift control F4" />
|
||||
</action>
|
||||
<action id="CloseEditor">
|
||||
<action id="CloseContent">
|
||||
<keyboard-shortcut first-keystroke="control F4" />
|
||||
<keyboard-shortcut first-keystroke="control W" />
|
||||
</action>
|
||||
<action id="CloseWindow">
|
||||
<keyboard-shortcut first-keystroke="control W" />
|
||||
</action>
|
||||
<action id="CloseWindow" />
|
||||
<action id="CodeCompletion">
|
||||
<keyboard-shortcut first-keystroke="control SPACE" />
|
||||
<keyboard-shortcut first-keystroke="control BACK_SLASH" />
|
||||
|
||||
Reference in New Issue
Block a user