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
The lib should support the function to convert a KeyboardEvent to a key string.
For example:
hotkeys("*", (evt, handler) => { console.log("You've pressed: " + handler.toKeyString()); // Example output: You've pressed: ctrl+a+s });
The text was updated successfully, but these errors were encountered:
I added a similar issue many months ago, but there were no replies:
#360
User friendliness and customisation suffer because of lack of this feature.
Sorry, something went wrong.
implement getPressedKeyString for jaywcjlove#360, jaywcjlove#377
76a9b1f
feat: implement getPressedKeyString for #360, #377 (#394)
5f108c5
v3.9.5 feat: implement getPressedKeyString for #360, #377 (#394) 5f108c5
4ae8706
No branches or pull requests
The lib should support the function to convert a KeyboardEvent to a key string.
For example:
The text was updated successfully, but these errors were encountered: