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

Steno writes in Qwerty on my Azerty system #1091

Closed
Rom1deTroyes opened this issue Nov 22, 2021 · 1 comment
Closed

Steno writes in Qwerty on my Azerty system #1091

Rom1deTroyes opened this issue Nov 22, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@Rom1deTroyes
Copy link
Contributor

Describe the bug
I try to use the Steno plugin with my Keyboard.io Atreus, but it seems I have the same kind of problem as #1011 :
The words are written with Azerty <-> Qwerty inversion ( a->q z->w ...).

image

As a beginner in the Steno world, I may have missed something in the Plover config, so can someone confirm/infirm this ?

To Reproduce
Steps to reproduce the behavior:

Expected behavior
I expect Steno to write text as typed :-)

Environment (please complete the following information):

  • OS: GNU/Linux

  • Version : Debian10

  • Device Keyboardio Atreus

  • Firmware compiled from source (master) : the Atreus example, including the Steno stuff from the steno example, with keymap cutted to Atreus number of keys.

  • Plover 3.1.1 with GeminiPR Machine connected

Additional context

I try several searches about Plover and azerty, but find nothing relevant ATM...
Will try to have some support from the Plover community tomorrow, and keep in touch !

@Rom1deTroyes Rom1deTroyes added the bug Something isn't working label Nov 22, 2021
@Rom1deTroyes
Copy link
Contributor Author

After a lot of little research and some pointers from Plover user to an openstenoproject/plover#1395 I confirm that the problem is not between the keyboard and the OS :-)

tldr, you can test it with :

$ setxkbmap -query
 rules:      evdev
 model:      pc105
 layout:     fr
 variant:    latin9
$ xdotool type azerty
 qwerty
$ setxkbmap fr && xdotool type azerty
 azerty

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant