mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #1944] The special characters " and ' not coming through on the other machines that are connected #1418
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#1418
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 @martijnvandenboom on GitHub (Jun 11, 2023).
Original GitHub issue: https://github.com/debauchee/barrier/issues/1944
What happened?
As I am programming I need to type the characters " and '
Now these keys are not working on the other machines that are connected.
Somehow they don't get printed.
Only on the machine the keyboard is physically connected to.
The other computers have now a keyboard connected for me to be able to type these two characters.
Do you know what is causing this issue? Is it something that can easily be fixed?
Version
v2.4.0
Git commit hash (if applicable)
No response
If applicable, where did you install Barrier from?
Github
What OSes are you seeing the problem on? (Check all that apply)
Linux, Windows, macOS
What OS versions are you using?
macOS, Windows and Linux
Relevant log output
No response
Any other information
No response
@mjohenneken commented on GitHub (Jul 6, 2023):
For me its the charracters [ and ]
@lav-wzrd commented on GitHub (Jul 21, 2023):
I'm having the same issue, my server is a Windows 11 and my client MacOS 13.4.1, both machine are using US-International layout. The Debug1 logs was showing that the key id received on the client wasn't present on the current keyboard.
I find out that adding a secondary layout on my client (British layout) and restarting Barrier fixed my issue, the quote is working properly. Maybe add a secondary keyboard layout close to the one you're using to see if it fixes it ?