-
-
Notifications
You must be signed in to change notification settings - Fork 39.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Permissive Hold, and two keymaps #1359
Conversation
Awesome! Thanks :) |
Now documented here, please let me know if anything needs revised. |
Is this feature similar with #889 ? |
@lambdalisue I was actually trying to something similar to #889 by looking at
My issue was that my space key was not behaving like the momentary layer switcher I wanted it to be and instead repeating itself. |
It seems (by analogy to the IGNORE_MOD_TAP_INTERRUPT setting) like this setting only affects mods like SHFT_T() and not layer keys like LT(). Is there a way to force LT() to work like this? So, e.g.: LT(F,RIGHTSYM) DOWN all within Tapping Term produces the value assigned to the D key in the RIGHTSYM layer? I looked at the code in action_tapping.c, but it seems to be concerned with mods only. Is the code for LT() setting somewhere else? Thanks! |
yes please! I miss this so much right now! was trying to hack the code but without success so far. Is there a reason for its not working for LTs? Would it be hard to implement? In free time I'll try to hack the code some more as this is really bothering me (missing the right strokes often) |
Partially solved it with this setting:
but unfortunately it brought new problem: #6557 |
Thanks for sharing this @ales! One issue I have is when pressing a tap-hold key to quickly after a normal key. For example I have one key as
then the space is not registered which I assume is due to Edit: Is this actually the issue you refer to in #6557? |
If you need this split up somehow let me know.
X
ax
, which I doubt is what anyone really wants