summaryrefslogtreecommitdiffstats
path: root/ubuntu/precise/applications/kerry/debian/patches/kubuntu_05_shortkey.patch
diff options
context:
space:
mode:
Diffstat (limited to 'ubuntu/precise/applications/kerry/debian/patches/kubuntu_05_shortkey.patch')
-rw-r--r--ubuntu/precise/applications/kerry/debian/patches/kubuntu_05_shortkey.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/ubuntu/precise/applications/kerry/debian/patches/kubuntu_05_shortkey.patch b/ubuntu/precise/applications/kerry/debian/patches/kubuntu_05_shortkey.patch
deleted file mode 100644
index c4a705c68..000000000
--- a/ubuntu/precise/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
-+++ kerry-0.2.1.new/kerry/src/kerryapp.cpp
-@@ -122,8 +122,7 @@
- globalKeys = new TDEGlobalAccel(TQT_TQOBJECT(this));
- globalKeys->insert( "Program:kerry", i18n("Kerry Beagle Search") );
-
-- TDEShortcut showDialogShortcut = TDEShortcut(ALT+Key_Space);
-- showDialogShortcut.append( KKey( Key_F12 ) );
-+ TDEShortcut showDialogShortcut = TDEShortcut(CTRL+SHIFT+Key_Space);
- globalKeys->insert( "Show Kerry Dialog", i18n("Show Search Dialog"), TQString(), showDialogShortcut, showDialogShortcut, TQT_TQOBJECT(hitListWindow), TQT_SLOT(showSearchDialog()) );
- globalKeys->insert( "Search Primary Selection with Kerry", i18n("Search Primary Selection"), TQString(), CTRL+ALT+Key_Space, CTRL+ALT+Key_Space, TQT_TQOBJECT(this), TQT_SLOT(searchPrimarySelection()) );
- configChanged();