mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #943] Wrong characters an Raspberry Pi4 Client #755
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#755
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 @spinne1000 on GitHub (Nov 10, 2020).
Original GitHub issue: https://github.com/debauchee/barrier/issues/943
Hello,
I have the following setup:
Server: Debian10, xfce4 (Mac Mini Server pre last generation) barrier 2.2.0
Client1: Debian10, xfce4 (Mac Mini 2 intel), barrier 2.2.0
Client2: Debian10 (Raspbian), xfce4 (Raspberry Pi4B) barrier 2.2.0
Keyboard-Layout on all: Neo2 (hardware is a german keyboard-layout)
On the server and Client1 all worked perfect.
On client2 some keys are wrong.
a-z, A-Z, 0-9 ist working
Not working:
Tab prints "8" (should be tab)
"." prints "j" (should be ".")
Shift-. is correct, it is "•" in the Neo2-Layout
CapsLock-l should print "-" (Capslock is the second modifier-key for the third level on the keybord), but is dead.
Any hints what I can do? Especially the missing "." and the not working tab is very bad on the Linux-Terminal :-)
[Edit] xev says, the key "ä" (which should print the "y" in Neo2) and the key "." are the same. xev shows no difference on the Pi.
The cursor-keys also are not working on the Pi:
up prints "l" (small L)
down prints "a"
left prints "i"
right prints "e"
Delete prints "c"