xcb: Add missing X11/XCB keysyms Undo, Redo, Find, Cancel
It was added 558dd7f58735716d7d1f61fb5323d807b178f0c7 It was missed after 128a6eec065dfe683e6d776183d63908ca02e8fb Change-Id: I99f5c42ea45227bef08092e22d656e2d7d3cf60f Reviewed-by: Gatis Paeglis <gatis.paeglis@qt.io>
This commit is contained in:
parent
21f976f4f0
commit
f1a6b97fe2
@ -161,6 +161,13 @@ static constexpr const auto KeyTbl = qMakeArray(
|
||||
Xkb2Qt<XKB_KEY_KP_Decimal, Qt::Key_Period>,
|
||||
Xkb2Qt<XKB_KEY_KP_Divide, Qt::Key_Slash>,
|
||||
|
||||
// special non-XF86 function keys
|
||||
|
||||
Xkb2Qt<XKB_KEY_Undo, Qt::Key_Undo>,
|
||||
Xkb2Qt<XKB_KEY_Redo, Qt::Key_Redo>,
|
||||
Xkb2Qt<XKB_KEY_Find, Qt::Key_Find>,
|
||||
Xkb2Qt<XKB_KEY_Cancel, Qt::Key_Cancel>,
|
||||
|
||||
// International input method support keys
|
||||
|
||||
// International & multi-key character composition
|
||||
|
Loading…
x
Reference in New Issue
Block a user