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

[DemoType] Characters are not correctly transmitted when using non QWERTY keyboard #788

Open
Stephanevg opened this issue Mar 15, 2024 · 3 comments

Comments

@Stephanevg
Copy link

Stephanevg commented Mar 15, 2024

I do work with a de-CH keyboard

When using the following snippet in a file:

#This is an example
$ser = get-Service -Name AudioSrv
$ser | get-member

and trigger the shortcut to demotype the text (while using the de-CH keyboard layout).

I did get the following output (Notice the numbers 3 and 7)

3This is an example
$ser = get-Service -Name AudioSrv
$ser 7 get-member

I had to install an english QWERTY keyboard layout, and switch to that one for it to work properly (Thus having # instead of 3 and | instead of 7)

image

note: the # character is actually located on the number '3' and the | on the 7 on the Swiss German (de-CH) keyboard

note2: I tried with a French keyboard layout (fr-FR) I got the following output

"This is an example
$ser = get-Service

So clearly it looks like the these characters are hardcoded in the tool

@Stephanevg
Copy link
Author

Hi @foxmsft is there an update on this one ?
Did you guys managed to reproduce it on your end, and are you working on a fix ?
That would be really great!

@foxmsft
Copy link
Collaborator

foxmsft commented Jun 10, 2024

Hey @Stephanevg - yes, I can see this behavior. Will prepare a fix, thanks for the report!

@M0dem
Copy link

M0dem commented Dec 21, 2024

@Stephanevg This is fixed now. aka.ms/zoomit
CC: @foxmsft

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

3 participants