Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 430606 | Differences between
and this patch

Collapse All | Expand All

(-)qt-everywhere-opensource-src-4.8.2-orig//src/gui/kernel/qkeymapper_x11.cpp (-3 / +1 lines)
Lines 788-794 Link Here
788
#define XF86XK_ApplicationRight    0x1008FF51
788
#define XF86XK_ApplicationRight    0x1008FF51
789
#define XF86XK_Book                0x1008FF52
789
#define XF86XK_Book                0x1008FF52
790
#define XF86XK_CD                  0x1008FF53
790
#define XF86XK_CD                  0x1008FF53
791
#define XF86XK_Calculater          0x1008FF54
792
#define XF86XK_Clear               0x1008FF55
791
#define XF86XK_Clear               0x1008FF55
793
#define XF86XK_ClearGrab           0x1008FE21
792
#define XF86XK_ClearGrab           0x1008FE21
794
#define XF86XK_Close               0x1008FF56
793
#define XF86XK_Close               0x1008FF56
Lines 1063-1069 Link Here
1063
    XF86XK_AudioRecord,         Qt::Key_MediaRecord,
1062
    XF86XK_AudioRecord,         Qt::Key_MediaRecord,
1064
    XF86XK_Mail,                Qt::Key_LaunchMail,
1063
    XF86XK_Mail,                Qt::Key_LaunchMail,
1065
    XF86XK_MyComputer,          Qt::Key_Launch0,  // ### Qt 5: remap properly
1064
    XF86XK_MyComputer,          Qt::Key_Launch0,  // ### Qt 5: remap properly
1066
    XF86XK_Calculator,          Qt::Key_Launch1,
1065
    XF86XK_Calculator,          Qt::Key_Calculator,
1067
    XF86XK_Memo,                Qt::Key_Memo,
1066
    XF86XK_Memo,                Qt::Key_Memo,
1068
    XF86XK_ToDoList,            Qt::Key_ToDoList,
1067
    XF86XK_ToDoList,            Qt::Key_ToDoList,
1069
    XF86XK_Calendar,            Qt::Key_Calendar,
1068
    XF86XK_Calendar,            Qt::Key_Calendar,
Lines 1095-1101 Link Here
1095
    XF86XK_ApplicationRight,    Qt::Key_ApplicationRight,
1094
    XF86XK_ApplicationRight,    Qt::Key_ApplicationRight,
1096
    XF86XK_Book,                Qt::Key_Book,
1095
    XF86XK_Book,                Qt::Key_Book,
1097
    XF86XK_CD,                  Qt::Key_CD,
1096
    XF86XK_CD,                  Qt::Key_CD,
1098
    XF86XK_Calculater,          Qt::Key_Calculator,
1099
    XF86XK_Clear,               Qt::Key_Clear,
1097
    XF86XK_Clear,               Qt::Key_Clear,
1100
    XF86XK_ClearGrab,           Qt::Key_ClearGrab,
1098
    XF86XK_ClearGrab,           Qt::Key_ClearGrab,
1101
    XF86XK_Close,               Qt::Key_Close,
1099
    XF86XK_Close,               Qt::Key_Close,

Return to bug 430606