summaryrefslogtreecommitdiffstats
path: root/src/shared
diff options
context:
space:
mode:
authorAndres Gomez <andres.gomez@jolla.com>2015-10-01 19:42:27 +0300
committerAndres Gomez <agomez@igalia.com>2015-10-02 12:18:23 +0000
commita826749ee76bc182a43ec7f9be1bfe8e89fa5179 (patch)
treefebf54217f074d817ddfb2c562791ece01d8e9b9 /src/shared
parentc6dc4f473518d4a739445a66858115309507797e (diff)
xkb: Provide support for the XF86Phone symbol
Change-Id: I19fd0bc7a56b4baa5b6d40836d5f0401a3b11c49 Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
Diffstat (limited to 'src/shared')
-rw-r--r--src/shared/qwaylandxkb.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shared/qwaylandxkb.cpp b/src/shared/qwaylandxkb.cpp
index c947902bd..16d713c05 100644
--- a/src/shared/qwaylandxkb.cpp
+++ b/src/shared/qwaylandxkb.cpp
@@ -135,6 +135,8 @@ static const uint32_t KeyTbl[] = {
XKB_KEY_XF86Eject, Qt::Key_Eject,
+ XKB_KEY_XF86Phone, Qt::Key_ToggleCallHangup,
+
0, 0
};