File tree Expand file tree Collapse file tree 1 file changed +11
-13
lines changed
documentation/file_formats Expand file tree Collapse file tree 1 file changed +11
-13
lines changed Original file line number Diff line number Diff line change @@ -57,19 +57,17 @@ Pause script execution by a defined time.
57
57
58
58
### Modifier keys
59
59
60
- Can be combined with a special key command or a single character.
61
- | Command | Notes |
62
- | -------------- | ---------- |
63
- | CONTROL / CTRL | |
64
- | SHIFT | |
65
- | ALT | |
66
- | WINDOWS / GUI | |
67
- | CTRL-ALT | CTRL+ALT |
68
- | CTRL-SHIFT | CTRL+SHIFT |
69
- | ALT-SHIFT | ALT+SHIFT |
70
- | ALT-GUI | ALT+WIN |
71
- | GUI-SHIFT | WIN+SHIFT |
72
- | GUI-CTRL | WIN+CTRL |
60
+ The following modifier keys are recognized:
61
+ | Command | Notes |
62
+ | ------- | ------------ |
63
+ | CTRL | |
64
+ | CONTROL | Same as CTRL |
65
+ | SHIFT | |
66
+ | ALT | |
67
+ | GUI | |
68
+ | WINDOWS | Same as GUI |
69
+
70
+ You can chain multiple modifier keys together using hyphens (` - ` ) or spaces.
73
71
74
72
## Key hold and release
75
73
You can’t perform that action at this time.
0 commit comments