usb rubber ducky special characters -


is there way let usb rubber ducky know type special characters "ü, ö, ä or ß"? because when try compile rubber ducky script example:

rem rubber ducky script string ß 

then compiler give me error

you can dependent upon operating system keyboard combinations output these special characters.

on osx example achieve string ß accessing alt+s keyboard shortcut:

alt s esc rem escape used confirm special character 

this little buggy use in practice tests. possible keyboard character on native german keyboard has different assignment or character value can used directly produces eszett cant confirm this.


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

python - ValueError: No axis named 1 for object type <class 'pandas.core.series.Series'> -

java - How to provide dependency injections in Eclipse RCP 3.x? -