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?

Use KeyCode enum instead. It has values for all the keys.