We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In lines 833 and 869, the check if not mods and len(k_name) == 1: is used.
833
869
if not mods and len(k_name) == 1:
This check fails if num lock is on.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In lines
833
and869
, the checkif not mods and len(k_name) == 1:
is used.This check fails if num lock is on.
The text was updated successfully, but these errors were encountered: