summaryrefslogtreecommitdiff
Side-by-side diff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--core/launcher/desktop.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/launcher/desktop.cpp b/core/launcher/desktop.cpp
index d5c16b3..85ba160 100644
--- a/core/launcher/desktop.cpp
+++ b/core/launcher/desktop.cpp
@@ -193,3 +193,3 @@ bool DesktopApplication::qwsEventFilter( QWSEvent *e )
bool press = ke->simpleData.is_press;
-
+ bool autoRepeat = ke ->simpleData.is_auto_repeat;
if (!keyRegisterList.isEmpty())
@@ -199,3 +199,3 @@ bool DesktopApplication::qwsEventFilter( QWSEvent *e )
{
- if ((*it).getKeyCode() == ke->simpleData.keycode)
+ if ((*it).getKeyCode() == ke->simpleData.keycode && !autoRepeat)
QCopEnvelope((*it).getChannel().utf8(), (*it).getMessage().utf8());