Problem with home row mods and layer switching #56
oysandvik94
started this conversation in
General
Replies: 2 comments 3 replies
-
@oysandvik94 This is a shot in the dark but do you happen to be using Karabiner by any chance? I had a similar issue with a key getting shifted while it shouldn't and turning off Karabiner fixed it for me. |
Beta Was this translation helpful? Give feedback.
3 replies
-
I actually found that issue happens without Achordion as well, but the delay needed to get the correct symbol is shorter. So it seems there is some timeout or setting that Achordion changes that exposes this bug I have. So probably not Achordions fault. Also, it only happens in alacritty? |
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
-
Hi, thanks for a great project!
I have a weird issue where I have a code LT(1, KC_DEL). Layer 1 has a keycode KC_EXCL. On layer 0, this same key is a LALT_T(KC_R).
When I press the LT key in order to press KC_EXCL, I get the shifted version, the number 1.
This is only the first time. If I hold the LT button a bit before I press !, it works as expected.
So there seems to be some timeout stuff that is happening. If I replace LALT_T(KC_R) with KC_R, I dont have any issuse.
I am not sure why there it is getting shifted, since removing the alt modifier fixes the issue.
The code I am using is here:
https://github.com/oysandvik94/qmk_firmware/tree/master/keyboards/beekeeb/piantor_pro
Anyone have any tips to what I can try? I've experimented with a lot of options, but havent seen any differences. I'll try to debug the achordion code later maybe, but I am not a C person, so it will be an uphill battle.
Beta Was this translation helpful? Give feedback.
All reactions