ISKernel:bind (Object Type)

From Lavish Software Wiki
Revision as of 23:52, 26 August 2005 by Beefalo (talk | contribs)
Jump to navigation Jump to search

Description

A bind, also known as a hotkey, maps actions to keyboard input. This data type can only be accessed through the Keyboard Top-Level Object.

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

  • 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