Difference between revisions of "ISKernel:Bind (Command)"
Jump to navigation
Jump to search
Line 6: | Line 6: | ||
Using bind you can attach a command to a specific key combination. | Using bind you can attach a command to a specific key combination. | ||
== Examples == | == Examples == | ||
− | *bind StopAll CTRL+X | + | *bind StopAll CTRL+X [[Command:EndScript|EndScript]] * |
− | : This will bind run the | + | : This will bind run the [[Command:EndScript|EndScript]] command with the parameter *, which stops all running scripts, when you hold down CTRL and press the X key. |
== See Also == | == See Also == | ||
− | |||
*[[LavishScript:Commands|LavishScript Commands]] | *[[LavishScript:Commands|LavishScript Commands]] | ||
*[[IS:Session#Commands|Inner Space Session Commands]] | *[[IS:Session#Commands|Inner Space Session Commands]] | ||
{{Command-Stub}} | {{Command-Stub}} |
Revision as of 21:08, 27 April 2005
Contents
Syntax
Bind | |
Usage | Intermediate |
Level of Understanding | Beginner |
Computer Savvy | Beginner |
Logic | Beginner |
bind -keylist|-list|-delete <name> | [-press|-release] <name> <combo> <command>
Description
Using bind you can attach a command to a specific key combination.
Examples
- bind StopAll CTRL+X EndScript *
- This will bind run the EndScript command with the parameter *, which stops all running scripts, when you hold down CTRL and press the X key.