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

Initial Key Press Delay When Key is Held Down #183

Open
leemix opened this issue Apr 18, 2024 · 0 comments
Open

Initial Key Press Delay When Key is Held Down #183

leemix opened this issue Apr 18, 2024 · 0 comments

Comments

@leemix
Copy link

leemix commented Apr 18, 2024

I am writing a C++ software intended to perform a sequence of key presses while the "Q" key is held down. So far so good; however, I've noticed a delay during the initial key press, similar to what occurs with a standard keyboard. Is there a method to remove this delay without altering the keyboard filters within Windows?

this is my current code: https://pastebin.com/i152uqTS

Left and W are pressed just as intended. However, there's an annoying delay between the first and the following key presses

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

1 participant