Module textadept.keys
Manages key commands in Textadept. Default key commands should be defined in a separate file and loaded after all modules.
Settings
SCOPES_ENABLED
: Flag indicating whether scopes/styles can be used for key
commands.
CTRL
: The string representing the Control key.
SHIFT
: The string representing the Shift key.
ALT
: The string representing the Alt key (the Apple key on Mac OSX).
ADD
: The string representing used to join together a sequence of Control,
Shift, or Alt modifier keys.
Settings
SCOPES_ENABLED
: Flag indicating whether scopes/styles can be used for key
commands.
CTRL
: The string representing the Control key.
SHIFT
: The string representing the Shift key.
ALT
: The string representing the Alt key (the Apple key on Mac OSX).
ADD
: The string representing used to join together a sequence of Control,
Shift, or Alt modifier keys.
Settings
SCOPES_ENABLED
: Flag indicating whether scopes/styles can be used for key
commands.
CTRL
: The string representing the Control key.
SHIFT
: The string representing the Shift key.
ALT
: The string representing the Alt key (the Apple key on Mac OSX).
ADD
: The string representing used to join together a sequence of Control,
Shift, or Alt modifier keys.
Functions
Tables
_G.keys |
Global container that holds all key commands. |
Functions
- clear_key_sequence ()
-
Clears the current key sequence.
Tables
- _G.keys
- Global container that holds all key commands.