mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-08 07:51:28 +12:00
Adjust to US keyboard... sigh
This commit is contained in:
parent
1fbd918d59
commit
e53ca429a1
1 changed files with 1 additions and 1 deletions
|
@ -245,7 +245,7 @@ void keyboard_pad_handler::keyPressEvent(QKeyEvent* event)
|
||||||
LOG_SUCCESS(GENERAL, "mouse move adjustment: deadzone y = %d", m_deadzone_y);
|
LOG_SUCCESS(GENERAL, "mouse move adjustment: deadzone y = %d", m_deadzone_y);
|
||||||
event->ignore();
|
event->ignore();
|
||||||
return;
|
return;
|
||||||
case Qt::Key_Z:
|
case Qt::Key_Y:
|
||||||
m_deadzone_x = std::min(m_deadzone_x + 1, 255);
|
m_deadzone_x = std::min(m_deadzone_x + 1, 255);
|
||||||
LOG_SUCCESS(GENERAL, "mouse move adjustment: deadzone x = %d", m_deadzone_x);
|
LOG_SUCCESS(GENERAL, "mouse move adjustment: deadzone x = %d", m_deadzone_x);
|
||||||
event->ignore();
|
event->ignore();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue