forked from djpohly/dwl
-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
I use a dvorak layout. To be specific my set-xkb-rules looks like this:
(set-xkb-rules '((layout . "is")
(variant . "dvorak")
(options . "ctrl:swapcaps")))This works fine when typing, but my keybindings don't work. As an example, I have the following set-keys call in my config:
(set-keys "s-e" '(dwl:spawn "/gnu/store/m222s1gsbl0vvnsfsppx9y4g2fvbh2j0-emacs-next-pgtk-xwidgets-30.0.50-2.170c655/bin/emacs" "-q"))However, pressing the key I would use to type e, which is d on my physical keyboard's qwerty layout does nothing, but pressing the physical e key starts Emacs.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels