diff options
Diffstat (limited to 'ubuntu/maverick_automake/applications/kerry/debian')
-rw-r--r-- | ubuntu/maverick_automake/applications/kerry/debian/patches/kubuntu_05_shortkey.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ubuntu/maverick_automake/applications/kerry/debian/patches/kubuntu_05_shortkey.patch b/ubuntu/maverick_automake/applications/kerry/debian/patches/kubuntu_05_shortkey.patch index 6478949f6..7000016ed 100644 --- a/ubuntu/maverick_automake/applications/kerry/debian/patches/kubuntu_05_shortkey.patch +++ b/ubuntu/maverick_automake/applications/kerry/debian/patches/kubuntu_05_shortkey.patch @@ -5,9 +5,9 @@ diff -Nur kerry-0.2.1/kerry/src/kerryapp.cpp kerry-0.2.1.new/kerry/src/kerryapp. globalKeys = new KGlobalAccel(this); globalKeys->insert( "Program:kerry", i18n("Kerry Beagle Search") ); -- KShortcut showDialogShortcut = KShortcut(ALT+Key_Space); +- TDEShortcut showDialogShortcut = TDEShortcut(ALT+Key_Space); - showDialogShortcut.append( KKey( Key_F12 ) ); -+ KShortcut showDialogShortcut = KShortcut(CTRL+SHIFT+Key_Space); ++ TDEShortcut showDialogShortcut = TDEShortcut(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(); |