Hello @novames00,
At this point it is really unfortunate that we don’t know what is causing this problem. For some reason similar problems are being reported this past months, you may have seeing it as well.
Did you see this post? The OP of it made an interesting discovery (Quote bellow) that may help us, can you test to see if it is the same kind of problem afflicting you?
I installed the latest Windows 10 update, Krita 4.4.5 and the latest Huion Driver, like I said I would. I’m currently using Win10 but have it to seriously test Krita with it (Paint for a couple of hours straight). However I tested the method @shiyunkc explained and while keeping the space bar pressed and spamming Ctrl 4-5 times, Krita “dropped” the navigation tool and the color-pick hotkey didn’t work anymore. After releasing the Space key the color-pick worked normally, and the navigation tool also worked normally.
Can you enable the log viewer Docker? After using the color pick hot key a few times my log gives off this message:
WARNING: modifiers state became inconsistent! Trying to fix that...
inputEvent->modifiers() = QFlags<Qt::KeyboardModifier>(NoModifier)
d->matcher.debugPressedKeys() = QVector(Qt::Key_Space, Qt::Key_Control)
WARNING: modifiers state became inconsistent! Trying to fix that...
inputEvent->modifiers() = QFlags<Qt::KeyboardModifier>(NoModifier)
d->matcher.debugPressedKeys() = QVector(Qt::Key_Control)
WARNING: modifiers state became inconsistent! Trying to fix that...
inputEvent->modifiers() = QFlags<Qt::KeyboardModifier>(ControlModifier)
d->matcher.debugPressedKeys() = QVector()
WARNING: modifiers state became inconsistent! Trying to fix that...
inputEvent->modifiers() = QFlags<Qt::KeyboardModifier>(NoModifier)
d->matcher.debugPressedKeys() = QVector(Qt::Key_Space, Qt::Key_Control)
WARNING: modifiers state became inconsistent! Trying to fix that...
inputEvent->modifiers() = QFlags<Qt::KeyboardModifier>(ControlModifier)
d->matcher.debugPressedKeys() = QVector()
I don’t know if this has anything to do with those problems, but it may be better than nothing.
Cheers.