Variable: aw-keys

aw-keys is a customizable variable defined in ace-window.el.

Value

(49 50 51 52 53 54 55 56 57)

Documentation

Keys for selecting window.

Source Code

;; Defined in ~/.emacs.d/elpa/ace-window-20220911.358/ace-window.el
(defcustom aw-keys '(?1 ?2 ?3 ?4 ?5 ?6 ?7 ?8 ?9)
  "Keys for selecting window."
  :type '(repeat character))