49
edits
No edit summary |
No edit summary |
||
| Line 13: | Line 13: | ||
A 'bind' acts like a custom command for a key. It runs the assigned text as a script, which can contain a single-word command, statement, or script. | A 'bind' acts like a custom command for a key. It runs the assigned text as a script, which can contain a single-word command, statement, or script. | ||
By default, binds do not work while input is in console or in text mode. | |||
== Examples == | == Examples == | ||
| Line 21: | Line 19: | ||
* Check alias 'bob' for script value. No alias exists named 'bob'. | * Check alias 'bob' for script value. No alias exists named 'bob'. | ||
<kua> | <kua> | ||
> | > bind Z | ||
Unknown: bob | Unknown: bob | ||
</kua> | </kua> | ||