* Change Ctrl+Ins+Ins to Ctrl+C+C.

This commit is contained in:
Konstantin Isakov 2009-05-24 19:04:24 +00:00
parent 62a36598c2
commit 0d2ce6128d

View file

@ -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 ),