Function: hycontrol-pre-command-hook
hycontrol-pre-command-hook is a byte-compiled function defined in
hycontrol.el.
Signature
(hycontrol-pre-command-hook)
Documentation
Added to pre-command-hook while in any HyControl mode.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hycontrol.el
;;; HyControl private per keyboard key functions
(defun hycontrol-pre-command-hook ()
"Added to `pre-command-hook' while in any HyControl mode."
(when (null hycontrol-arg) (setq hycontrol-arg 1))
(setq prefix-arg hycontrol-arg))