Hello,
i have a question about Rubber Ducky, i want use it in Windows 10 Logon screen, and i need use tabulator for navigate to logon functions, and after i want insert login and password to enter in the system, but TAB not work, istead if i test tabulator in the notepad program, work perfectly.
This is my simple script:
DEFAULT_DELAY 1500
ENTER
SHIFT TAB
REPEAT 3
STRING USERNAME
DELAY 1500
TAB
DELAY 1500
STRING PASSOWRD
DELAY 1500
ENTER
i tryed to compile it with italian keyboard and English Keyboard but nothing.
Thanky you advance.