Search Issue Tracker
Fixed in 2019.1.X
Votes
0
Found in
2017.4.0f1
2018.3.0a1
2018.3.0b10
2018.3.0b12
2019.1.0a9
Issue ID
1106151
Regression
Yes
MenuItem functions with assigned shortcuts involving the Space key are not called when the corresponding shortcut is pressed
How to reproduce:
1. Create a new Unity project
2. Import the user-attached script(test.cs)
3. Press Control+Space
Expected result: the function is called and 'test' is printed in the Console window
Actual result: the function is not called at all
Reproducible with: 2017.4.17f1, 2018.3.0a5, 2018.3.0b10, 2018.3.1f1, 2019.1.0a9, 2019.1.0a13
Not reproducible with: 2018.3.0a6, 2018.3.0b9, 2019.1.0a8
Notes:
The issue is reproducible with all combinations involving the space key: Space, Control+Space, Shift+Space, Alt+Space
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Animation Event marker is not placed on the current time of the timeline when using the “Add Event” button
- Editor crashes on vector_map<ConstantString,AssetBundle when using the LoadAssetAsync function
- Fetched files in Perforce are automatically added to the change list when they are serialized
- Water System is not rendering waves or ripples when using macOS M2
- [Android] Warning message “Exposed name does not exist: SFX (UnityEngine.AudioMixerGroup)“ when changing volume with audiomixer.setfloat()
Add comment