Skip to content
Snippets Groups Projects
Commit dec70f03 authored by Xenhat Liamano's avatar Xenhat Liamano
Browse files

Add keyboard shortcut to toggle Appearence floater

parent bbae6052
Branches
Tags
No related merge requests found
...@@ -17,9 +17,11 @@ ...@@ -17,9 +17,11 @@
</menu_item_call> </menu_item_call>
<menu_item_call <menu_item_call
label="Appearance..." label="Appearance..."
name="ChangeOutfit"> name="ChangeOutfit"
shortcut="alt|O">
<menu_item_call.on_click <menu_item_call.on_click
function="CustomizeAvatar" /> function="Floater.ToggleOrBringToFront"
parameter="appearance" />
<menu_item_call.on_enable <menu_item_call.on_enable
function="Edit.EnableCustomizeAvatar" /> function="Edit.EnableCustomizeAvatar" />
</menu_item_call> </menu_item_call>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment