mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 04:24:09 +00:00
* Change Ctrl+Ins+Ins to Ctrl+C+C.
This commit is contained in:
parent
62a36598c2
commit
0d2ce6128d
|
@ -82,7 +82,7 @@ Preferences::Preferences():
|
|||
enableMainWindowHotkey( true ),
|
||||
mainWindowHotkey( QKeySequence( "Ctrl+F11,F11" ) ),
|
||||
enableClipboardHotkey( true ),
|
||||
clipboardHotkey( QKeySequence( "Ctrl+Ins,Ins" ) ),
|
||||
clipboardHotkey( QKeySequence( "Ctrl+C,C" ) ),
|
||||
|
||||
enableScanPopup( true ),
|
||||
startWithScanPopupOn( false ),
|
||||
|
|
Loading…
Reference in a new issue