Skip to content
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

Closed
broken-username opened this issue Apr 14, 2018 · 7 comments
Closed

Auto shift trick #2746

broken-username opened this issue Apr 14, 2018 · 7 comments

Comments

@broken-username
Copy link
Contributor

broken-username commented Apr 14, 2018

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!

@drashna
Copy link
Member

drashna commented Apr 14, 2018

I suspect that this may be influenced by "permissive hold" and interrupt mod tap" settings. It may be worth testing those out.

@broken-username
Copy link
Contributor Author

broken-username commented Apr 15, 2018

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.

@drashna
Copy link
Member

drashna commented May 11, 2018

IIRC, this is a tap/hold issue that affects a number of other keycodes/functions.

@drashna
Copy link
Member

drashna commented Oct 22, 2018

Was this still an issue?

Also, have you checked any of these settings?
https://docs.qmk.fm/#/feature_advanced_keycodes?id=permissive-hold

@n-scope
Copy link

n-scope commented Mar 3, 2019

@broken-username The behaviour you describe is exactly what I am trying to achieve, without success.
@drashna To me this behaviour is not a bug but a feature. It enables super-fast autoshift.

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 ?

@IsaacElenbaas
Copy link
Contributor

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.

@fauxpark
Copy link
Member

Closing, apparently #9826 has resolved this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants