Ctrl was not the best choice -- use Win instead.

This commit is contained in:
Konstantin Isakov 2009-02-01 04:47:34 +00:00
parent 2be1c2b375
commit f31693dac9

View file

@ -68,7 +68,7 @@ void ScanPopup::clipboardChanged( QClipboard::Mode m )
// Check key modifiers
if ( !checkModifiersPressed( Ctrl ) )
if ( !checkModifiersPressed( Win ) )
return;
QString subtype = "plain";