add disabling keyboards
This commit is contained in:
parent
98a4fa2b0d
commit
f72c237d85
2 changed files with 14 additions and 0 deletions
|
|
@ -103,6 +103,7 @@ struct SKeyboard {
|
|||
|
||||
bool isVirtual = false;
|
||||
bool active = false;
|
||||
bool enabled = true;
|
||||
|
||||
xkb_layout_index_t activeLayout = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue