https://bugs.kde.org/show_bug.cgi?id=363043
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dimul...@gmail.com --- Comment #3 from Dmitry Kazakov <dimul...@gmail.com> --- Hi, Tricia and Boud! There is a bit of weirdness in the design. Basically, I don't know if there is any input box is selected atm and if I can transfer input focus to the canvas or not. So our current strategy is: 1) Move the focus to the canvas if the user has been *moving* the cursor over the canvas for at least 2 seconds. It doesn't work if you just stop the cursor over the canvas. This is done to let the user type in the input boxes around the canvas without the need of keeping the cursor over them. 2) The focus is also transferred if you *click* on the canvas. And I cannot just transfer the focus to the canvas on a key press, because in that case shortcut '5' will become ambiguous. You will not be able to type a letter '5' into any input box in the dockers unless you keep the cursor over it, which is quite annoying. Right now to workaround this bug you can just move the cursor over the canvas for two seconds or start any canvas shortcut that involves mouse button press. -- You are receiving this mail because: You are watching all bug changes.