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
Short overview Mappings for several numpad keys are missing:
The text was updated successfully, but these errors were encountered:
(#102) Added missing K_NUMPAD_DECIMAL mapping
44a2a47
Feature/102/missing numpad keys (#104)
2eda180
* Added missing mappings * (#102) Added missing K_NUMPAD_DECIMAL mapping
There seems to be a mismatch somewhere with NumLock - when I use Key.NumLock I get an error:
Error: [nut.js] - Error: Invalid key code specified. at Object.libnut. [as keyToggle] (/Users/ksmith/dev/nutjs-test/node_modules/@nut-tree/libnut-darwin/permissionCheck.js:68:96)
But if I use Key.NumberLock, I don't get an error...I'm not sure if it's actually working correctly or not, though...
This is on macOS 12.4
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Short overview
Mappings for several numpad keys are missing:
The text was updated successfully, but these errors were encountered: