Variable: hyperbole-mode-map

hyperbole-mode-map is a variable defined in hyperbole.el.

Value

                       hui:kill-region
<double-down-mouse-1>  nil
<double-mouse-1>       hui-select-thing-with-mouse
<triple-down-mouse-1>  nil
<triple-mouse-1>       hui-select-thing-with-mouse
C-c .                  hui-select-goto-matching-delimiter
C-c /                  hui-search-web
C-c @                  hycontrol-windows-grid
C-c RET                hui-select-thing
C-c \                  hycontrol-enable-windows-mode
C-h A                  hkey-help
C-w                    hui:kill-region
C-x r s                hui:copy-to-register
ESC <return>           hkey-either
M-<return>             hkey-either
M-RET                  hkey-either
M-o                    hkey-operate
M-w                    hui:kill-ring-save
                      hkey-either

Documentation

Keymap for the GNU Hyperbole global minor mode.

See hkey-initialize.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hyperbole.el
(defvar hyperbole-mode-map (make-sparse-keymap)
  "Keymap for the GNU Hyperbole global minor mode.
See `hkey-initialize'.")