Regression: Key bindings not work in any keyboard layout except English #120892

Open
opened 2024-04-21 18:03:14 +02:00 by Alexandr · 1 comment

System Information
Operating system: Linux Debian Stable
Graphics card: Nvidia RTX 3050ti, RTX 3090, Intel TigerLake-H GT1

Blender Version
Broken: 4.1.1
Worked: 3.6.2

Short description of error
In English keyboard layout bindings works as expected, but in Russian keyboard layout keyboard bindings don't work at all. When you attepmt to rebind keys with Russian layout, it errors with "Unsupported key: Unknown". In other versions of Blender key bindings worked no matter what layout you use.
изображение

Exact steps for others to reproduce the error

  1. Open startup file
  2. Change keyboard layout to Russian
  3. Press Q (or any other key).
**System Information** Operating system: Linux Debian Stable Graphics card: Nvidia RTX 3050ti, RTX 3090, Intel TigerLake-H GT1 **Blender Version** Broken: 4.1.1 Worked: 3.6.2 **Short description of error** In English keyboard layout bindings works as expected, but in Russian keyboard layout keyboard bindings don't work at all. When you attepmt to rebind keys with Russian layout, it errors with "Unsupported key: Unknown". In other versions of Blender key bindings worked no matter what layout you use. ![изображение](/attachments/4a358eb7-08b7-456c-ad06-22d8a6c889b5) **Exact steps for others to reproduce the error** 1. Open startup file 2. Change keyboard layout to Russian 3. Press Q (or any other key).
Alexandr added the
Type
Report
Priority
Normal
Status
Needs Triage
labels 2024-04-21 18:03:15 +02:00
Member

It seems that wm_event_type_from_ghost_key and ghost_key_from_keysym is not dealing with any key values except e.g. XK_LATIN1. in this particular case, all values inside XK_CYRILLIC should also be taken care of in ghost_key_from_keysym, but likely we need to map those keys to corresponding english keyboard keys so the shortcut etc would still work, but a lot of manual mapping is needed.

Another solution is to use KeyCode which is only associated with hardware keys (as far as I'm understanding), we can get a key code for all the keys that GHOST is handling with XKeysymToKeycode first when blender starts and create a table, then for all the "Unknown" XK_xxx KeySyms we can fall back to using key code of that key and map to corresponding XK_LATIN1 ones from the table.

@Harley @ideasman42 Any opinions?

It seems that `wm_event_type_from_ghost_key` and `ghost_key_from_keysym` is not dealing with any key values except e.g. `XK_LATIN1`. in this particular case, all values inside `XK_CYRILLIC` should also be taken care of in `ghost_key_from_keysym`, but likely we need to map those keys to corresponding english keyboard keys so the shortcut etc would still work, but a lot of manual mapping is needed. Another solution is to use KeyCode which is only associated with hardware keys (as far as I'm understanding), we can get a key code for all the keys that GHOST _is_ handling with ` XKeysymToKeycode` first when blender starts and create a table, then for all the "Unknown" XK_xxx KeySyms we can fall back to using key code of that key and map to corresponding XK_LATIN1 ones from the table. @Harley @ideasman42 Any opinions?
YimingWu added
Module
Core
Status
Needs Info from Developers
Platform
Linux
and removed
Status
Needs Triage
labels 2024-04-22 03:35:48 +02:00
Sign in to join this conversation.
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser
Interest
Asset Browser Project Overview
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
EEVEE & Viewport
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
EEVEE & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender#120892
No description provided.