How to get the "Command" hold down on Mac OS?

Hi, I want to catch the key code of the "Command" on Mac OS, but I can not know the keycode of it , I use the "Input.GetKey()" to catch it, who can tell me the keycode of the "Command"?

Thx

use Input.GetKey(KeyCode.LeftApple)