As a Roblox player and developer, it is currently annoying when games use Control on MacOS as its far less ergonomic to use than Command. This is especially annoying in games that bind crouching to Control, and in games that implement common shortcuts like Control + C and Control + V for copy and paste. As on MacOS copy and paste is Command + C and Command + V.
I’d like to see possibly new Enum.KeyCodes added, perhaps called Enum.KeyCode.LeftControlOrCommand and Enum.KeyCode.RightControlOrCommand. As it’d be easy for developers to adopt and use in their games today.
These keycodes on MacOS would only allow for Command but on other operating systems like Windows they’d only allow for Control.
This solution would allow for players to map Control to some other input if a game allows for input remapping, although it’d be weird if the player plays on both MacOS and Windows.