From ddede302e487fe5b8714668be0bd08ab330116f5 Mon Sep 17 00:00:00 2001 From: Tim Mattison Date: Tue, 22 Jul 2014 16:19:34 -0700 Subject: [PATCH] The "R" in the "GUI R" line should be lowercase since GUI-SHIFT-R does something different in Windows. I know in the current implementation it makes no difference but I like to be pedantic. --- Payload---hello-world.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Payload---hello-world.asciidoc b/Payload---hello-world.asciidoc index db650bc..c092c33 100644 --- a/Payload---hello-world.asciidoc +++ b/Payload---hello-world.asciidoc @@ -2,7 +2,7 @@ A payload for testing the USB Rubber ducky's functionality. ``` DELAY 3000 -GUI R +GUI r DELAY 500 STRING notepad DELAY 500