switch-window icon indicating copy to clipboard operation
switch-window copied to clipboard

customization warnings 2

Open jsirex opened this issue 10 months ago • 0 comments

Relates to #88

line 253:

(defcustom switch-window-shortcut-style 'quail
  "Use either keyboard layout or alphabet shortcut style."
  :type '(choice (const :tag "Alphabet" 'alphabet)
                 (const :tag "Keyboard Layout" 'quail)
                 (const :tag "Qwerty Homekeys Layout" 'qwerty))
  :group 'switch-window)

jsirex avatar Mar 25 '25 10:03 jsirex