mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-15 12:26:00 +01:00
fix: added longPress to SKeybind
This commit is contained in:
parent
f260e9cbbd
commit
30ae830a4b
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ struct SKeybind {
|
||||||
std::string description = "";
|
std::string description = "";
|
||||||
bool release = false;
|
bool release = false;
|
||||||
bool repeat = false;
|
bool repeat = false;
|
||||||
|
bool longPress = false;
|
||||||
bool mouse = false;
|
bool mouse = false;
|
||||||
bool nonConsuming = false;
|
bool nonConsuming = false;
|
||||||
bool transparent = false;
|
bool transparent = false;
|
||||||
|
|
Loading…
Reference in a new issue