-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
bugSomething isn't workingSomething isn't working
Description
In commit 1900008 support for CEF key code handling in Windows has been added.
macOS support is broken: modifier keys are working but normal characters input (0-9, a-z, etc.) are detected as Undefined.
Possible solutions:
- Add a mapping dedicated to macOS just like the one added in the commit for Windows
- Do not map keys if we're building for macOS. This depends on how close InputCode::??? values are to the real macOS key codes.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working