ALT_R fixed on Windows 10 Client (German Keyboard Layout, but might also work for others) #1809
Replies: 2 comments 3 replies
-
I tried your solution on a 'pt' layout with a Ubuntu server and a Windows client. It works for the clients but I lost the ability of AltGr on the Ubuntu server. Did that also happen to you? |
Beta Was this translation helpful? Give feedback.
-
Hi, this worked for me on my raspberry PI to enable the ALT_R on Windows and have the key still working in Linux on my Pi:
Another option might be to create your own "custom" keymap which is documented here: |
Beta Was this translation helpful? Give feedback.
-
So after weeks of frustration I finally got a working solution for the ALT right key on my Germany Keyboard attached to my Raspberry PI Server with Linux and Mac Clients.
My setup:
A raspberry Pi as mouse/keyboard server and Windows and Mac Clients.
On my windows client I could not use the ALT right key, which is required for curly and square brackets, pipe and some other special characters.
I could use Strg+ALT left to emulate the ALT right key, but that was very inconvinitent.
I suspected this to be an issue with the barrier. I have tried all different workarounds described here, but nothing worked for me. So I bought a license for Synergy in hope of a fix for this problem and I got exactly the same problem.
OK, the code is nearly identical, the barrier clients even tried to connect to the Synergy server.
But while I was setting up the Syngery clients I noticed something. On a mac keyboard both option keys, left and right have the same function. then I noticed that the right ALT key was not only not working in Windows, but also on Macs and the linux server(Rapsberry Pi) itself.
The root cause was not barrier! This is how I fixed it and explain my way of troubleshooting this as this might also help with other keyboard layouts.
First I figured out my input device. I use a Logitech MX plus keyboard and I use the German layout with no dead keys.
Next I started a test on my keyboard (id 13) and pressed the ALT Right key.
Then I checked my layout
and then checked the mapping for key 108 (ALT R)
As you can see the ALT_R key (108) on my keyboard was mapped to ISO_Level3_Shift, but not to ALT_R. So I just needed to fix this:
After that change my ALT Right key was working fine on the Windows and Mac clients.
I hope this guide does help you to fix your issues with not working keys as well.
Beta Was this translation helpful? Give feedback.
All reactions