Replies: 2 comments 7 replies
-
https://github.com/jtroo/kanata/blob/main/docs/config.adoc#global-overrides |
Beta Was this translation helpful? Give feedback.
1 reply
-
You can try putting it inside |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to use kanata to switch the shifted and non-shifted version of some keys. For example swapping _ and - or swapping : and ;
I also potentially want to configure left shift and right shift differently. Below is a minimal example I came up with. I have seen this recommendation in other discussions such as #932
This mostly works except the
unshift
sometimes affects the next pressed key if pressed soon after the first. For example when attempting to type->
by:(left shift):down + (-_):down + (.>):down
the result is often-.
instead.Is there a better way to achieve the configuration I'm looking for?
I am migrating from Xmodmap where I used
keycode 20 = underscore minus underscore minus
which did not have this problem.Beta Was this translation helpful? Give feedback.
All reactions