Treat Backspace as Left (same as AW).
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
This commit is contained in:
parent
059820847a
commit
42a3294791
1 changed files with 1 additions and 0 deletions
|
@ -88,6 +88,7 @@ void Video::keyPressEvent(QKeyEvent *event)
|
|||
case Qt::Key_Enter:
|
||||
ch = 0x0d;
|
||||
break;
|
||||
case Qt::Key_Backspace: // same as AppleWin
|
||||
case Qt::Key_Left:
|
||||
ch = 0x08;
|
||||
break;
|
||||
|
|
Loading…
Add table
Reference in a new issue