src/gui/kernel/qkeymapper_x11.cpp
changeset 19 fcece45ef507
parent 18 2f34d5167611
child 30 5dc02b23752f
equal deleted inserted replaced
18:2f34d5167611 19:fcece45ef507
  1071     XF86XK_AudioStop,           Qt::Key_MediaStop,
  1071     XF86XK_AudioStop,           Qt::Key_MediaStop,
  1072     XF86XK_AudioPrev,           Qt::Key_MediaPrevious,
  1072     XF86XK_AudioPrev,           Qt::Key_MediaPrevious,
  1073     XF86XK_AudioNext,           Qt::Key_MediaNext,
  1073     XF86XK_AudioNext,           Qt::Key_MediaNext,
  1074     XF86XK_AudioRecord,         Qt::Key_MediaRecord,
  1074     XF86XK_AudioRecord,         Qt::Key_MediaRecord,
  1075     XF86XK_Mail,                Qt::Key_LaunchMail,
  1075     XF86XK_Mail,                Qt::Key_LaunchMail,
  1076     XF86XK_MyComputer,          Qt::Key_Launch0,
  1076     XF86XK_MyComputer,          Qt::Key_Launch0,  // ### Qt 5: remap properly
  1077     XF86XK_Calculator,          Qt::Key_Calculator,
  1077     XF86XK_Calculator,          Qt::Key_Launch1,
  1078     XF86XK_Memo,                Qt::Key_Memo,
  1078     XF86XK_Memo,                Qt::Key_Memo,
  1079     XF86XK_ToDoList,            Qt::Key_ToDoList,
  1079     XF86XK_ToDoList,            Qt::Key_ToDoList,
  1080     XF86XK_Calendar,            Qt::Key_Calendar,
  1080     XF86XK_Calendar,            Qt::Key_Calendar,
  1081     XF86XK_PowerDown,           Qt::Key_PowerDown,
  1081     XF86XK_PowerDown,           Qt::Key_PowerDown,
  1082     XF86XK_ContrastAdjust,      Qt::Key_ContrastAdjust,
  1082     XF86XK_ContrastAdjust,      Qt::Key_ContrastAdjust,
  1170     XF86XK_View,                Qt::Key_View,
  1170     XF86XK_View,                Qt::Key_View,
  1171     XF86XK_TopMenu,             Qt::Key_TopMenu,
  1171     XF86XK_TopMenu,             Qt::Key_TopMenu,
  1172     XF86XK_Bluetooth,           Qt::Key_Bluetooth,
  1172     XF86XK_Bluetooth,           Qt::Key_Bluetooth,
  1173     XF86XK_Suspend,             Qt::Key_Suspend,
  1173     XF86XK_Suspend,             Qt::Key_Suspend,
  1174     XF86XK_Hibernate,           Qt::Key_Hibernate,
  1174     XF86XK_Hibernate,           Qt::Key_Hibernate,
  1175     XF86XK_Launch0,             Qt::Key_Launch2,
  1175     XF86XK_Launch0,             Qt::Key_Launch2, // ### Qt 5: remap properly
  1176     XF86XK_Launch1,             Qt::Key_Launch3,
  1176     XF86XK_Launch1,             Qt::Key_Launch3,
  1177     XF86XK_Launch2,             Qt::Key_Launch4,
  1177     XF86XK_Launch2,             Qt::Key_Launch4,
  1178     XF86XK_Launch3,             Qt::Key_Launch5,
  1178     XF86XK_Launch3,             Qt::Key_Launch5,
  1179     XF86XK_Launch4,             Qt::Key_Launch6,
  1179     XF86XK_Launch4,             Qt::Key_Launch6,
  1180     XF86XK_Launch5,             Qt::Key_Launch7,
  1180     XF86XK_Launch5,             Qt::Key_Launch7,