Hello,
Is there a keypress event support for mac's cmd keys ? It seems the cmd key press just registers as a separate "Meta" key press.
In addition to this what is the strategy for mapping keyidentifiers & keypresses platform independently ? Is there a way to define key identifiers for example in MenuItems in a way that on PCs key press events would be triggered with ctrl+x and on Macs with cmd+x ?
br,
Marko
Is there a keypress event support for mac's cmd keys ? It seems the cmd key press just registers as a separate "Meta" key press.
In addition to this what is the strategy for mapping keyidentifiers & keypresses platform independently ? Is there a way to define key identifiers for example in MenuItems in a way that on PCs key press events would be triggered with ctrl+x and on Macs with cmd+x ?
br,
Marko
Comment