add input:kb_file

This commit is contained in:
FlafyDev
2022-08-19 21:01:51 +03:00
parent 6cae44e2c0
commit 69d17bf424
6 changed files with 55 additions and 26 deletions

View File

@@ -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;
}
};
};