mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #1082] Some letters depend on server layout, others do not #862
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#862
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 @Ashark on GitHub (Feb 28, 2021).
Original GitHub issue: https://github.com/debauchee/barrier/issues/1082
I use two layouts on both server and client.
Server: Arch Linux, Barrier 2.3.3
Client: MacOS, Barrier 2.3.3
When I am typing in russian, I get a mixed set of letters being typed at a client side in some circumstances.
Steps to reproduce the behavior:
Expected behavior
All letters should be typed in russian, including a cyrillic soft sign ("ь").
Desktop (please complete the following information):
Additional context
If swith a server layout to ru, then typing a soft sign works correctly. But client side should not depend on server layout.
I am attaching a part of log when pressing buttons.
"s" and "ы" log:
"m" and "ь" log:
@Ashark commented on GitHub (Feb 28, 2021):
It looks strange in the part of keyDown event.
Working case contains a "group" word surrounding a single keyDown:
while incorrect case contains no "group" words, and contains two keydowns and one extra up event:
@Ashark commented on GitHub (Feb 28, 2021):
Also, I noticed that it depends on variation of russian layout in macos. For example when I switched from Russian PC to Russian on a client, some symbols were typed differently.
@AleksandrFomin commented on GitHub (Mar 31, 2021):
I also face such kind of bug.
Server: Linux, Barrier 2.3.3
Client: Windows, Barrier 2.3.3
Steps to reproduce the behavior:
This is really annoying
@Ashark commented on GitHub (Mar 31, 2021):
Yes, comma and Russian layout is annoying such strongly, that I just cannot use barrier for now.
This thing is also happening when Linux Server + Linux Client configuration.