Add Mod4 (Windows) key

This commit is contained in:
David96
2021-02-11 18:04:13 +01:00
parent e6c45a63fb
commit a265427e8e
3 changed files with 5 additions and 0 deletions

View File

@ -17,6 +17,7 @@ pub enum Modifier {
/// so it's simple to implement as levels are deprecated in squeekboard.
Control,
Alt,
Mod4,
}
/// Action to perform on the keypress and, in reverse, on keyrelease