Search Issue Tracker
By Design
Votes
1
Found in
2020.3.42f1
2021.3.16f1
2022.2.2f1
2022.3.13f1
2023.1.0a24
2023.2.0a1
2023.3.0a3
Issue ID
UUM-22207
Regression
No
Single key Shortcuts don't work when Focused on UI Toolkit Text Field
Reproduction steps:
1. Open the attached project “UITK_Shortcut2“
2. Change Main Menu/Edit/Play Shortcut to any single key
3. Open Debug/Cheat Prefs Window
4. Focus on the “Initial Scrolling Field” Field
5. Press the assigned Main Menu/Edit/Play Shortcut
Expected result: Editor enters Play Mode
Actual result: Nothing happens
Reproduced with: 2020.3.43f1, 2021.3.16f1, 2022.2.1f1, 2023.1.0a24
Reproduced on: macOS 13.0.1 (Intel), Linux 5.4.0 (User reported)
Note: Not reproduced when assigning a shortcut consisting of 2 keys (e. g. command + P)
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note:
This is as designed. If the focus is on the input of a TextField, the expectation is that a single key will be registered as typing, while if the focus is on the label, the single key shortcut will be registered and executed. Please feel free to reopen if there's a misunderstanding.