input: Add the Shift-modifier

Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/696>
This commit is contained in:
MoonlightWave-12
2024-11-05 11:04:40 +01:00
parent c8c4653432
commit f5558e6112
3 changed files with 5 additions and 0 deletions

View File

@ -15,6 +15,7 @@ pub enum Modifier {
/// Control and Alt are the only modifiers
/// which doesn't interfere with levels,
/// so it's simple to implement as levels are deprecated in squeekboard.
Shift,
Control,
Alt,
Mod4,