rsx: add boost mode shortcut

This commit is contained in:
Megamouse 2020-05-11 12:27:00 +02:00
parent 7801e8368b
commit 93e7988df7
4 changed files with 13 additions and 1 deletions

View file

@ -299,6 +299,7 @@ void keyboard_pad_handler::processKeyEvent(QKeyEvent* event, bool pressed)
case Qt::Key_S:
case Qt::Key_R:
case Qt::Key_E:
case Qt::Key_0:
if (event->modifiers() != Qt::ControlModifier)
handle_key();
break;