From 2f5166fafa88cad297b1763f93e2f50a2d2ecafc Mon Sep 17 00:00:00 2001 From: sithlord48 Date: Wed, 26 Nov 2025 16:30:38 -0500 Subject: [PATCH] fix: keyholding fixes: #7971 suggested by: PseudoResonance https://github.com/deskflow/deskflow/issues/7971#issuecomment-3570046036 --- src/lib/deskflow/KeyMap.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/lib/deskflow/KeyMap.cpp b/src/lib/deskflow/KeyMap.cpp index 39551ee8e..918174906 100644 --- a/src/lib/deskflow/KeyMap.cpp +++ b/src/lib/deskflow/KeyMap.cpp @@ -945,9 +945,7 @@ void KeyMap::addKeystrokes( break; case kKeystrokeRepeat: - keystrokes.push_back(Keystroke(button, false, true, data)); - keystrokes.push_back(Keystroke(button, true, true, data)); - // no modifier changes on key repeat + // no changes on key repeat break; case kKeystrokeClick: