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