Variable: which-key-hide-alt-key-translations

which-key-hide-alt-key-translations is a customizable variable defined in which-key.el.gz.

Value

t

Documentation

Hide key translations using Alt key if non nil.

These translations are not relevant most of the times since a lot of terminals issue META modifier for the Alt key.

See Info node (emacs)Modifier Keys.

This variable was added, or its default value changed, in which-key version 1.0.

Source Code

;; Defined in /usr/src/emacs/lisp/which-key.el.gz
(defcustom which-key-hide-alt-key-translations t
  "Hide key translations using Alt key if non nil.
These translations are not relevant most of the times since a lot
of terminals issue META modifier for the Alt key.

See Info node `(emacs)Modifier Keys'."
  :type 'boolean
  :package-version '(which-key . "1.0") :version "30.1")