Difference between revisions of "ISKernel:Bind (Command)"

From Lavish Software Wiki
Jump to navigation Jump to search
Line 10: Line 10:
  
 
== See Also ==
 
== See Also ==
 +
*[[Command:EndScript|EndScript]]
 
*[[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 20:41, 27 April 2005

Syntax

Command Difficulty Rating
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 (Which stops all running scripts) when you hold down CTRL and press the X key.

See Also