-
Notifications
You must be signed in to change notification settings - Fork 220
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
How to use Return (i.e. not Enter) #22
Comments
You can specify the keycode in hexadecimal. The numpad return button usually has a keycode of: 0x4C The following should launch Terminal when you hit cmd + numpad_return:
Do note that hexcodes must be specified with the 0x prefix and uppercase A-F letters. For a list of keycodes, you can go here https://github.com/koekeishiya/khd/issues/1#issue-177177268 |
Awesome, thanks! |
@koekeishiya Is there any same list of keycode anywhere? |
For future reference: the issue is here: #1 |
I don't seem to find a way to map the numpad's Return button. Is there a way?
The text was updated successfully, but these errors were encountered: