support CapsLock modifiers on wayland
This commit is contained in:
parent
0b068e486e
commit
6de3237687
2 changed files with 5 additions and 3 deletions
|
|
@ -26,6 +26,8 @@ bitflags! {
|
|||
// const RLOGO = 0b001 << 9;
|
||||
/// No modifiers
|
||||
const NONE = 0;
|
||||
/// The Caps Lock key
|
||||
const CAPS_LOCK = 0b100 << 12;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue