Remove non functioning walker key bindings
Signed-off-by: fly <merspieler@airmail.cc>
This commit is contained in:
parent
ca11ecc816
commit
68f074752d
1 changed files with 0 additions and 33 deletions
|
@ -61,37 +61,4 @@
|
|||
</script>
|
||||
</binding>
|
||||
</key>
|
||||
<key n="119">
|
||||
<name>w</name>
|
||||
<desc>Walk forward toward view</desc>
|
||||
<repeatable type="bool">true</repeatable>
|
||||
<binding>
|
||||
<command>nasal</command>
|
||||
<script>
|
||||
walk.walk_about(0.1);
|
||||
</script>
|
||||
</binding>
|
||||
</key>
|
||||
<key n="87">
|
||||
<name>W</name>
|
||||
<desc>Run forward toward view</desc>
|
||||
<repeatable type="bool">true</repeatable>
|
||||
<binding>
|
||||
<command>nasal</command>
|
||||
<script>
|
||||
walk.walk_about(0.25);
|
||||
</script>
|
||||
</binding>
|
||||
</key>
|
||||
<key n="115">
|
||||
<name>s</name>
|
||||
<desc>Walk backward from view</desc>
|
||||
<repeatable type="bool">true</repeatable>
|
||||
<binding>
|
||||
<command>nasal</command>
|
||||
<script>
|
||||
walk.walk_about(-0.1);
|
||||
</script>
|
||||
</binding>
|
||||
</key>
|
||||
</PropertyList>
|
||||
|
|
Loading…
Reference in a new issue