Variable: transient-select-menu-window

transient-select-menu-window is a customizable variable defined in transient.el.

Value

nil

Documentation

Whether to select the window displaying the transient menu.

Enabling this is discouraged, except for users of braille output devises. Note that enabling this, or alternatively selecting the menu window on demand, are both unnecessary, to be able to move the cursor in the menu. See transient-enable-menu-navigation.

This variable was added, or its default value changed, in transient version 0.13.0.

Source Code

;; Defined in ~/.emacs.d/elpa/transient-20260414.1009/transient.el
(defcustom transient-select-menu-window nil
  "Whether to select the window displaying the transient menu.

Enabling this is discouraged, except for users of braille output
devises.  Note that enabling this, or alternatively selecting the
menu window on demand, are both unnecessary, to be able to move
the cursor in the menu.  See `transient-enable-menu-navigation'."
  :package-version '(transient . "0.13.0")
  :group 'transient
  :type 'boolean)