Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Raise error when binding bogus keys #3533

Open
aadcg opened this issue Nov 22, 2024 · 0 comments
Open

Raise error when binding bogus keys #3533

aadcg opened this issue Nov 22, 2024 · 0 comments
Labels

Comments

@aadcg
Copy link
Member

aadcg commented Nov 22, 2024

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 aadcg added the bug label Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant