Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[qtwayland] Map HomePage key. Contributes to JB#17545
  • Loading branch information
Joona Petrell committed Oct 12, 2017
1 parent 8d50a65 commit 37b18fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/shared/qwaylandxkb.cpp
Expand Up @@ -94,6 +94,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 37b18fe

Please sign in to comment.