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";