3
0
mirror of https://github.com/hyprwm/Hyprland.git synced 2026-03-02 05:14:49 +00:00

Fix merge

This commit is contained in:
Darksome
2022-07-21 19:48:34 +03:00
parent eb8a1939e6
commit ce508f1cdc

View File

@ -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;
}