Accent Grave / Tilde key on Apple macOS not working #109630
Labels
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset System
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
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
Viewport & EEVEE
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Asset Browser Project
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
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
Module
Viewport & EEVEE
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Severity
High
Severity
Low
Severity
Normal
Severity
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
4 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender#109630
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?
System Information
Operating system: macOS 13.4.1
Graphics card: Apple M1 Max 32 cores
Blender Version
Broken: 3.6 LTS (default, no extra addons)
Worked: -
Short description of error
Grave Accent / Tilde Action cannot be used on macOS with a US International MacBook keyboard and is also not working with external keyboards. Doesn't even work with modifier keys. The function is needed for users without a Num Pad.
Exact steps for others to reproduce the error
it won't open the Pie Menu.
Hi, thanks for the report. I suspect keyboard language and layout might be affecting this.
Do you've non-english layout selected?
Could be related to: #51283, #80795
Are these key presses recognized outside of blender (ex: text editor)?
I use the "US International - PC" layout. Works fine outside of blender. Works fine even in the script editor and if i set the Accent Grave in the key-bindings.
If i search the keybindings for
i do find 3D View - View (wm.call_menu_pie)(VIEW3D_MT_view_pie) It is set to
and click drag and i can reassign the accent grave key using my keyboard. But it won't work in the 3D View.If i set the keybinding to e.g. "y" and click drag it works.
@ChAoS_O Could you try creating a new user account on your machine and only fresh install Blender in there, to see if the default macOS and Blender its own settings will give you access to the Accent Grave / Tilde key? For I can use it on an MacBook Air M1 model 2020 running macOS Ventura 13.4.1, giving me the Pie Menu you are missing. International keyboard here (vertical Enter-key) in the MBA and on an external keyboard as well.
@ChAoS_O , thanks for the update. Does view pie menu open in other editors? (ex: timeline)
Instead, either delete the config folder or do factory reset:
File > Defaults > Load Factory Settings
:)Tried it with default settings. Same problem. After trying default - i set the key again in the bindings, it recognizes the key when binding, but still not working for the pie menu (tested with 3d view and timeline).
@mano-wii , can you verify this on Mac?
In fact there seems to be a bug here.
I analyzed the code and at first wondered why
kVK_ANSI_Grave
is commented out here:But that's not necessarily the problem. It is commented out since the Cocoa system was implemented in Ghost:
3f3c2d0204
And the
UCKeyTranslate
function is in charge of identifying these keys.But for some strange reason,
UCKeyTranslate
is not identifying the key when pressing it. It only identifies when releasing it.I have the impression that it worked before. Did some driver update break it? Needs investigation...
@mano-wii hi, can we backport your fix to LTS? :)