From 2d59086b104acd7b4711fd067c9bb4480158e6ab Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 17 Apr 2014 13:57:20 +0900 Subject: Removed Ubuntu/precise folder --- .../kerry/debian/patches/kubuntu_05_shortkey.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 ubuntu/precise/applications/kerry/debian/patches/kubuntu_05_shortkey.patch (limited to 'ubuntu/precise/applications/kerry/debian/patches/kubuntu_05_shortkey.patch') 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(); -- cgit v1.2.3