[GH-ISSUE #646] Client Input language changes when typing special character on server #512

Open
opened 2026-05-05 06:34:12 -06:00 by gitea-mirror · 5 comments
Owner

Originally created by @alex-Symbroson on GitHub (May 1, 2020).
Original GitHub issue: https://github.com/debauchee/barrier/issues/646

Operating Systems

Server: Ubuntu 19.10

Client: Windows 10Pro

Default input language / layout: german qwertz

Barrier Version

2.3.1

Steps to reproduce bug

  1. Start barrier on client and server as normal
  2. With your server keyboard try to write '}' (AltGR + 0) on German layout
    instead it will instantly switch to English and type a '[' character

After that I have to change the input language manually back on windows client

When the input language changed the AltGR key on the client's own keyboard isn't recognized any more until I switch layouts

Originally created by @alex-Symbroson on GitHub (May 1, 2020). Original GitHub issue: https://github.com/debauchee/barrier/issues/646 ### Operating Systems ### Server: Ubuntu 19.10 Client: Windows 10Pro Default input language / layout: german qwertz ### Barrier Version ### 2.3.1 ### Steps to reproduce bug ### 1. Start barrier on client and server as normal 2. With your server keyboard try to write '}' (AltGR + 0) on German layout instead it will instantly switch to English and type a '[' character After that I have to change the input language manually back on windows client When the input language changed the AltGR key on the client's own keyboard isn't recognized any more until I switch layouts
Author
Owner

@c-rizz commented on GitHub (May 6, 2020):

The same happens when using an italian keyboard, with ubuntu 20.04 (or 18.04) as the server and Windows 10 Educational as the client.
Also in my case it happens when trying to use an altgr combination (to make @ or # for example). Actually I have no way of typing the affected symbols. For example, after it switches, if I type shift+2 (@ on the english keyboard), it switches back to italian and types "
I'm using 2.3.2 on both server and client.

Still, thanks for the great project!

<!-- gh-comment-id:624767204 --> @c-rizz commented on GitHub (May 6, 2020): The same happens when using an italian keyboard, with ubuntu 20.04 (or 18.04) as the server and Windows 10 Educational as the client. Also in my case it happens when trying to use an altgr combination (to make @ or # for example). Actually I have no way of typing the affected symbols. For example, after it switches, if I type shift+2 (@ on the english keyboard), it switches back to italian and types " I'm using 2.3.2 on both server and client. Still, thanks for the great project!
Author
Owner

@ThorstenWirth commented on GitHub (May 22, 2020):

Workaround: https://github.com/debauchee/barrier/issues/134

i've used

setxkbmap -device `xinput list | grep "Virtual core XTEST keyboard" | sed -e 's/.\+=\([0-9]\+\).\+/\1/'` de

Now it works fine

<!-- gh-comment-id:632927137 --> @ThorstenWirth commented on GitHub (May 22, 2020): Workaround: https://github.com/debauchee/barrier/issues/134 i've used ``` setxkbmap -device `xinput list | grep "Virtual core XTEST keyboard" | sed -e 's/.\+=\([0-9]\+\).\+/\1/'` de ``` Now it works fine
Author
Owner

@github-actions[bot] commented on GitHub (Sep 23, 2020):

This issue has been automatically marked as stale due to inactivity. It will be closed if no further activity occurs. Thank you for your contributions.

<!-- gh-comment-id:697070235 --> @github-actions[bot] commented on GitHub (Sep 23, 2020): This issue has been automatically marked as stale due to inactivity. It will be closed if no further activity occurs. Thank you for your contributions.
Author
Owner

@p12tic commented on GitHub (Jan 10, 2021):

This is a valid bug, let's not close it.

<!-- gh-comment-id:757528821 --> @p12tic commented on GitHub (Jan 10, 2021): This is a valid bug, let's not close it.
Author
Owner

@rhaamo commented on GitHub (Oct 20, 2021):

I'm having the same issue with 2.3.3 on windows 10 both sides.

Every time I type some chars like ' on client I ends up with client layout switching, which is extremely annoying.

<!-- gh-comment-id:947597239 --> @rhaamo commented on GitHub (Oct 20, 2021): I'm having the same issue with 2.3.3 on windows 10 both sides. Every time I type some chars like `'` on client I ends up with client layout switching, which is extremely annoying.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/barrier#512
No description provided.