mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-03 21:51:55 -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) {
|
||||
// suppress down event
|
||||
m_kHeldBack = key;
|
||||
m_kHeldBack = keysym;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user