Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upProvide real keyboard code values on non-linux platforms #22486
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The function to convert a winit scancode to a keyboard_types::Code value is unimplemented on mac and windows:
servo/ports/servo/glutin_app/keyutils.rs
Lines 238 to 242 in 9ca6768