Variable: hmouse-mod--global-map

hmouse-mod--global-map is a variable defined in hmouse-mod.el.

Value

nil

Documentation

Global key map installed by hmouse-mod-enable function.

Translates self-insert-command characters into control and meta characters if the Action or Assist Keys are depressed at the time of key press.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hmouse-mod.el
;;; ************************************************************************
;;; Private variables
;;; ************************************************************************

(defvar hmouse-mod--global-map nil
  "Global key map installed by `hmouse-mod-enable' function.
Translates `self-insert-command' characters into control and meta characters if
the Action or Assist Keys are depressed at the time of key press.")