Replies: 1 comment 2 replies
-
Wayfire passes the options to xkb_map_new_from_names(), the documentation for which shows you are correct in assuming it should be a comma-separated list. I'm wondering if switching the options, the first one will work in the list or the second. There are a couple of things to try though, try putting the comma separated list in quotations, |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
How to specify multiple xkb_options?
I would like to swap the left and right Ctrl and Alt keys, like this:
But apparently only
ctrl:swap_lalt_lctl
gets applied.I also tried
and
Beta Was this translation helpful? Give feedback.
All reactions