MAINT-3148 FIXED PgUp Key forces fly toggle instead of jump (maint RC only)
parent
4c9d9e3878
commit
1c2bbf6ccb
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue