[GH-ISSUE #1201] Bad keyboard output using circumflex accent on a French keyboard #968

Open
opened 2026-05-05 07:20:26 -06:00 by gitea-mirror · 2 comments
Owner

Originally created by @ChristopheF on GitHub (Jun 17, 2021).
Original GitHub issue: https://github.com/debauchee/barrier/issues/1201

On the French 'Azerty' keyboards, there is a key for the circumflex accent '^' just on the right of the 'p' letter. It is used to input accented letters: you press that key first, nothing appears on screen, then you press a vowel letter like 'o' and the accented letter 'ô' appears on screen.

When Barrier is not running, if I very quickly press 3 keys like 'r', '^' and 'o', the result is 'rô' which is the normal and expected output on screen.
When Barrier is running, pressing the same keys very quickly sometimes generate the following bad output:
On the server site, I get 'ro' instead of 'rô'. Looks like the '^' key press is ignored.
On the client side, I get 'r^ô' instead of 'rô'. Looks like the '^' key press is doubled.

I use Barrier 2.3.3 with two up-to-date Windows 10 computers.
The issue occurs in any application where you can enter text.

Originally created by @ChristopheF on GitHub (Jun 17, 2021). Original GitHub issue: https://github.com/debauchee/barrier/issues/1201 On the French 'Azerty' keyboards, there is a key for the circumflex accent '^' just on the right of the 'p' letter. It is used to input accented letters: you press that key first, nothing appears on screen, then you press a vowel letter like 'o' and the accented letter 'ô' appears on screen. When Barrier is not running, if I very quickly press 3 keys like 'r', '^' and 'o', the result is 'rô' which is the normal and expected output on screen. When Barrier is running, pressing the same keys very quickly sometimes generate the following bad output: On the server site, I get 'ro' instead of 'rô'. Looks like the '^' key press is ignored. On the client side, I get 'r^ô' instead of 'rô'. Looks like the '^' key press is doubled. I use Barrier 2.3.3 with two up-to-date Windows 10 computers. The issue occurs in any application where you can enter text.
Author
Owner

@natenho commented on GitHub (Sep 16, 2021):

Exactly the same issue with same OS and Barrier version but using Brazilian regular Querty keyboard (ABNT2). The typing speed interferes with the accentuation.

<!-- gh-comment-id:921176510 --> @natenho commented on GitHub (Sep 16, 2021): Exactly the same issue with same OS and Barrier version but using Brazilian regular Querty keyboard (ABNT2). The typing speed interferes with the accentuation.
Author
Owner

@Hindrik-H commented on GitHub (Oct 20, 2021):

Hi, any solution founded out ?

<!-- gh-comment-id:947494954 --> @Hindrik-H commented on GitHub (Oct 20, 2021): Hi, any solution founded out ?
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#968
No description provided.