diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-07-15 17:34:16 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-07-15 18:50:44 +0300 |
commit | 0814ba33222fa86e73ca3e5351175ba4b7b545e8 (patch) | |
tree | d192ab8b37c60d13bcef38beb364ac8780bbdce2 /indra/newview/app_settings/key_bindings.xml | |
parent | 04b6b6d1ba58ecf5bf70f2e2b9ae80316c4236ae (diff) |
SL-443 Keybindings: Support reassigment of script interaction button
Diffstat (limited to 'indra/newview/app_settings/key_bindings.xml')
-rw-r--r-- | indra/newview/app_settings/key_bindings.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/indra/newview/app_settings/key_bindings.xml b/indra/newview/app_settings/key_bindings.xml index 4f6deb1f98..ffc1b2e7cc 100644 --- a/indra/newview/app_settings/key_bindings.xml +++ b/indra/newview/app_settings/key_bindings.xml @@ -33,6 +33,8 @@ <binding key="DIVIDE" mask="NONE" command="start_gesture"/> <binding key="" mask="NONE" mouse="MMB" command="toggle_voice"/> + + <binding key="" mask="NONE" mouse="LMB" command="sript_trigger_lbutton"/> </first_person> <third_person> <binding key="A" mask="NONE" command="turn_left"/> @@ -127,6 +129,8 @@ <binding key="" mask="NONE" mouse="MMB" command="toggle_voice"/> <binding key="" mask="NONE" mouse="LMB" command="walk_to"/> + + <binding key="" mask="NONE" mouse="LMB" command="sript_trigger_lbutton"/> </third_person> <sitting> <binding key="A" mask="ALT" command="spin_around_cw"/> @@ -224,6 +228,8 @@ <binding key="DIVIDE" mask="NONE" command="start_gesture"/> <binding key="" mask="NONE" mouse="MMB" command="toggle_voice"/> + + <binding key="" mask="NONE" mouse="LMB" command="sript_trigger_lbutton"/> </sitting> <edit_avatar> <!--Avatar editing camera controls--> @@ -251,5 +257,7 @@ <binding key="PAD_DIVIDE" mask="NONE" command="start_gesture"/> <binding key="" mask="NONE" mouse="MMB" command="toggle_voice"/> + + <binding key="" mask="NONE" mouse="LMB" command="sript_trigger_lbutton"/> </edit_avatar> </keys> |