From a826749ee76bc182a43ec7f9be1bfe8e89fa5179 Mon Sep 17 00:00:00 2001 From: Andres Gomez Date: Thu, 1 Oct 2015 19:42:27 +0300 Subject: xkb: Provide support for the XF86Phone symbol Change-Id: I19fd0bc7a56b4baa5b6d40836d5f0401a3b11c49 Reviewed-by: Laszlo Agocs --- src/shared/qwaylandxkb.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/shared/qwaylandxkb.cpp b/src/shared/qwaylandxkb.cpp index c947902b..16d713c0 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 }; -- cgit v1.2.1