-
-
Notifications
You must be signed in to change notification settings - Fork 39.6k
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
Auto shift trick #2746
Comments
I suspect that this may be influenced by "permissive hold" and interrupt mod tap" settings. It may be worth testing those out. |
It certainly could be. I haven't played around with those settings personally (that I remember, anyway), so I would be interested in seeing how the effect might be reproduced. Let me know if more information is needed. |
IIRC, this is a tap/hold issue that affects a number of other keycodes/functions. |
Was this still an issue? Also, have you checked any of these settings? |
@broken-username The behaviour you describe is exactly what I am trying to achieve, without success. But too bad, I can't reproduce this behaviour. (I have played around with "permissive hold" and interrupt mod tap" settings without success ) My main issue is that the first letter is released as soon as I PRESS the second one. How can we achieve "fast autoshift" : the first letter would be RELEASED once you RELEASE the first or the second letter ? |
This is not an unintentional feature, it is simply how AutoShift works. When a key is pressed the previous is flushed if it wasn't released yet. You are holding the first key for longer than the tapping term, and the second clears it - this ensures keys are sent in the 'correct' order (as noone learned to type on AutoShift and releasing in the correct order would be horrible). You do save time by not waiting to release the first key to press the second, though. |
Closing, apparently #9826 has resolved this. |
This isn't an issue so much as a suggestion. You might consider documenting that it's often helpful when using auto shift to, at least for certain words, use a little "trick". You can develop the habit of holding the first letter key down for just the tiniest amount of time more than usual, and immediately striking the next key in the word at the usual speed (still holding the first one down), then letting both go and continuing with the word or the rest of the sentence. The word won't print to the screen until after the second letter, and the first letter will be capitalized as you want. I get very consistent results this way. Hopefully that was explained well enough!
The text was updated successfully, but these errors were encountered: