mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-26 04:32:35 +01:00
Adjust to US keyboard... sigh
This commit is contained in:
parent
1fbd918d59
commit
e53ca429a1
@ -245,7 +245,7 @@ void keyboard_pad_handler::keyPressEvent(QKeyEvent* event)
|
||||
LOG_SUCCESS(GENERAL, "mouse move adjustment: deadzone y = %d", m_deadzone_y);
|
||||
event->ignore();
|
||||
return;
|
||||
case Qt::Key_Z:
|
||||
case Qt::Key_Y:
|
||||
m_deadzone_x = std::min(m_deadzone_x + 1, 255);
|
||||
LOG_SUCCESS(GENERAL, "mouse move adjustment: deadzone x = %d", m_deadzone_x);
|
||||
event->ignore();
|
||||
|
Loading…
Reference in New Issue
Block a user