Search Issue Tracker
By Design
Votes
0
Found in [Package]
0.3.0
Issue ID
1158303
Regression
No
[WebGL][Windows] AltGr key triggers left Ctrl too
-e: when using a keyboard layout with AltGr (like DEU) pressing right Alt also triggers left Ctrl
--error happens on Windows FF, Chrome & Edge
--doesn't do that in editor, standalone or OSX Safari, FF, Chrome
-repro:
--open attached project (input develop)
--build& run for WebGL
--switch keyboard layout to DEU
--press right Alt
--NOTICE right Alt and left Ctrl get triggered
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Some UXML Template Asset foldouts appear enabled when all fields inside are disabled
- URP Terrain Demo crash on burst_signal_handler after Generating lighting
- Project window button icons are poorly visible and their shades differ in Light theme
- GC.Alloc called by HDRenderPipeline.LensFlareMergeOcclusionDataDrivenPass() when playing the default HDRP Sample Template project
- Automatic LOD fails and SRP Batcher incompatibility occurs when using spline-based quad-topology meshes
Resolution Note:
"In the windows api the alt keys are called "menu", meaning the defines for the virtual keys are VK_MENU, VK_LMENU and VK_RMENU.
And yes, when you press altgr windows generates two key input events, one for the left control key and one for the right alt key (VK_RMENU)."