summaryrefslogtreecommitdiff
path: root/indra/newview/app_settings/key_bindings.xml
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2021-07-15 20:28:26 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2021-07-15 21:24:22 +0300
commite7563ff13fe1e6e77a0c6de5dcf0c1b67a6d2e2c (patch)
tree8e003b78518f1b654f1eac03fd4958f051f356be /indra/newview/app_settings/key_bindings.xml
parent48921a62322bd4eae17d1085256693aa66041dbd (diff)
SL-443 Keybindings: Backward compatibility #2
Diffstat (limited to 'indra/newview/app_settings/key_bindings.xml')
-rw-r--r--indra/newview/app_settings/key_bindings.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/indra/newview/app_settings/key_bindings.xml b/indra/newview/app_settings/key_bindings.xml
index 5c32ed9afd..e527b7f1df 100644
--- a/indra/newview/app_settings/key_bindings.xml
+++ b/indra/newview/app_settings/key_bindings.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
-<keys version="1">
+<keys xml_version="1">
<first_person>
<binding key="A" mask="NONE" command="slide_left"/>
<binding key="D" mask="NONE" command="slide_right"/>
@@ -34,7 +34,7 @@
<binding key="" mask="NONE" mouse="MMB" command="toggle_voice"/>
- <binding key="" mask="NONE" mouse="LMB" command="sript_trigger_lbutton"/>
+ <binding key="" mask="NONE" mouse="LMB" command="script_trigger_lbutton"/>
</first_person>
<third_person>
<binding key="A" mask="NONE" command="turn_left"/>
@@ -130,7 +130,7 @@
<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"/>
+ <binding key="" mask="NONE" mouse="LMB" command="script_trigger_lbutton"/>
</third_person>
<sitting>
<binding key="A" mask="ALT" command="spin_around_cw"/>
@@ -229,7 +229,7 @@
<binding key="" mask="NONE" mouse="MMB" command="toggle_voice"/>
- <binding key="" mask="NONE" mouse="LMB" command="sript_trigger_lbutton"/>
+ <binding key="" mask="NONE" mouse="LMB" command="script_trigger_lbutton"/>
</sitting>
<edit_avatar>
<!--Avatar editing camera controls-->
@@ -258,6 +258,6 @@
<binding key="" mask="NONE" mouse="MMB" command="toggle_voice"/>
- <binding key="" mask="NONE" mouse="LMB" command="sript_trigger_lbutton"/>
+ <binding key="" mask="NONE" mouse="LMB" command="script_trigger_lbutton"/>
</edit_avatar>
</keys>