blundering Posted April 22, 2022 Posted April 22, 2022 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.
dark_pyrro Posted April 22, 2022 Posted April 22, 2022 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;
blundering Posted April 22, 2022 Author Posted April 22, 2022 I am using the jsencoder I will try changing that and let you know if that fixes it thanks
blundering Posted April 22, 2022 Author Posted April 22, 2022 that seems to have fixed the problem thanks again dark_pyrro
Recommended Posts
Archived
This topic is now archived and is closed to further replies.