blundering Posted April 22, 2022 Share 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. Quote Link to comment Share on other sites More sharing options...
Solution dark_pyrro Posted April 22, 2022 Solution Share 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; Quote Link to comment Share on other sites More sharing options...
blundering Posted April 22, 2022 Author Share Posted April 22, 2022 I am using the jsencoder I will try changing that and let you know if that fixes it thanks Quote Link to comment Share on other sites More sharing options...
blundering Posted April 22, 2022 Author Share Posted April 22, 2022 that seems to have fixed the problem thanks again dark_pyrro Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.