Adjust to US keyboard... sigh
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user