leogout / rasper-ducky

A DuckyScript 3 implementation targeting Raspberry pico
GNU General Public License v3.0
8 stars 0 forks source link

The letter W is output* as Z #29

Closed abnnim closed 2 days ago

abnnim commented 1 week ago

The letter W is output as Z.

Originally posted by @abnnim in https://github.com/leogout/rasper-ducky/issues/24#issuecomment-2488677430

leogout commented 1 week ago

Have you tried to use RD_KBD ? Maybe your OS is in QWERTY, if so you need to add this at the top of your payload : image

RD_KBD WIN UK if you use windows, RD_KBD MAC UK

I'll leave this issue open to remember to emphase on this in the README

abnnim commented 1 week ago

And indeed, this turned out to be the solution! Thank you. I'll leave it open for you

leogout commented 2 days ago

This is done and merged (see #30 for details). I also defaulted the interpreter to QWERTY instead of AZERTY