How can I swap ALT and WINDOWS key for a specific keyboard? #5128
Answered
by
avisek
goodmorning-hwt
asked this question in
Q&A
-
How can I swap ALT and WINDOWS key for a specific keyboard? I only find the way to switch Caps and ESC in the official documentation. Thanks in advance for any help! |
Beta Was this translation helpful? Give feedback.
Answered by
avisek
Aug 15, 2024
Replies: 3 comments 3 replies
-
|
Beta Was this translation helpful? Give feedback.
3 replies
-
Complete answer for those who haven't yet figured out: input {
# ...
+ kb_options = altwin:swap_alt_win
} |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
goodmorning-hwt
-
kmonad can do anything about remap keyboard |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Complete answer for those who haven't yet figured out:
input { # ... + kb_options = altwin:swap_alt_win }