Bug 342411 - Cannot switch Input textboxes in dockers by pressing Tab
Summary: Cannot switch Input textboxes in dockers by pressing Tab
Status: RESOLVED LATER
Alias: None
Product: krita
Classification: Applications
Component: Usability (show other bugs)
Version: git master (please specify the git hash!)
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Krita Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-02 10:22 UTC by Dmitry Kazakov
Modified: 2017-03-01 15:11 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Kazakov 2015-01-02 10:22:17 UTC
Tab is hardcoded to "Show Canvas Only", so it is impossible to use it.
Comment 1 Halla Rempt 2015-01-02 13:17:48 UTC
It's true for any docker.
Comment 2 Halla Rempt 2017-03-01 15:11:04 UTC
It's the way krita works for now. If we redesign the focus system, we might get it to work, but as long as tab is a global shortcut, it'll work this way. We might start working around -- maybe adding an event filter to every docker that grabs all global key-presses and filters them for some, but that would be really complicated.

Note that Tab isn't hard-coded, it's a shortcut that's editable for the user.