Summary: | Incorrect use of "Ctrl+" in the UI | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | WynterTheCat <sygmah.winter> |
Component: | General | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | ghevan |
Priority: | NOR | ||
Version: | 4.2.8 | ||
Target Milestone: | --- | ||
Platform: | macOS (DMG) | ||
OS: | macOS | ||
Latest Commit: | https://invent.kde.org/graphics/krita/commit/ed74e2aee6872b4544a85a0796b7e48ea7b71fd8 | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | Depiction of incorrect behavior |
Git commit b4577f3be5ada324ac04525362a1d80d918710f1 by Santiago A M Rodriguez. Committed on 30/08/2020 at 14:47. Pushed by rempt into branch 'master'. Show shortcuts in native format where applicable Instead of statically showing "Ctrl+N" and the sorts in all platforms, display shortcuts in a native way for each. M +1 -1 libs/ui/KisPart.cpp M +1 -1 libs/ui/KisViewManager.cpp M +4 -2 libs/ui/KisWelcomePageWidget.cpp M +1 -1 plugins/python/tenscripts/Manual.html M +2 -1 plugins/python/tenscripts/uitenscripts.py https://invent.kde.org/graphics/krita/commit/b4577f3be5ada324ac04525362a1d80d918710f1 Git commit ed74e2aee6872b4544a85a0796b7e48ea7b71fd8 by Boudewijn Rempt, on behalf of Santiago A M Rodriguez. Committed on 30/08/2020 at 15:38. Pushed by rempt into branch 'krita/4.3'. Show shortcuts in native format where applicable Instead of statically showing "Ctrl+N" and the sorts in all platforms, display shortcuts in a native way for each. (cherry picked from commit b4577f3be5ada324ac04525362a1d80d918710f1) M +1 -1 libs/ui/KisPart.cpp M +1 -1 libs/ui/KisViewManager.cpp M +4 -2 libs/ui/KisWelcomePageWidget.cpp M +1 -1 plugins/python/tenscripts/Manual.html M +2 -1 plugins/python/tenscripts/uitenscripts.py https://invent.kde.org/graphics/krita/commit/ed74e2aee6872b4544a85a0796b7e48ea7b71fd8 |
Created attachment 130715 [details] Depiction of incorrect behavior SUMMARY The start page shows "Ctrl+" keystrokes for commands like New Document rather than saying "Command-" which is correct for a Mac. STEPS TO REPRODUCE 1. Launch Krita 2. Show Default Window OBSERVED RESULT The start page shows "Ctrl+" keystrokes for commands like New Document rather than saying "Command-" which is correct for a Mac. EXPECTED RESULT Should list "Command-N" and similar for commands, as Control is reserved as a tertiary key used for other inputs. SOFTWARE/OS VERSIONS macOS: macOS Catalina (OS X Base System, version 10.15.6) ADDITIONAL INFORMATION