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

Distinguishing KEYDOWN and KEYUP #211

Open
ghost opened this issue Nov 24, 2019 · 0 comments
Open

Distinguishing KEYDOWN and KEYUP #211

ghost opened this issue Nov 24, 2019 · 0 comments

Comments

@ghost
Copy link

ghost commented Nov 24, 2019

The log file output has no distinction between holding keys and tapping keys. Ex:
Holding super and pressing 123: <LMeta>123
Tapping super and pressing 123: <LMeta>123

This results in a lot of ambiguous results where I'm not sure when a key is no longer being held down.

It would be nice if the logger had output like:
<LMeta_DOWN>123<LMeta_UP>
and
<LShift_DOWN>r<LShift_UP>

Most of the loggers I've looked into don't do this. So, I'm not really sure what to do.

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

1 participant