input: Add the Shift-modifier
Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/696>
This commit is contained in:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user