mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #1181] MacBook (as server) - Keyboard US International in both - Tilde don't work on Windows 10 (as client) #951
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#951
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 @LuizSiqueiraNeto on GitHub (Jun 2, 2021).
Original GitHub issue: https://github.com/debauchee/barrier/issues/1181
MacBook (as server) - Keyboard US International in both - Tilde don't work on Windows 10 (as client).
Hitting Shift + (Grave key `) + (a or o), in both uppercase and lowercase, does nothing, it should generate the [ã or õ].
The dead key does not work for accents.
@jmahone commented on GitHub (Jun 2, 2021):
Saw this issue and wanted to test it since I have both macOS server and client. I am able to generate the ~ character as expected. I am running macOS 10.14.6 (Mojave) as the server and macOS 10.15.7 (Catalina) as the client.
I'm running Barrier v2.3.3-release-3395cca9 with Build Date: July 14, 2020
I'm using the US keyboard ( not US International), so I wonder if you have tried the straight US keyboard as a test to isolate the issue.
@LuizSiqueiraNeto commented on GitHub (Jun 2, 2021):
I did a few more tests and realized that it's only when I try to write ã or õ, in both uppercase and lowercase, that it doesn't work. I updated my post to be better explained. Thanks for the feedback.
@wklaebe commented on GitHub (Jun 13, 2021):
I might have a similar problem... Devuan unstable on a Macbook as server, Raspberry OS bullseye on a Raspberry Pi 3 as client, Umlauts like äöüß don't arrive on client, | becomes , maybe more.
@felixmagnus commented on GitHub (Sep 13, 2021):
I have a similar problem with äöü (German Layout), Windows (Server), Mac (Client), both version 2.3.3-release-3395cca9
This is the log (DEBUG1) on the server when I type ä:
It seems that ä gets mapped to
65533which is https://www.fileformat.info/info/unicode/char/fffd/index.htm which maybe means that the character is not being interpreted correctly within the character encoding... (https://stackoverflow.com/questions/41462598/recieving-65533-as-char-value-for-characters-as-%C3%A0-%C3%98-%C3%A6-%C3%A6-etc)But I'm not sure about this
I have not tried cloning the latest source and building it by hand on Win / Mac, maybe that helps...
@matt22207 commented on GitHub (Jan 9, 2022):
I have the same issue with tilde not working:
Server: MacOS 11.6.1 w/ Barrier 2.4.0-release-3e0d758b (tried both US and US International-PC keyboard)
Client: EndeavourOS (Arch) Linux w/ Barrier 2.4.0-release-00000000
@jroselle commented on GitHub (Apr 15, 2022):
Adding my voice - macOS as Server with latest Monterey, windows 11 client.
I was able to work around the issue by creating a Hotkey under Server config to send the tick to windows but after doing so, I lost the use of the tick in Monterey - guess I have to choose one.
@LuizSiqueiraNeto commented on GitHub (Apr 16, 2022):
After I reinstalled Windows, the problem disappeared.
@rvelozo commented on GitHub (Aug 22, 2022):
I was about to say that I had the same problem and then realized that the ã will only be available in Windows if the language supports it.
I changed it to Portuguese with international keyboard. And the ã õ work as expected!