Replies: 1 comment 1 reply
-
|
What would you want/expect I tried various workaround but I'm starting to believe that is just not possible to achieve when using P.S. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
The above is my keymapper config currently which fails to map KeyCombos like PageUp + CapsLock (in the specific order) correctly, however CapsLock + PageUp works perfectly.
I tried changing to
(CapsLock Any)but that completely mess up my configuration making it impossible to use Shift key. It essentially turns into a Ctrl key.Adding
Any{CapsLock}doesn't make any change.How do I achieve the same behaviour regardless the order of keys pressed in this case?
Also is the case with
(CapsLock Any)a bug or an error with my config??Beta Was this translation helpful? Give feedback.
All reactions