diff options
author | Matthias Hentges <oe@hentges.net> | 2006-05-16 12:09:34 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-16 12:09:34 +0000 |
commit | 01a4a1d8ecd20547b0d291afcb2c0c6ff1b05a51 (patch) | |
tree | c75d5d1dd84b0d4547c935a1643a1bebfebb48b4 /packages/libopie/libopie2 | |
parent | 47443d61cbea3bfc3476422f36969be6d81d4d24 (diff) |
libopie: Poodle: Fix Calendar and Address hotkeys for kernel 2.6
Diffstat (limited to 'packages/libopie/libopie2')
-rw-r--r-- | packages/libopie/libopie2/poodle-2.6-hotkeys.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/libopie/libopie2/poodle-2.6-hotkeys.patch b/packages/libopie/libopie2/poodle-2.6-hotkeys.patch new file mode 100644 index 0000000000..748f316a33 --- /dev/null +++ b/packages/libopie/libopie2/poodle-2.6-hotkeys.patch @@ -0,0 +1,16 @@ +--- libopie2/opiecore/device/odevice_zaurus.cpp.orig 2006-05-16 13:53:40.190417936 +0200 ++++ libopie2/opiecore/device/odevice_zaurus.cpp 2006-05-16 13:53:56.606922248 +0200 +@@ -61,11 +61,11 @@ + using namespace Opie::Core::Internal; + + struct z_button z_buttons [] = { +- { Qt::Key_F9, QT_TRANSLATE_NOOP("Button", "Calendar Button"), ++ { Qt::Key_Control, QT_TRANSLATE_NOOP("Button", "Calendar Button"), + "devicebuttons/z_calendar", + "datebook", "nextView()", + "today", "raise()" }, +- { Qt::Key_F10, QT_TRANSLATE_NOOP("Button", "Contacts Button"), ++ { Qt::Key_Alt, QT_TRANSLATE_NOOP("Button", "Contacts Button"), + "devicebuttons/z_contact", + "addressbook", "raise()", + "addressbook", "beamBusinessCard()" }, |