First, sorry for not updating in a while, been busy with life outside a screen for a while :)
But, this time, it's a simple test script for Flipper Zero for Linux desktop machines.

The only thing it does, is sending all keyboard characters, to see if they are as they should be.
This is for a danish keyboard, adjust for your locale keyboard :)

So, a short test script :)

DELAY 2000
ALT F2
DELAY 2000
STRING mousepad
DELAY 750
ENTER
DELAY 2000
REM Send normale tegn
STRING a b c d e f g h i j k l m
ENTER
DELAY 1000
STRING n o p q r s t u v w x y z
ENTER
DELAY 1000
REM Send special keys
STRING 1 2 3 4 5 6 7 8 9 0
ENTER
DELAY 1000
STRING ! " # % & / ( ) = ? ` ยด
ENTER
DELAY 1000
STRING @ $ { [ ] } | < > \ - - . ,; : _
ENTER
DELAY 1000

If all characters made it through as they should, then go on and write something usefull :)

Happy Flipping ;)

You have no rights to post comments