mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-27 19:24:08 +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
|
// Check key modifiers
|
||||||
|
|
||||||
if ( !checkModifiersPressed( Ctrl ) )
|
if ( !checkModifiersPressed( Win ) )
|
||||||
return;
|
return;
|
||||||
|
|
||||||
QString subtype = "plain";
|
QString subtype = "plain";
|
||||||
|
|
Loading…
Reference in a new issue