Idea Summary
On Mac, it is usual to press Cmd as a modifier key to save, copy, etc., whereas on Windows/Linux, the Ctrl key is used. The `apex.actions.addShortcut` function should account for that with a special modifier that automatically defaults to the user platform-specific.
Use Case
Implementing keyboard shortcuts to the app that feel platform native.
Preferred Solution
`apex.actions.addShortcut("PlatformCtrl+S", "save-grid");`