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