diff options
author | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-10-31 17:16:50 +0200 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-06-23 14:50:03 +0300 |
commit | fd5c1a1f0787d8464432a8ed592b0d6d9b8da092 (patch) | |
tree | a8099dbedf7087c3793a9f37f5f8cc9719b8cc1c /indra/newview/app_settings/key_bindings.xml | |
parent | 7a14cf420397b225d53f9bb3c7544a766627cf5c (diff) |
SL-6109 Fixed walk_to defaults and typo.
Diffstat (limited to 'indra/newview/app_settings/key_bindings.xml')
-rw-r--r-- | indra/newview/app_settings/key_bindings.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/indra/newview/app_settings/key_bindings.xml b/indra/newview/app_settings/key_bindings.xml index d0c25f3ed0..536199c696 100644 --- a/indra/newview/app_settings/key_bindings.xml +++ b/indra/newview/app_settings/key_bindings.xml @@ -31,8 +31,9 @@ <binding key="SPACE" mask="NONE" command="stop_moving"/> <binding key="ENTER" mask="NONE" command="start_chat"/> <binding key="DIVIDE" mask="NONE" command="start_gesture"/> - + <binding key="" mask="NONE" mouse="MMB" command="toggle_voice"/> + <binding key="" mask="NONE" mouse="LMB" command="walk_to"/> </first_person> <third_person> <binding key="A" mask="NONE" command="turn_left"/> @@ -126,6 +127,7 @@ <binding key="PAD_DIVIDE" mask="CTL_ALT_SHIFT" command="start_gesture"/> <binding key="" mask="NONE" mouse="MMB" command="toggle_voice"/> + <binding key="" mask="NONE" mouse="LMB" command="walk_to"/> </third_person> <!-- Basic editing camera control --> @@ -184,6 +186,7 @@ <binding key="PAD_DIVIDE" mask="ALT" command="start_gesture"/> <binding key="" mask="NONE" mouse="MMB" command="toggle_voice"/> + <binding key="" mask="NONE" mouse="LMB" command="walk_to"/> </edit> <sitting> <binding key="A" mask="ALT" command="spin_around_cw"/> @@ -281,6 +284,7 @@ <binding key="DIVIDE" mask="NONE" command="start_gesture"/> <binding key="" mask="NONE" mouse="MMB" command="toggle_voice"/> + <binding key="" mask="NONE" mouse="LMB" command="walk_to"/> </sitting> <edit_avatar> <!--Avatar editing camera controls--> @@ -308,5 +312,6 @@ <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="walk_to"/> </edit_avatar> </keys> |