mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2024-12-26 23:21:30 +11:00
a2db4c0a32
On all platforms other than Linux/X11, the Subtract key was uniformly used only for the Numpad. To make this cross-platform compatible, the `-` key will now map to `Minus` on X11 instead of `Subtract`. Since people have been confused about the difference between `Minus` and `Subtract` in the past, the `Subtract` key has also been renamed to `NumpadSubtract`. This is a breaking change that might be annoying to downstream since there's no direct improvement, but it should help new users in the future. Alternatively this could just be documented, rather than explicitly mentioning the Numpad in the name. |
||
---|---|---|
.. | ||
ime | ||
util | ||
dnd.rs | ||
event_processor.rs | ||
events.rs | ||
ffi.rs | ||
mod.rs | ||
monitor.rs | ||
window.rs | ||
xdisplay.rs |