Skip to content

Commit

Permalink
added gui-shift command to ducky script (flipperdevices#1381)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Isenhower <[email protected]>
Co-authored-by: あく <[email protected]>
  • Loading branch information
3 people authored Jul 10, 2022
1 parent 41bd1fb commit 222394d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions applications/bad_usb/bad_usb_script.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ static const DuckyKey ducky_keys[] = {
{"CTRL-SHIFT", KEY_MOD_LEFT_CTRL | KEY_MOD_LEFT_SHIFT},
{"ALT-SHIFT", KEY_MOD_LEFT_ALT | KEY_MOD_LEFT_SHIFT},
{"ALT-GUI", KEY_MOD_LEFT_ALT | KEY_MOD_LEFT_GUI},
{"GUI-SHIFT", KEY_MOD_LEFT_GUI | KEY_MOD_LEFT_SHIFT},

{"CTRL", KEY_MOD_LEFT_CTRL},
{"CONTROL", KEY_MOD_LEFT_CTRL},
Expand Down

0 comments on commit 222394d

Please sign in to comment.