Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't scape "\" and can't write " " " with spanish layout #350

Open
quesodipesto opened this issue Apr 8, 2024 · 0 comments
Open

Can't scape "\" and can't write " " " with spanish layout #350

quesodipesto opened this issue Apr 8, 2024 · 0 comments

Comments

@quesodipesto
Copy link

Hi dear,

I have two problems, i can't scape the:
when y use "type" option in HID.

For example:
type('$env:PUBLIC\Downloads\cat.exe');
this is: $env:PUBLICDownloadscat.exe

If i try scape with double \:
type('$env:PUBLIC\Downloads\cat.exe');
this is: $env:PUBLIC'Downloads'cat.exe

AND: type('$env:PUBLIC\\Downloads\\cat.exe');
this is: $env:PUBLIC'Downloads'cat.exe

I tried with "/" but no scape.

In the other hand, i can't write the " " " (LEFT_SHIFT + KEY 2) this with "type" option is a angle inverted commas and not double inverted commas.

Thanks mate! :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant