mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
qt5: handle keypad-enter key
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user