Kontext Menu Key Shortcut
class KontextMenuKeyShortcut(val key: Key, val ctrl: Boolean = false, val meta: Boolean = false, val alt: Boolean = false, val shift: Boolean = false)
Represents a keyboard shortcut for context menu items.
This class handles the representation of keyboard shortcuts with support for platform-specific formatting (using symbols on macOS, text on other platforms).