mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #1201] Bad keyboard output using circumflex accent on a French keyboard #968
Labels
No labels
HiDPI
bounty
bsd/freebsd
bsd/openbsd
bug
bug
build-infra
cantfix
critical
doc
duplicate
enhancement
fix-available
from git
from release
good first issue
help wanted
installer/package
invalid
linux
macOS
meta
needs testing
pull-request
query
question
regression
regression
v2.4.0
windows
wontfix
work-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/barrier#968
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
@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.
@Hindrik-H commented on GitHub (Oct 20, 2021):
Hi, any solution founded out ?