diff options
author | Vaxry <[email protected]> | 2024-03-09 16:42:54 +0000 |
---|---|---|
committer | Vaxry <[email protected]> | 2024-03-09 16:42:54 +0000 |
commit | 89b60361753ac085dda3f8b2b91e540144fc6347 (patch) | |
tree | 3815de2e8a2c5ef4defde5aa1e06f9212bbe2700 /src/managers/KeybindManager.hpp | |
parent | 06323012a8c473ff0a047765bc8edd1a7740d013 (diff) | |
parent | a01949dd286ba67f8026aeec38b44b61e20be412 (diff) | |
download | Hyprland-hyprcursor.tar.gz Hyprland-hyprcursor.zip |
erge branch 'main' into hyprcursorhyprcursor
Diffstat (limited to 'src/managers/KeybindManager.hpp')
-rw-r--r-- | src/managers/KeybindManager.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/managers/KeybindManager.hpp b/src/managers/KeybindManager.hpp index 561ee1ab..07b77398 100644 --- a/src/managers/KeybindManager.hpp +++ b/src/managers/KeybindManager.hpp @@ -43,6 +43,7 @@ struct SPressedKeyWithMods { uint32_t keycode = 0; uint32_t modmaskAtPressTime = 0; bool sent = false; + std::string submapAtPress = ""; }; struct SParsedKey { |