diff --git a/src/config.cc b/src/config.cc index 3af3f8cf..71badb8f 100644 --- a/src/config.cc +++ b/src/config.cc @@ -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 ),