Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/flipperzero-firmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorperspecdev <daniel@perspecdev.com>2022-07-10 15:51:35 +0300
committerGitHub <noreply@github.com>2022-07-10 15:51:35 +0300
commit222394d3ea673d09c3c5d045cde26476deb4d50a (patch)
treee6d045671978a68d58d2ec78d621b3a6470089db
parent41bd1fb9a54acafc13d7c2121bdf4e1c2fe39280 (diff)
added gui-shift command to ducky script (#1381)
Co-authored-by: Daniel Isenhower <daniel@reciprocityentertainment.com> Co-authored-by: あく <alleteam@gmail.com>
-rw-r--r--applications/bad_usb/bad_usb_script.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/applications/bad_usb/bad_usb_script.c b/applications/bad_usb/bad_usb_script.c
index e6c0f893..38b45acd 100644
--- a/applications/bad_usb/bad_usb_script.c
+++ b/applications/bad_usb/bad_usb_script.c
@@ -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},