-
-
Notifications
You must be signed in to change notification settings - Fork 157
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
keyboard: support all key conversions #69
Comments
I think this is simply because we haven't supported all key conversions. We can use this issue as feature request to add more key supports. |
Super
Capslock
are not working
There are three methods that haven't supported all conversions yet: Line 20 in a64b679
Line 120 in a64b679
Line 150 in a64b679
Feel free to open PR to add some conversions. We can add this step by step. Perhaps we can also open more issues to list out missing keys. |
Hi, I'd like to take this up. |
* feat: add some more mappings as in #69 also add macros to generate code in `keyboard.rs` to conveniently generate mappings * fix: macros in keyboard.rs - support custom match cases in key-mapping macros for when one-one mappings of keys aren't available - add docs to the macros
Follow up from #67
Super
,Capslock
are not recognized by the webview.The text was updated successfully, but these errors were encountered: