Skip to content

Commit

Permalink
[qtwayland] Map HomePage key. Contributes to JB#17545
Browse files Browse the repository at this point in the history
  • Loading branch information
Joona Petrell authored and denexter committed Jul 16, 2018
1 parent 891576e commit c31bf4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/shared/qwaylandxkb.cpp
Expand Up @@ -95,6 +95,7 @@ static const uint32_t KeyTbl[] = {
XKB_KEY_KP_Tab, Qt::Key_Tab,
XKB_KEY_KP_Enter, Qt::Key_Enter,
XKB_KEY_KP_Home, Qt::Key_Home,
XKB_KEY_XF86HomePage, Qt::Key_HomePage,
XKB_KEY_KP_Left, Qt::Key_Left,
XKB_KEY_KP_Up, Qt::Key_Up,
XKB_KEY_KP_Right, Qt::Key_Right,
Expand Down

0 comments on commit c31bf4a

Please sign in to comment.