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

Can you press and release a key repeatedly? #774

Open
toimine opened this issue Jun 25, 2024 · 2 comments
Open

Can you press and release a key repeatedly? #774

toimine opened this issue Jun 25, 2024 · 2 comments

Comments

@toimine
Copy link

toimine commented Jun 25, 2024

I'm trying to replicate this script I had in AutoHotkey that did this to Z if you held LCtrl (I need it to avoid mashing the button in some games)
image
I've tried reading the manual, but apart from macros (?), I found nothing that would let me hold keys, or make them be held or released (maybe I overlooked something). I'm asking because games would ignore a lot of presses without actually holding the key for a while, as I've discovered with another key remapper.

@nsbgn
Copy link

nsbgn commented Jun 25, 2024

No, I don't think that is currently possible. Would a global option to set the time between keydown/keyup of keypresses in a macro be sufficient for your use case?

(For future reference, this sounds like a problem similar to #732)

@toimine
Copy link
Author

toimine commented Jun 26, 2024

Ideally it would be nice to set separate lengths for key down and key up, but one time setting is okay too

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

No branches or pull requests

2 participants