ISKernel:bind (Object Type)

From Lavish Software Wiki
Revision as of 05:17, 26 February 2005 by Lax (talk | contribs)
(diff) ←Older revision | view current revision (diff) | Newer revision→ (diff)
Jump to navigation Jump to search

Description

A bind, also known as a hotkey, maps actions to keyboard input.

Members

  • string Name: The name of the bind
  • string Combo: The key combination used for the bind
  • string PressCommand: The command executed when this bind is pressed
  • string ReleaseCommand: The command executed when this bind is released

Methods

(these methods require Inner Space 0.74)

  • SetName[name]: Renames the bind
  • SetCombo[combo]: Changes the key combination used by the bind
  • SetPressCommand[command]: Sets the command executed when this bind is pressed
  • SetReleaseCommand[command]: Sets the command executed when this bind is released
  • Delete: Deletes the bind

Returns

TRUE if the bind exists

Examples

See Also