mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 17:52:52 +00:00
qt5: handle keypad-enter key
This commit is contained in:
parent
7e174e73be
commit
1f77f37310
@ -107,6 +107,7 @@ static Qt::Key translate_keycode(Input::Keycode key)
|
||||
{
|
||||
switch (key) {
|
||||
case Input::KEY_ENTER: return Qt::Key_Return;
|
||||
case Input::KEY_KPENTER: return Qt::Key_Enter;
|
||||
case Input::KEY_ESC: return Qt::Key_Escape;
|
||||
case Input::KEY_TAB: return Qt::Key_Tab;
|
||||
case Input::KEY_BACKSPACE: return Qt::Key_Backspace;
|
||||
|
Loading…
x
Reference in New Issue
Block a user