add input:kb_file
This commit is contained in:
parent
6cae44e2c0
commit
69d17bf424
6 changed files with 55 additions and 26 deletions
|
|
@ -103,6 +103,7 @@ struct SKeyboard {
|
|||
xkb_layout_index_t activeLayout = 0;
|
||||
|
||||
std::string name = "";
|
||||
std::string xkbFilePath = "";
|
||||
|
||||
SStringRuleNames currentRules;
|
||||
int repeatRate = 0;
|
||||
|
|
@ -316,4 +317,4 @@ struct SIMEPopup {
|
|||
bool operator==(const SIMEPopup& other) {
|
||||
return pSurface == other.pSurface;
|
||||
}
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue