unknown keycode

I have some code with hotkeys, but can’t understand what the keys are using. Google not helped.

Need to know this:

Input.GetKey(0x130) || Input.GetKey(0x12f))  (Input.GetKeyDown(0x67)

Also known that

Input.GetKeyDown(0x60)  Input.GetKey(0x132)

Is ~ and Ctrl

Does somebody know?

I havent tried all but 0x130 is left shift, try it yourself

Debug.Log( System.Enum.GetName(typeof(KeyCode), 0x130) );