mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-05 22:51:58 -07:00
Fix merge
This commit is contained in:
@@ -169,7 +169,7 @@ bool CKeybindManager::handleKeybinds(const uint32_t& modmask, const std::string&
|
|||||||
|
|
||||||
if (pressed && k.release) {
|
if (pressed && k.release) {
|
||||||
// suppress down event
|
// suppress down event
|
||||||
m_kHeldBack = key;
|
m_kHeldBack = keysym;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user