nyxt icon indicating copy to clipboard operation
nyxt copied to clipboard

Raise error when binding bogus keys

Open aadcg opened this issue 1 year ago • 1 comments

Start Nyxt with the config file below and notice that C-left won't be bound since the correct way to designate the key is C-left instead of C-<left>.

(define-configuration :search-buffer-mode
  ((keyscheme-map
    (keymaps:define-keyscheme-map "custom" (list :import %slot-value%)
      nyxt/keyscheme:cua
      (list "C-<left>" 'nyxt/mode/search-buffer:search-buffer)))))

aadcg avatar Nov 22 '24 17:11 aadcg

Related to #3584.

aadcg avatar Jan 30 '25 15:01 aadcg