MacOS Keyboard Modifiers in Defold

For binding single key bindings, the key labels are misleading. I found that “Lctrl” refers to the cotrol key in the Mac keyboard (it usually refers to command key) but I was not able to find which label refers to the command key on Mac keyboard. Can this be clarified for all other keyboard modifier keys for all desktop OSes? Or is there a source I can refer to?

“Super” is often the cross platform name for the platform-specific key (Command, Window)
In our key bindings, you’ll find KEY_LSUPER and KEY_RSUPER.