@@ -211,8 +211,8 @@ void InputComponent::remapInput(const QString &source, const QString &keycode, I
}
- if (!m_autoRepeatActions.isEmpty() && keyState != InputBase::KeyPressed)
- m_autoRepeatTimer->start(INITAL_AUTOREPEAT_MSEC);
+ // if (!m_autoRepeatActions.isEmpty() && keyState != InputBase::KeyPressed)
+ // m_autoRepeatTimer->start(INITAL_AUTOREPEAT_MSEC);
if (!queuedActions.isEmpty())
{
@@ -131,7 +131,7 @@ bool EventFilter::eventFilter(QObject* watched, QEvent* event)
m_currentKeyDown = false;
system.setCursorVisibility(false);
- if (kevent->spontaneous() && !kevent->isAutoRepeat())
+ if (kevent->spontaneous())
InputKeyboard::Get().keyPress(keyEventToKeyString(kevent), keystatus);
return true;