kettle11 / kapp

A pure Rust window and input library for Windows, Mac, and Web. (Work in progress)
Apache License 2.0
56 stars 4 forks source link

Ensure all modifier keys are handed #38

Open kettle11 opened 3 years ago

kettle11 commented 3 years ago

Windows in particular may not be reporting modifier keys at all.

On Windows MapVirtualKeyW(scancode, MAPVK_VSC_TO_VK_EX) needs to be used.

Mac may be missing some modifiers as well.

Some investigation is required here to see which keys work properly and which do not.