[GH-ISSUE #644] Client not recognizing/writing special letters properly #511

Closed
opened 2026-05-05 06:34:12 -06:00 by gitea-mirror · 7 comments
Owner

Originally created by @ShadowBound221 on GitHub (Apr 29, 2020).
Original GitHub issue: https://github.com/debauchee/barrier/issues/644

OS

Server and Client: Windows 10 Home

Barrier version

Server: 2.3.1-snapshot-58d8f020
Client: 2.3.1-snapshot-f1c57075

Bug

In Croatian there are 5 special letters (š,ž,č,ć,đ), š and ž work properly, but when writing on the client side the letters č,ć and đ are written as c and d.

Originally created by @ShadowBound221 on GitHub (Apr 29, 2020). Original GitHub issue: https://github.com/debauchee/barrier/issues/644 OS Server and Client: Windows 10 Home Barrier version Server: 2.3.1-snapshot-58d8f020 Client: 2.3.1-snapshot-f1c57075 Bug In Croatian there are 5 special letters (š,ž,č,ć,đ), š and ž work properly, but when writing on the client side the letters č,ć and đ are written as c and d.
Author
Owner

@cultab commented on GitHub (Apr 29, 2020):

Can also confirm on the following server/client with greek accented letters (άέίόύ) show up as (αειου)

Server: void gnu/linux
Client: windows 10

Server: 2.3.2-RELEASE-00000000
Client: 2.3.2-snapshot-210c2b70

<!-- gh-comment-id:621161071 --> @cultab commented on GitHub (Apr 29, 2020): Can also confirm on the following server/client with greek accented letters (άέίόύ) show up as (αειου) Server: void gnu/linux Client: windows 10 Server: 2.3.2-RELEASE-00000000 Client: 2.3.2-snapshot-210c2b70
Author
Owner

@AndreasGrip commented on GitHub (May 3, 2020):

I assume it's the same problem described in
https://github.com/debauchee/barrier/issues/217

<!-- gh-comment-id:623176953 --> @AndreasGrip commented on GitHub (May 3, 2020): I assume it's the same problem described in https://github.com/debauchee/barrier/issues/217
Author
Owner

@carlesoriol commented on GitHub (May 14, 2020):

This is a blocking feature. You cannot use a virtual keyboard if misses basic characters accents are important but also |@#...

Server: ubuntu 20.04
Client: ubuntu 20.04

Server: 2.3.2-Release-00000000
Client: 2.3.2-Release-00000000

<!-- gh-comment-id:628407013 --> @carlesoriol commented on GitHub (May 14, 2020): This is a blocking feature. You cannot use a virtual keyboard if misses basic characters accents are important but also |@#\... Server: ubuntu 20.04 Client: ubuntu 20.04 Server: 2.3.2-Release-00000000 Client: 2.3.2-Release-00000000
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

You'll might have to change the settings, if you're using dvorak - serch for setxkbmap

<!-- gh-comment-id:632927872 --> @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 You'll might have to change the settings, if you're using dvorak - serch for `setxkbmap`
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:697070239 --> @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

@eugenegff commented on GitHub (Oct 14, 2020):

I think this is the same problem that was fixed in pull request https://github.com/debauchee/barrier/pull/910

<!-- gh-comment-id:708612589 --> @eugenegff commented on GitHub (Oct 14, 2020): I think this is the same problem that was fixed in pull request https://github.com/debauchee/barrier/pull/910
Author
Owner

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

Agreed.

<!-- gh-comment-id:757528698 --> @p12tic commented on GitHub (Jan 10, 2021): Agreed.
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#511
No description provided.