Jump to content

SHIFT RIGHTARROW not working on Rubber Ducky


Recommended Posts

Posted

SHIFT does not function with Arrow Keys. Example if I put in
"DELAY 4000
SHIFT RIGHTARROW
DELAY 2000
CTRL-SHIFT RIGHTARROW" 

 

I get "R" and then for the second I get the equivalent of CTRL RIGHTARROW 
"SHIFT RIGHTARROW" should highlight the character to the right of the cursor. The Ducky Script quick Reference says that SHIFT can be used to select text and that it can be used with the RIGHTARROW Comand.  The second should highlight the word to the Right of the cursor.

Is anyone else having this issue or is it just mine being broken? Any work around for being able to select text like the ducky script reference says you can? I have tried several combos of the above and nothing that will work for me.

Posted

What encoder are you using? The JSEncoder? Could be that you need to change the code of the encoder for that to work.

On line 440 in the JSEncoder file, change
let key = args[0];
to
let key = args;

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...