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>
|
||||
</binding>
|
||||
</mod-up>
|
||||
<mod-shift>
|
||||
<binding>
|
||||
<command>nasal</command>
|
||||
<script>gui.property_browser()</script>
|
||||
</binding>
|
||||
</mod-shift>
|
||||
</key>
|
||||
|
||||
<nasal>
|
||||
<script>
|
||||
t_id = 0;
|
||||
var t_id = 0;
|
||||
</script>
|
||||
</nasal>
|
||||
|
||||
|
|
Loading…
Reference in a new issue