mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +00:00
Ctrl was not the best choice -- use Win instead.
This commit is contained in:
parent
2be1c2b375
commit
f31693dac9
|
@ -68,7 +68,7 @@ void ScanPopup::clipboardChanged( QClipboard::Mode m )
|
|||
|
||||
// Check key modifiers
|
||||
|
||||
if ( !checkModifiersPressed( Ctrl ) )
|
||||
if ( !checkModifiersPressed( Win ) )
|
||||
return;
|
||||
|
||||
QString subtype = "plain";
|
||||
|
|
Loading…
Reference in a new issue