Some hotkeys are broken on non-QWERTY keyboards #18
Labels
No Label
bug
duplicate
enhancement
help wanted
need info
not a bug
wontfix
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: extensions/space_view3d_pie_menus#18
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Just a note about the default hotkeys of the add-on.
The goal of this message is not to complain nor discuss about their change but to mention that some hotkeys might not work correctly on AZERTY (french) and QWERTZ (german) keyboard layouts.
Related topics/issues:
blender/blender#73196
blender/blender#93051
blender/blender#104787
As long as Blender doesn't support non-QWERTY keyboard layouts, it's safe to say that some of the default hotkeys used in this add-on will not work out of the box.
For example, on an AZERTY keyboard:
On an AZERTY keyboard, instead of the ` (grave accent), there is a ² (squared symbol).
So, in the meantime, what can be done?
Perhaps you could add a disclaimer paragraph on the extension page to inform Blender users (especially those using AZERTY or QWERTZ keyboards) about this issue and that they can modify the hotkeys to suit their needs.
Thanks, I wasn't aware of this. Don't currently have a good idea for a real solution, because Python doesn't seem to have a way to grab keyboard language that I find acceptable.
So I will consider changing the shortcuts, but more likely just put a big ol' disclaimer. :( Will keep this task open until I get around to deciding and doing that.
Hello ... I just had this little problem also after an Ubuntu update from 22.04 to 24.04 ... blender no longer recognizes the
2
key for theedge selection mode
... I don't know what happened everything worked correctly before on mystandard French azerty keyboard
... it does it on all blender 4.3 and 4.2 and even on UPBGE 0.43 and 0.42 ... I solved the problem by assigning Ctrl + 2 because the 2 alone it does not want (Unsupported key: Unknown) ... when I configure the keyboard inqwerty English
it works ...Hey there, this isn't a shortcut from this add-on, this is a core Blender shortcut. But it sounds like the issue is with the OS update, so I would suggest reporting it to the OS devs.
Hello ... thank you for your answer ... you are right it is Ubuntu that updated my keyboard drivers ... but since then I have not been able to find an Azerty Standard configuration compatible (100 %) with Blender ... do you recommend a particular keyboard driver for Blender? ... is there a reference on this subject?
edit ... in the terminal I get this error code when I press the "
é
" keySorry, I have no idea, I'm just on bog standard set-up with UK layout on Windows.
thanks... yes it is specific to linux apparently
I found a solution thanks to the Ubuntu-fr forum ... you just have to switch from X11 to Wayland ;)
https://forum.ubuntu-fr.org/viewtopic.php?pid=22784037#p22784037 in french sory
Added the disclaimer about non-QWERTY keyboards to the ReadMe. Thanks again for bringing this to my attention.