| Summary: | In the canvas input settings, there are redundant four-finger tap gestures for zooming the canvas, causing gesture conflicts. | ||
|---|---|---|---|
| Product: | [Applications] krita | Reporter: | Eranthis stellata Maxim <1012468643> |
| Component: | Shortcuts and Canvas Input Settings | Assignee: | sh_zam <shzam> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | griffinvalley |
| Priority: | NOR | Keywords: | triaged |
| Version First Reported In: | 5.1.1 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Other | ||
| Latest Commit: | https://invent.kde.org/graphics/krita/commit/721c4d6e1b0d0d580dc8ce47f3ecace968ee2992 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
| Attachments: | A four-finger touch gesture that shouldn't exist for zooming the canvas. | ||
|
Description
Eranthis stellata Maxim
2022-09-17 07:05:28 UTC
Hi, thank you for your report. I can confirm with the Krita Version: 5.2.0-prealpha (git 5c98a72) Appimage with Qt 5.15.7 I'm going to assign this to sh_zam, it seems the basic problem is that the default input profile has this set up. Git commit 692ab763710b7ad15eca5635c9235f42794064a4 by Sharaf Zaman. Committed on 27/02/2023 at 06:19. Pushed by merge-service into branch 'master'. Detect conflicts in Canvas Input Settings Part-of: <https://invent.kde.org/graphics/krita/-/merge_requests/1725> M +6 -1 libs/ui/input/config/kis_action_shortcuts_model.cpp M +48 -1 libs/ui/input/config/kis_input_configuration_page.cpp M +5 -1 libs/ui/input/config/kis_input_configuration_page.h M +13 -0 libs/ui/input/config/kis_input_configuration_page_item.cpp M +5 -0 libs/ui/input/config/kis_input_configuration_page_item.h M +48 -34 libs/ui/input/config/kis_input_configuration_page_item.ui M +19 -0 libs/ui/input/kis_input_profile_manager.cpp M +6 -0 libs/ui/input/kis_input_profile_manager.h M +15 -0 libs/ui/input/kis_shortcut_configuration.cpp M +17 -0 libs/ui/input/kis_shortcut_configuration.h https://invent.kde.org/graphics/krita/commit/692ab763710b7ad15eca5635c9235f42794064a4 Git commit 721c4d6e1b0d0d580dc8ce47f3ecace968ee2992 by Sharaf Zaman. Committed on 27/02/2023 at 06:19. Pushed by merge-service into branch 'master'. Remove conflicted touch gesture from default profiles Part-of: <https://invent.kde.org/graphics/krita/-/merge_requests/1725> M +0 -1 krita/data/input/clipstudiopaintcompatible.profile M +0 -1 krita/data/input/kritadefault.profile https://invent.kde.org/graphics/krita/commit/721c4d6e1b0d0d580dc8ce47f3ecace968ee2992 |