modifier-keys
Modifier Keys
The question marks will be replaced by strokes and translations for all applicable keyboard keys such as numbers, letters, and F-keys. This is done with the script build_modifier_combos.py.
| Stroke | Description | Translation |
|---|---|---|
| PWA/? | Option | {#option(?)} |
| KPWA/? | Option+Control | {#option(control(?))} |
| SKPWA/? | Option+Control+Shift | {#option(control(shift(?)))} |
| SKPWRA/? | Option+Control+Shift+Command | {#option(control(shift(command(?))))} |
| KPWRA/? | Option+Control+Command | {#option(control(command(?)))} |
| SPWA/? | Option+Shift | {#option(shift(?))} |
| SPWRA/? | Option+Shift+Command | {#option(shift(command(?)))} |
| PWRA/? | Option+Command | {#option(command(?))} |
| KPW/? | Control | {#control(?)} |
| SKPW/? | Control+Shift | {#control(shift(?))} |
| SKPWR/? | Control+Shift+Command | {#control(shift(command(?)))} |
| KPWR/? | Control+Command | {#control(command(?))} |
| SPW/? | Shift | {#shift(?)} |
| SPWR/? | Shift+Command | {#shift(command(?))} |
| PWR/? | Command | {#command(?)} |