winit-sonoma-fix/src/platform_impl/linux/x11
Christian Duerr a2db4c0a32
Unify Minus/Subtract virtual keycodes
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.
2020-08-29 16:38:41 +03:00
..
ime Ignore locale if unsupported by X11 backend (#1445) 2020-02-09 22:37:06 -07:00
util Add ability to create Icons from embedded resources on Windows (#1410) 2020-03-07 14:42:21 -05:00
dnd.rs Format everything and add rustfmt to travis (#951) 2019-06-21 11:33:15 -04:00
event_processor.rs Move ModifiersChanged variant to WindowEvent (#1381) 2020-03-06 15:43:55 -07:00
events.rs Unify Minus/Subtract virtual keycodes 2020-08-29 16:38:41 +03:00
ffi.rs Format everything and add rustfmt to travis (#951) 2019-06-21 11:33:15 -04:00
mod.rs Move available_monitors and primary_monitor to EventLoopWindowTarget (#1616) 2020-07-04 15:46:41 -04:00
monitor.rs Rename hidpi_factor to scale_factor (#1334) 2020-01-05 14:15:12 -05:00
window.rs Fix misspellings in comments (#1618) 2020-07-09 08:08:26 -07:00
xdisplay.rs Fix warnings on all platforms (#1383) 2020-01-09 22:29:31 -07:00