diff options
author | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-10-31 17:16:50 +0200 |
---|---|---|
committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-10-31 17:16:50 +0200 |
commit | acc6e53f25af92af493b5953404610c744ff73a3 (patch) | |
tree | 6e86c687e894514fa5862ec9c906ba8447a72c25 /indra/newview/app_settings/key_bindings.xml | |
parent | 8e734f543beb4bbfd4fb213e53d7fa8bc4302848 (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> |