MAINT-3148 FIXED PgUp Key forces fly toggle instead of jump (maint RC only)

meow-7.2.2
dmitrykproductengine 2013-09-18 11:34:25 +03:00
parent 4c9d9e3878
commit 1c2bbf6ccb
1 changed files with 2 additions and 2 deletions

View File

@ -93,7 +93,7 @@
<menu_item_check
label="Fly"
name="Fly"
shortcut="PGUP">
shortcut="HOME">
<menu_item_check.on_check
function="Agent.getFlying" />
<menu_item_check.on_click
@ -104,7 +104,7 @@
<menu_item_call
label="Stop flying"
name="Stop flying"
shortcut="PGDN">
shortcut="HOME">
<menu_item_call.on_click
function="Agent.toggleFlying" />
<menu_item_call.on_enable