remove forgotten garbage in the s-key def
This commit is contained in:
parent
7c2a88a98a
commit
64936b6297
1 changed files with 1 additions and 7 deletions
|
@ -924,17 +924,11 @@ top down before the key bindings are parsed.
|
||||||
<script>props.setAll("/controls/engines/engine", "starter", 0)</script>
|
<script>props.setAll("/controls/engines/engine", "starter", 0)</script>
|
||||||
</binding>
|
</binding>
|
||||||
</mod-up>
|
</mod-up>
|
||||||
<mod-shift>
|
|
||||||
<binding>
|
|
||||||
<command>nasal</command>
|
|
||||||
<script>gui.property_browser()</script>
|
|
||||||
</binding>
|
|
||||||
</mod-shift>
|
|
||||||
</key>
|
</key>
|
||||||
|
|
||||||
<nasal>
|
<nasal>
|
||||||
<script>
|
<script>
|
||||||
t_id = 0;
|
var t_id = 0;
|
||||||
</script>
|
</script>
|
||||||
</nasal>
|
</nasal>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue