I'm updating project from 2018.2 to 2019.1.3.
And all keyboard shortcuts with "Ctrl+Alt" started to work as "Ctrl+Alt+Shift".
[MenuItem("Custom/test Ctrl Alt K %&K")]
static public void Func_Ctrl_Alt_K()
{
Debug.Log("Ctrl Alt K");
}
Conflicts with real "Ctrl+Alt+Shift".
While in Menu it is "Ctrl+Alt".
How to fix it? Or is it a bug?
UPD: It's clearly reproducible on empty project. I've submitted bug report
[here][1]
![alt text][2]
In menu:
![alt text][3]
[1]: https://fogbugz.unity3d.com/default.asp?1156681_73v14p8m1cjhp387
[2]: /storage/temp/138599-snap-2019-05-21-222905.jpg
[3]: /storage/temp/138600-snap-2019-05-21-222918.jpg
↧