Skip to content

Handle CEF key code mapping for macOS #9

Description

@AlexDicy

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions