You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The keys < > and \ | are inverted on the it-IT keyboard layout on Mac. No USB Ducky script that uses those characters can work properly unless this issue is fixed.
For example, the demo_macos.txt script that comes with the device does not work properly. You can see the output of that script here:
❯ cat | /dev/null \\ EOF
zsh: permission denied: /dev/null
Hello World!
❯ ============================================================
zsh: =========================================================== not found
❯
❯ _.-------.._ -,
zsh: command not found: _.-------.._
❯ .-"'''"--..,,_/ /'-, -, <
quote> .:" /:/ /'< < ,_..., '. > >
zsh: parse error near `<'
❯ / ,----/:/ /'< _<'_-"' _;
dquote> ' / /'"""'< < <.'_-' ,-"'/
zsh: permission denied: /
❯ > > > 0 > > .-' ,/' /
zsh: parse error near `>'
❯ > ,..< < ,.-"' ,/' /
zsh: parse error near `<'
❯ ; : '/'""<' ,/--==,/-----,
quote> > '-...> -.___-Z:_______J...---;
zsh: no such file or directory: ,/--==,/-----,\n > -...
❯ : ' _-'
❯ _L_ _ ___ ___ ___ ___ ____--"'
dquote> > __>> > >_ _>> _ <> _ <> __>> _ <
dquote> > _> > >__ > > > _/> _/> _> > /
dquote> >_> >____>>___>>_> >_> >___>>_>_<
dquote>
dquote> Flipper Zero BadUSB feature is compatible with USB Rubber Ducky script format
dquote> More information about script syntax can be found here:
dquote> https://github.com/flipperdevices/flipperzero-firmware/blob/dev/documentation/file_formats/BadUsbScriptFormat.md
dquote> EOF
dquote>
By manually inverting these keys properly in the file, the script produces the correct output.
Would it be possible to get an Italian Mac keyboard layout in the future?
Thanks.
Reproduction
Go to the main menu
Open the Bad USB application
Select demo_macos.txt
Run the script
The result should be similar to the one described above
Target
No response
Logs
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Describe the bug.
The keys
< >
and\ |
are inverted on theit-IT
keyboard layout on Mac. No USB Ducky script that uses those characters can work properly unless this issue is fixed.For example, the
demo_macos.txt
script that comes with the device does not work properly. You can see the output of that script here:By manually inverting these keys properly in the file, the script produces the correct output.
Would it be possible to get an Italian Mac keyboard layout in the future?
Thanks.
Reproduction
Bad USB
applicationdemo_macos.txt
Target
No response
Logs
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: