From f31693dac922427d68d62f368c621984471831c8 Mon Sep 17 00:00:00 2001 From: Konstantin Isakov Date: Sun, 1 Feb 2009 04:47:34 +0000 Subject: [PATCH] Ctrl was not the best choice -- use Win instead. --- src/scanpopup.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scanpopup.cc b/src/scanpopup.cc index 3a0f43df..47586fe8 100644 --- a/src/scanpopup.cc +++ b/src/scanpopup.cc @@ -68,7 +68,7 @@ void ScanPopup::clipboardChanged( QClipboard::Mode m ) // Check key modifiers - if ( !checkModifiersPressed( Ctrl ) ) + if ( !checkModifiersPressed( Win ) ) return; QString subtype = "plain";