-
Notifications
You must be signed in to change notification settings - Fork 18
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
Home row mods are listed as feature but no exsample code #75
Comments
that should be Another user in the past liked this. I don't, because it causes trouble with fast typing and 'interleaved' keys (for "fo", I type f-down, o-down, f-up, o-up). That example would result in Shift-O for me. Not sure what your idea about "hold" action is. it only really makes sense for Modifiers, because when you release it without another key, it is a tap. |
Is it possible to differentiate
Since this is the type of sequence that's better thatn timings in setting apart a home row mod vs regular fast typing |
Hey, I also tried capsicain for home row mods. Thanks for the great project and your help! |
Try again with the brand new release v97, and put The issue is this: you rewire S to LWIN, so as soon as you press S, capsicain sends an "LWIN down" to Windows. You release S, capsicain recognizes a tapping, so it releases LWIN and sends an S. With the new GLOBAL, capsicain will insert an extra "shift down, shift up" before releasing the Windows key. I don't think you will be happy with your config, sorry. The issue is "rolling keypresses", type ASDF with your left hand, now you will probably press D before you release S, and this will trigger LWIN down, D down -> Windows shortcut for 'Show Desktop'. If you try it out, please answer on this thread if it works. |
First of all, thank you for the speedy reply! From your explanation I still don't get why it happened only every second time, but that doesn't matter. However, there are still two issues:
For context: The reason I tried capsicain is that I'm currently using kanata, but that one struggles with the "alt gr" key of the german layout, presumably beacause its hooks don't "go as deep" as capsicain's. Capsicain handles all these things flawlessly. You owe nothing to anyone and you already procuded an amazing piece of software here, but if you want to make "the homerow people" very happy, thre's three "feature requests" I'd like to place:
Maybe give it a thought if you find the time and motivation. Until then thank you again for providing such a great piece of software and for answering my request so quickly. |
Under features:
Examples: F and J to Shift
is mentioned but I can't find an example.
Also there should be a general way tap-Actions and a hold-Actions can be defined
because an alt-Tap is used for some combos but I could not find where alt-tap itself ist defined.
use case: tap q gives q hold q gives ! or tap a gives a hold a gives ä
The text was updated successfully, but these errors were encountered: