mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-03 13:41:59 -07:00
add input:kb_file
This commit is contained in:
@@ -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;
|
||||
}
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user