summaryrefslogtreecommitdiffstats
path: root/ubuntu/maverick/applications/kerry/debian/patches/kubuntu_05_shortkey.patch
diff options
context:
space:
mode:
Diffstat (limited to 'ubuntu/maverick/applications/kerry/debian/patches/kubuntu_05_shortkey.patch')
-rw-r--r--ubuntu/maverick/applications/kerry/debian/patches/kubuntu_05_shortkey.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/ubuntu/maverick/applications/kerry/debian/patches/kubuntu_05_shortkey.patch b/ubuntu/maverick/applications/kerry/debian/patches/kubuntu_05_shortkey.patch
new file mode 100644
index 000000000..6478949f6
--- /dev/null
+++ b/ubuntu/maverick/applications/kerry/debian/patches/kubuntu_05_shortkey.patch
@@ -0,0 +1,13 @@
+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();