File: hib-kbd.el.html
A press of the Action Key on any series of key sequences delimited by
curly braces executes all of the associated commands. Key sequences
can include Hyperbole minibuffer menu sequences.
A press of the Assist Key on any series of key sequences delimited by
curly braces displays the documentation for it.
Sequences of keys should be in human readable string form with spaces
between each key, may contain any number of individual key sequences
and the whole thing should be delimited by braces, e.g. {M-x apropos
RET hyperbole RET}. Forms such as {\C-b}, {\^b}, and {^b} will not be
recognized.
Programmatically, to execute a key series given as a string, use: (kbd-key:execute "{key series}").
Defined variables (6)
kbd-key:extended-command-binding-list | List of commands that may be bound to M-x to invoke extended/named commands. |
kbd-key:extended-command-prefix | Normalized prefix regular expression that invokes an extended command. |
kbd-key:mini-menu-key | The key sequence that invokes the Hyperbole minibuffer menu. |
kbd-key:modified-key-regexp | Regexp matching a single modified keyboard key within a human-readable string. |
kbd-key:named-key-list | List of dedicated keyboard key names which may be used with modifier keys. |
kbd-key:named-key-regexp | Regexp that matches the dedicated keyboard key names in lower or uppercase. |
Defined functions (16)
actypes::kbd-key | (KEY-SERIES) |
kbd-key:binding | (KEY-SERIES) |
kbd-key:doc | (KEY-SERIES &optional FULL) |
kbd-key:execute | (KEY-SERIES) |
kbd-key:extended-command-p | (KEY-SERIES) |
kbd-key:help | (BUT) |
kbd-key:hyperbole-hycontrol-key-p | (KEY-SERIES) |
kbd-key:hyperbole-mini-menu-key-p | (KEY-SERIES) |
kbd-key:kbd | (KEY-SERIES) |
kbd-key:key-and-arguments | (KEY-SERIES) |
kbd-key:mark-spaces-to-keep | (STRING START-DELIM END-DELIM) |
kbd-key:maybe-enable-helm | (HELM-FLAG ORIG-M-X-BINDING) |
kbd-key:normalize | (KEY-SERIES) |
kbd-key:parse | (STRING) |
kbd-key:remove-delimiters | (STR START-DELIM END-DELIM) |
kbd-key:special-sequence-p | (KEY-SERIES) |