Skip to content
Snippets Groups Projects
Commit 703cbef8 authored by maxim_productengine's avatar maxim_productengine Committed by Andrey Kleshchev
Browse files

SL-12494 Add some more key bindings

parent 7e0254ec
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,8 @@
</menu_item_call>
<menu_item_call
label="Places..."
name="Places">
name="Places"
shortcut="control|L">
<menu_item_call.on_click
function="Floater.ToggleOrBringToFront"
parameter="places" />
......@@ -85,11 +86,22 @@
<menu_item_separator/>
<menu_item_call
label="Camera Controls..."
name="Camera Controls">
name="Camera Controls"
shortcut="control|K">
<menu_item_call.on_click
function="Floater.ToggleOrBringToFront"
parameter="camera" />
</menu_item_call>
<menu_item_call
label="Hover Height"
name="HoverHeight"
shortcut="alt|control|H"
visible="false">
<menu_item_call.on_click
function="HoverHeight"/>
<menu_item_call.on_enable
function="Edit.EnableHoverHeight"/>
</menu_item_call>
<menu
create_jump_keys="true"
label="Movement"
......@@ -150,7 +162,8 @@
</menu_item_check>
<menu_item_call
label="Stop Animating Me"
name="Stop Animating My Avatar">
name="Stop Animating My Avatar"
shortcut="alt|shift|A">
<menu_item_call.on_click
function="Tools.StopAllAnimations" />
</menu_item_call>
......@@ -458,7 +471,8 @@
</menu_item_check>
<menu_item_call
label="Events"
name="Events">
name="Events"
shortcut="control|E">
<menu_item_call.on_click
function="Advanced.ShowURL"
parameter="https://secondlife.com/my/community/events"/>
......@@ -647,7 +661,8 @@
tear_off="true">
<menu_item_check
label="Sunrise"
name="Sunrise">
name="Sunrise"
shortcut="control|shift|O">
<menu_item_check.on_click
function="World.EnvSettings"
parameter="sunrise" />
......@@ -679,7 +694,8 @@
</menu_item_check>
<menu_item_check
label="Midnight"
name="Midnight">
name="Midnight"
shortcut="control|shift|Z">
<menu_item_check.on_click
function="World.EnvSettings"
parameter="midnight" />
......@@ -1317,7 +1333,8 @@ function="World.EnvPreset"
<menu_item_call
label="Model..."
layout="topleft"
name="Upload Model">
name="Upload Model"
shortcut="alt|control|U">
<menu_item_call.on_click
function="File.UploadModel"
parameter="" />
......
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