xcb: Add missing X11/XCB keysyms Undo, Redo, Find, Cancel
It was addedbb10558dd7f587It was missed after128a6eec06Change-Id: I99f5c42ea45227bef08092e22d656e2d7d3cf60f Reviewed-by: Gatis Paeglis <gatis.paeglis@qt.io>
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…
Reference in New Issue