-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
[FEAT]: list of key codes #23
Comments
The underlying library just uses the standard Win32 keycodes with the |
This seems to be just a matter of documentation. I also think there should be a table or list which indicates what the parses parses. Here is a breakthrough:
Although not explicitely written anywhere, you can see the value is trimmed of the VK_ prefix, like @LGUG2Z mentioned. It also appears to be case insensitive.
|
This worked for me. As an example, I wanted to map alt + semicolon. In skhd, i would do |
Is your feature request related to a problem? Please describe.
It's unclear how to refer to non-alphanumeric keys.
Describe the solution you'd like
In the readme.md, add a few examples, e.g. how to refer to the windows key (
win
?meta
?super
?) and the control key (control
?ctrl
?), how to refer to the bracket keys, the semicolon, etc. Or just a link to a website that lists them.The text was updated successfully, but these errors were encountered: