You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tde-packaging/ubuntu/maverick/applications/kerry/debian/patches/kubuntu_05_shortkey.patch

14 lines
928 B

diff -Nur kerry-0.2.1/kerry/src/kerryapp.cpp kerry-0.2.1.new/kerry/src/kerryapp.cpp
--- kerry-0.2.1/kerry/src/kerryapp.cpp 2006-12-04 14:35:38.000000000 +0100
+++ kerry-0.2.1.new/kerry/src/kerryapp.cpp 2006-12-05 18:30:44.000000000 +0100
@@ -122,8 +122,7 @@
globalKeys = new KGlobalAccel(this);
globalKeys->insert( "Program:kerry", i18n("Kerry Beagle Search") );
- KShortcut showDialogShortcut = KShortcut(ALT+Key_Space);
- showDialogShortcut.append( KKey( Key_F12 ) );
+ KShortcut showDialogShortcut = KShortcut(CTRL+SHIFT+Key_Space);
globalKeys->insert( "Show Kerry Dialog", i18n("Show Search Dialog"), QString::null, showDialogShortcut, showDialogShortcut, hitListWindow, SLOT(showSearchDialog()) );
globalKeys->insert( "Search Primary Selection with Kerry", i18n("Search Primary Selection"), QString::null, CTRL+ALT+Key_Space, CTRL+ALT+Key_Space, this, SLOT(searchPrimarySelection()) );
configChanged();