ddennie1 Posted August 3, 2015 Share Posted August 3, 2015 I am using a Rubber Ducky to roll out a bunch of chromebooks. The flavor is CTL NL6, nothing fancy. Pretty much everything works as advertised with the scripting language, but I cannot get any combo keys to work. For example, I cannot get ALT-SHIFT s to work or CTRL-ALT e or SHIFT-TAB. The really important one I need to work is the CTRL-ALT e in order to enroll the device into our Google Domain. I pasted a couple of snippets below. This is the command I run every time to update the script. We just received our ducky in the mail on 8/1/2015. java -jar duckencode.jar -i c:/ctl1.txt -o inject.bin DELAY 2000 ALT-SHIFT s DELAY 500 TAB TAB TAB ENTER DELAY 1000 DELAY 1000 CTRL-ALT e DELAY 1000 Please help! Quote Link to comment Share on other sites More sharing options...
Mr-Protocol Posted August 3, 2015 Share Posted August 3, 2015 Remove the dashes between the commands and try that. Instead of "ALT-SHIFT s" try "ALT SHIFT s" Quote Link to comment Share on other sites More sharing options...
ddennie1 Posted August 3, 2015 Author Share Posted August 3, 2015 I meant to type that in the original post. I tried all different variations in the script file. ALT SHIFT s SHIFT ALT s SHIFT-ALT s Same with CTRL ATL e Quote Link to comment Share on other sites More sharing options...
Mr-Protocol Posted August 3, 2015 Share Posted August 3, 2015 What keyboard language are you using? That has caused issues with some in the past. Quote Link to comment Share on other sites More sharing options...
ddennie1 Posted August 3, 2015 Author Share Posted August 3, 2015 It is a chromebook. It says US down in the task bar, but I am not sure if CTRL ALT means the same thing in windows, os x and chrome.When the code runs, it seems to skip over that section/ignore it/not recognize it. Quote Link to comment Share on other sites More sharing options...
digip Posted August 4, 2015 Share Posted August 4, 2015 (edited) Do laptops with function keys make a different on the button layouts/mappins to where they expect them to be? part of it may be the chrome books built in keyboard shortcuts though: https://support.google.com/chromebook/answer/183101?hl=en alt+shift changes it's input method, so you may need to work around that. try like an "ctrl space ret" then "alt shift s" or something maybe. edit, looking at that closer, they have a mapping for "Shift + Alt + S" set already in use. Edited August 4, 2015 by digip 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.