Skip to content
Snippets Groups Projects
Commit acc6e53f authored by andreykproductengine's avatar andreykproductengine
Browse files

SL-6109 Fixed walk_to defaults and typo.

parent 8e734f54
No related branches found
No related tags found
No related merge requests found
...@@ -31,8 +31,9 @@ ...@@ -31,8 +31,9 @@
<binding key="SPACE" mask="NONE" command="stop_moving"/> <binding key="SPACE" mask="NONE" command="stop_moving"/>
<binding key="ENTER" mask="NONE" command="start_chat"/> <binding key="ENTER" mask="NONE" command="start_chat"/>
<binding key="DIVIDE" mask="NONE" command="start_gesture"/> <binding key="DIVIDE" mask="NONE" command="start_gesture"/>
<binding key="" mask="NONE" mouse="MMB" command="toggle_voice"/> <binding key="" mask="NONE" mouse="MMB" command="toggle_voice"/>
<binding key="" mask="NONE" mouse="LMB" command="walk_to"/>
</first_person> </first_person>
<third_person> <third_person>
<binding key="A" mask="NONE" command="turn_left"/> <binding key="A" mask="NONE" command="turn_left"/>
...@@ -126,6 +127,7 @@ ...@@ -126,6 +127,7 @@
<binding key="PAD_DIVIDE" mask="CTL_ALT_SHIFT" command="start_gesture"/> <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="MMB" command="toggle_voice"/>
<binding key="" mask="NONE" mouse="LMB" command="walk_to"/>
</third_person> </third_person>
<!-- Basic editing camera control --> <!-- Basic editing camera control -->
...@@ -184,6 +186,7 @@ ...@@ -184,6 +186,7 @@
<binding key="PAD_DIVIDE" mask="ALT" command="start_gesture"/> <binding key="PAD_DIVIDE" mask="ALT" command="start_gesture"/>
<binding key="" mask="NONE" mouse="MMB" command="toggle_voice"/> <binding key="" mask="NONE" mouse="MMB" command="toggle_voice"/>
<binding key="" mask="NONE" mouse="LMB" command="walk_to"/>
</edit> </edit>
<sitting> <sitting>
<binding key="A" mask="ALT" command="spin_around_cw"/> <binding key="A" mask="ALT" command="spin_around_cw"/>
...@@ -281,6 +284,7 @@ ...@@ -281,6 +284,7 @@
<binding key="DIVIDE" mask="NONE" command="start_gesture"/> <binding key="DIVIDE" mask="NONE" command="start_gesture"/>
<binding key="" mask="NONE" mouse="MMB" command="toggle_voice"/> <binding key="" mask="NONE" mouse="MMB" command="toggle_voice"/>
<binding key="" mask="NONE" mouse="LMB" command="walk_to"/>
</sitting> </sitting>
<edit_avatar> <edit_avatar>
<!--Avatar editing camera controls--> <!--Avatar editing camera controls-->
...@@ -308,5 +312,6 @@ ...@@ -308,5 +312,6 @@
<binding key="PAD_DIVIDE" mask="NONE" command="start_gesture"/> <binding key="PAD_DIVIDE" mask="NONE" command="start_gesture"/>
<binding key="" mask="NONE" mouse="MMB" command="toggle_voice"/> <binding key="" mask="NONE" mouse="MMB" command="toggle_voice"/>
<binding key="" mask="NONE" mouse="LMB" command="walk_to"/>
</edit_avatar> </edit_avatar>
</keys> </keys>
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
name="lst_action" /> name="lst_action" />
<columns <columns
relative_width="0.22" relative_width="0.22"
label="Prymary Control" label="Primary Control"
name="lst_ctrl1" /> name="lst_ctrl1" />
<columns <columns
relative_width="0.22" relative_width="0.22"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment