Add support for Tab.

Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
This commit is contained in:
Andrea Odetti 2020-06-18 13:56:24 +01:00
parent a7e75078bb
commit 7acac5cd22

View file

@ -163,6 +163,9 @@ void Video::keyPressEvent(QKeyEvent *event)
case Qt::Key_Escape:
ch = 0x1b;
break;
case Qt::Key_Tab:
ch = 0x09;
break;
default:
if (key < 0x80)
{