Summary: | Alt Gr key not working | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Jeshuá <jeshuaturpo> |
Component: | Shortcuts and Canvas Input Settings | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | dimula73 |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | All | ||
Latest Commit: | https://invent.kde.org/graphics/krita/-/commit/21a09c6e20c7cd38bce32e9c723ecee99e43b580 | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: |
attachment-1877334-0.html
attachment-2135150-0.html |
Description
Jeshuá
2023-09-26 17:52:59 UTC
Hi, Joshuá! Could you please try Krita 5.2.0 RC1 build? We did one significant change in how we handle AltGr in this version, perhaps the bug would be fixed for you now? https://krita.org/en/item/krita-5-2-release-candidate-is-out/ Created attachment 161909 [details] attachment-1877334-0.html Hi Dmitry! Thanks for the response. I installed the version you suggested, but it still has the same bug. Em qua., 27 de set. de 2023 às 03:24, Dmitry Kazakov < bugzilla_noreply@kde.org> escreveu: > https://bugs.kde.org/show_bug.cgi?id=474912 > > Dmitry Kazakov <dimula73@gmail.com> changed: > > What |Removed |Added > > ---------------------------------------------------------------------------- > Resolution|--- |WAITINGFORINFO > Status|REPORTED |NEEDSINFO > CC| |dimula73@gmail.com > > --- Comment #1 from Dmitry Kazakov <dimula73@gmail.com> --- > Hi, Joshuá! > > Could you please try Krita 5.2.0 RC1 build? We did one significant change > in > how we handle AltGr in this version, perhaps the bug would be fixed for you > now? > > https://krita.org/en/item/krita-5-2-release-candidate-is-out/ > > -- > You are receiving this mail because: > You reported the bug. Thanks for your comment! Automatically switching the status of this bug to REPORTED so that the KDE team knows that the bug is ready to get confirmed. In the future you may also do this yourself when providing needed information. Hi, Jeshuá! Do I understand it right that you are using Windows and trying to use AltGr key as a shortcut for Ctrl+Alt? The point is that in Krita 5.2.x we had to change the way we handle AltGr key. Now we don't handle that as Ctrl+Alt, but process it as a raw AltGr. Without this change Krita had issues when typing special symbols with AltGr key in input boxes (bug 468566). Could you try changing/adding your shortcut in the Canvas Input Settings and add an explicit AltGr key instead of Ctrl+Alt combination? Just press AltGr key when setting up the shortcut and it will show itself in the dialog. Created attachment 161952 [details] attachment-2135150-0.html Hi Dmitry Yes, I'm using Windows 10. I've tried what you said both times, the key is just not recognized by Krita, I keep pressing it, but it doesn't add anything to the shortcut. Em sex., 29 de set. de 2023 às 04:47, Dmitry Kazakov < bugzilla_noreply@kde.org> escreveu: > https://bugs.kde.org/show_bug.cgi?id=474912 > > Dmitry Kazakov <dimula73@gmail.com> changed: > > What |Removed |Added > > ---------------------------------------------------------------------------- > Status|REPORTED |NEEDSINFO > Resolution|--- |WAITINGFORINFO > > --- Comment #4 from Dmitry Kazakov <dimula73@gmail.com> --- > Hi, Jeshuá! > > Do I understand it right that you are using Windows and trying to use > AltGr key > as a shortcut for Ctrl+Alt? > > The point is that in Krita 5.2.x we had to change the way we handle AltGr > key. > Now we don't handle that as Ctrl+Alt, but process it as a raw AltGr. > Without > this change Krita had issues when typing special symbols with AltGr key in > input boxes (bug 468566). > > Could you try changing/adding your shortcut in the Canvas Input Settings > and > add an explicit AltGr key instead of Ctrl+Alt combination? Just press > AltGr key > when setting up the shortcut and it will show itself in the dialog. > > -- > You are receiving this mail because: > You reported the bug. Thanks for your comment! Automatically switching the status of this bug to REPORTED so that the KDE team knows that the bug is ready to get confirmed. In the future you may also do this yourself when providing needed information. Hi, Jeshuá! Are you using French keyboard layout right? (I use US-international and it generates a separate event for Krita; French layout has a bit different behavior though...) *** Bug 475524 has been marked as a duplicate of this bug. *** *** Bug 475974 has been marked as a duplicate of this bug. *** A possibly relevant merge request was started @ https://invent.kde.org/graphics/krita/-/merge_requests/2004 Git commit 8d8c6fd4c9a1232e098dd44176ae4bb53811b93d by Dmitry Kazakov. Committed on 22/11/2023 at 14:22. Pushed by dkazakov into branch 'master'. Make sure that AltGr-based shortcuts are working properly We should filter them out in text boxes on teh level of ShortcutOverride events. The check for Qt::Key_Escape value is from QWidgetLineControl::processShortcutOverrideEvent(). M +1 -1 3rdparty/ext_qt/CMakeLists.txt M +1 -1 krita/main.cc M +7 -1 libs/flake/KoToolProxy.cpp https://invent.kde.org/graphics/krita/-/commit/8d8c6fd4c9a1232e098dd44176ae4bb53811b93d Git commit 21a09c6e20c7cd38bce32e9c723ecee99e43b580 by Dmitry Kazakov. Committed on 26/11/2023 at 12:53. Pushed by dkazakov into branch 'krita/5.2'. Make sure that AltGr-based shortcuts are working properly We should filter them out in text boxes on teh level of ShortcutOverride events. The check for Qt::Key_Escape value is from QWidgetLineControl::processShortcutOverrideEvent(). M +1 -1 3rdparty/ext_qt/CMakeLists.txt M +1 -1 krita/main.cc M +7 -1 libs/flake/KoToolProxy.cpp https://invent.kde.org/graphics/krita/-/commit/21a09c6e20c7cd38bce32e9c723ecee99e43b580 |