Variable: modifier-bar-modifier-list

modifier-bar-modifier-list is a variable defined in tool-bar.el.gz.

Value

nil

Documentation

List of modifiers that are currently applied.

Each symbol in this list represents a modifier button that has been pressed as part of decoding this key sequence.

Source Code

;; Defined in /usr/src/emacs/lisp/tool-bar.el.gz
;; Modifier bar mode.
;; This displays a small tool bar containing modifier keys
;; above or below the main tool bar itself.

(defvar modifier-bar-modifier-list nil
  "List of modifiers that are currently applied.
Each symbol in this list represents a modifier button that has
been pressed as part of decoding this key sequence.")