mirror of
https://github.com/flipperdevices/flipperzero-firmware.git
synced 2025-12-12 04:41:26 +04:00
docs: badusb arbitrary modkey chains (#4176)
This commit is contained in:
@@ -57,19 +57,17 @@ Pause script execution by a defined time.
|
|||||||
|
|
||||||
### Modifier keys
|
### Modifier keys
|
||||||
|
|
||||||
Can be combined with a special key command or a single character.
|
The following modifier keys are recognized:
|
||||||
| Command | Notes |
|
| Command | Notes |
|
||||||
| -------------- | ---------- |
|
| ------- | ------------ |
|
||||||
| CONTROL / CTRL | |
|
| CTRL | |
|
||||||
| SHIFT | |
|
| CONTROL | Same as CTRL |
|
||||||
| ALT | |
|
| SHIFT | |
|
||||||
| WINDOWS / GUI | |
|
| ALT | |
|
||||||
| CTRL-ALT | CTRL+ALT |
|
| GUI | |
|
||||||
| CTRL-SHIFT | CTRL+SHIFT |
|
| WINDOWS | Same as GUI |
|
||||||
| ALT-SHIFT | ALT+SHIFT |
|
|
||||||
| ALT-GUI | ALT+WIN |
|
You can chain multiple modifier keys together using hyphens (`-`) or spaces.
|
||||||
| GUI-SHIFT | WIN+SHIFT |
|
|
||||||
| GUI-CTRL | WIN+CTRL |
|
|
||||||
|
|
||||||
## Key hold and release
|
## Key hold and release
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user