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

[FEATURE] (Enhancement) Simplify macOS input keycodes #98

Open
travisvroman opened this issue Nov 1, 2022 · 0 comments
Open

[FEATURE] (Enhancement) Simplify macOS input keycodes #98

travisvroman opened this issue Nov 1, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@travisvroman
Copy link
Owner

Per a comment from Bradley Stach on YT:

for the keycodes that come through in NSEvent, use #import <Carbon/Carbon.h> The defines for the key codes then follow the form kVK_Space, kVK_ANSI_A, kVK_ANSI_B, etc.

This may simplify the input section of logic (or at least make it more clear).

@travisvroman travisvroman added the enhancement New feature or request label Nov 1, 2022
@travisvroman travisvroman self-assigned this Nov 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant