Skip to content
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

Closed
marcjoha opened this issue Jan 5, 2018 · 4 comments
Closed

How to use Return (i.e. not Enter) #22

marcjoha opened this issue Jan 5, 2018 · 4 comments

Comments

@marcjoha
Copy link

marcjoha commented Jan 5, 2018

I don't seem to find a way to map the numpad's Return button. Is there a way?

@koekeishiya
Copy link
Owner

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:

cmd - 0x4C : open -na /Applications/Terminal.app

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

@marcjoha
Copy link
Author

marcjoha commented Jan 8, 2018

Awesome, thanks!

@marcjoha marcjoha closed this as completed Jan 8, 2018
@ghost
Copy link

ghost commented Jul 6, 2020

@koekeishiya
Hi, I would like to see that issue, however, issue seems to have gone...

Is there any same list of keycode anywhere?

@rickythefox
Copy link

For future reference: the issue is here: #1

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants