No description
Find a file
Richard Acayan 53f4daedc0 core: button: add HeldPressed and HeldLockedPressed modifier state
The Held state is for modifier that should be off when the corresponding
key is released. If the user presses the modifier key and a normal key,
it would be in this state. The modifier would continue to be active when
the user moves to a different key part (a cancel, e.g. from Fn to Alt)
afterwards. To fix this, add the HeldPressed and HeldLockedPressed
states that reset to the Released state when cancelled.
2024-07-24 20:52:23 -04:00
src core: button: add HeldPressed and HeldLockedPressed modifier state 2024-07-24 20:52:23 -04:00
wayland-protocols rewrite in rust 2024-07-18 20:32:55 -04:00
build.rs rewrite in rust 2024-07-18 20:32:55 -04:00
Cargo.toml rewrite in rust 2024-07-18 20:32:55 -04:00