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
|
||||
|
||||
Can be combined with a special key command or a single character.
|
||||
The following modifier keys are recognized:
|
||||
| Command | Notes |
|
||||
| -------------- | ---------- |
|
||||
| CONTROL / CTRL | |
|
||||
| ------- | ------------ |
|
||||
| CTRL | |
|
||||
| CONTROL | Same as CTRL |
|
||||
| SHIFT | |
|
||||
| ALT | |
|
||||
| WINDOWS / GUI | |
|
||||
| CTRL-ALT | CTRL+ALT |
|
||||
| CTRL-SHIFT | CTRL+SHIFT |
|
||||
| ALT-SHIFT | ALT+SHIFT |
|
||||
| ALT-GUI | ALT+WIN |
|
||||
| GUI-SHIFT | WIN+SHIFT |
|
||||
| GUI-CTRL | WIN+CTRL |
|
||||
| GUI | |
|
||||
| WINDOWS | Same as GUI |
|
||||
|
||||
You can chain multiple modifier keys together using hyphens (`-`) or spaces.
|
||||
|
||||
## Key hold and release
|
||||
|
||||
|
||||
Reference in New Issue
Block a user