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
In menu: