command property

String command
getter/setter pair

The string representation for the keyboard keys.

The following is the mapping relationship of modify key. ctrl: Ctrl meta: Command in macOS or Control in Windows. alt: Alt shift: Shift cmd: meta win: meta

Refer to keyMapping for other keys.

Uses ',' to split different keyboard key combinations.

Like, 'ctrl+c,cmd+c'

Implementation

String command;