https://bugs.kde.org/show_bug.cgi?id=379957

            Bug ID: 379957
           Summary: Smart Patch shortcut issues
           Product: krita
           Version: git master
          Platform: Other
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: usability
          Assignee: krita-bugs-n...@kde.org
          Reporter: nicholaslapoin...@gmail.com
  Target Milestone: ---

* The shortcut chosen for the tool, Shift+I, conflicts with the default
shortcut "Show color selector". If I disable the color selector shortcut,
Shift+I still doesn't work.

* The tooltip shown when hovering over the icon for the smart patch tool
displays the shortcut as an unusual character, and the text "OpenType support
missing for script 32" is printed to the terminal when it appears. This was
also noted in bug 379564 (by Quiralta in comment 1) and bug 378557 (by Scott
Petrovic, number 3 in their first list).

This is because of the following line (#95) in kis_tool_smart_patch.h:
setShortcut(QKeySequence(Qt::Key_Shift + Qt::Key_I));
Which needs to be
setShortcut(QKeySequence(Qt::SHIFT + Qt::Key_I));

However, the shortcut still doesn't work.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to