Component your question relates to
It seems that Pixel Streaming does not detect the macOS Command keys. The KeyboardController class contains the CodeToKeyCode list of keyboard keys, but this list does not include the Command keys 91 and 93 for macOS MetaLeft and MetaRight.
Is there a specific reason for this?
Is it possible to extend this list from the web? It seems that the KeyboardController class is not modifiable.
Are you considering adding macOS keys to this list?
Thank you.
Component your question relates to
It seems that Pixel Streaming does not detect the macOS Command keys. The KeyboardController class contains the CodeToKeyCode list of keyboard keys, but this list does not include the Command keys 91 and 93 for macOS MetaLeft and MetaRight.
Thank you.