Skip to content
Snippets Groups Projects
Commit eb7b43fb authored by Jonathan Yap's avatar Jonathan Yap
Browse files

STORM-1733 Menu entry Release Keys is in Advanced->Shortcuts sub-menu but has no shortcut

parent dbc91a7f
No related branches found
No related tags found
No related merge requests found
......@@ -595,6 +595,7 @@ Jonathan Yap
STORM-1719
STORM-1712
STORM-1728
STORM-1733
Kadah Coba
STORM-1060
Jondan Lundquist
......
......@@ -1713,7 +1713,17 @@
function="ToggleControl"
parameter="MouseSmooth" />
</menu_item_check>
<menu_item_call
enabled="false"
label="Release Keys"
name="Release Keys">
<menu_item_call.on_click
function="Tools.ReleaseKeys"
parameter="" />
<menu_item_call.on_enable
function="Tools.EnableReleaseKeys"
parameter="" />
</menu_item_call>
<menu_item_separator/>
<menu
......@@ -1743,17 +1753,7 @@
function="Floater.Toggle"
parameter="search" />
</menu_item_check>
<menu_item_call
enabled="false"
label="Release Keys"
name="Release Keys">
<menu_item_call.on_click
function="Tools.ReleaseKeys"
parameter="" />
<menu_item_call.on_enable
function="Tools.EnableReleaseKeys"
parameter="" />
</menu_item_call>
<!-- This second, alternative shortcut for Show Advanced Menu is for backward compatibility. The main shortcut has been changed so it's Linux-friendly, where the old shortcut is typically eaten by the window manager. -->
<menu_item_check
label="Show Advanced Menu - legacy shortcut"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment