-rw-r--r-- | libopie2/opiecore/device/odevice_jornada.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libopie2/opiecore/device/odevice_jornada.cpp b/libopie2/opiecore/device/odevice_jornada.cpp index 526f9cb..759d6a3 100644 --- a/libopie2/opiecore/device/odevice_jornada.cpp +++ b/libopie2/opiecore/device/odevice_jornada.cpp @@ -84,3 +84,3 @@ struct j_button jornada56x_buttons [] = { { Model_Jornada_56x, - Qt::Key_F13, QT_TRANSLATE_NOOP("Button", "Calendar Button"), + Qt::Key_F10, QT_TRANSLATE_NOOP("Button", "Calendar Button"), "devicebuttons/jornada56x_calendar", @@ -89,3 +89,3 @@ struct j_button jornada56x_buttons [] = { { Model_Jornada_56x, - Qt::Key_F12, QT_TRANSLATE_NOOP("Button", "Contacts Button"), + Qt::Key_F9, QT_TRANSLATE_NOOP("Button", "Contacts Button"), "devicebuttons/jornada56x_contact", @@ -94,3 +94,3 @@ struct j_button jornada56x_buttons [] = { { Model_Jornada_56x, - Qt::Key_F14, QT_TRANSLATE_NOOP("Button", "Todo Button"), + Qt::Key_F11, QT_TRANSLATE_NOOP("Button", "Todo Button"), "devicebuttons/jornada56x_todo", @@ -99,3 +99,3 @@ struct j_button jornada56x_buttons [] = { { Model_Jornada_56x, - Qt::Key_F11, QT_TRANSLATE_NOOP("Button", "Home Button"), + Qt::Key_F8, QT_TRANSLATE_NOOP("Button", "Home Button"), "devicebuttons/jornada56x_home", @@ -104,3 +104,3 @@ struct j_button jornada56x_buttons [] = { { Model_Jornada_56x, - Qt::Key_F15, QT_TRANSLATE_NOOP("Button", "Record Button"), + Qt::Key_F12, QT_TRANSLATE_NOOP("Button", "Record Button"), "devicebuttons/jornada56x_record", |