diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2022-05-23 20:26:25 +0300 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2022-05-23 20:26:25 +0300 |
commit | 7345cd16625b9fc5db03877aaf4efc1d7db22389 (patch) | |
tree | b89767bdf185895789ee1f11028be4eb7a76cb79 | |
parent | 14cfb598f6ad711290acc847de6b6689f4f45834 (diff) |
SL-17339 Controls > Restore Defaults should clear the "Walk to" action.
-rw-r--r-- | indra/newview/app_settings/key_bindings.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/app_settings/key_bindings.xml b/indra/newview/app_settings/key_bindings.xml index 55babc88bc..8d5349550f 100644 --- a/indra/newview/app_settings/key_bindings.xml +++ b/indra/newview/app_settings/key_bindings.xml @@ -85,7 +85,6 @@ <binding key="DOWN" mask="CTL_ALT_SHIFT" command="pan_down"/> <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="script_trigger_lbutton"/> </third_person> |