-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Caps Lock LED lights up when using remote desktop #38
Comments
The best solution were if I didn't have to install anything on the Client PC at all. But I guess the keyboard hook is not THAT low-level… |
I see the same behavior when I run
When I change the keyboard layout on the (Linux) host via |
Any idea if there is an easy fix for the Caps Lock thing? neo-llkh is perfect otherwise. |
I'll try to find out! |
Let me know if I can help debugging etc. I'll try KMonad, too, just found your neo.kd for it. Thanks for providing the config! |
KMonad does not look that promising unfortunately. It has a quite high input lag and most of my keys don't work at all, e.g. SHIFT or CTRL… |
Maybe your config doesn't use the setting |
I made some tests with VirtualBox and noticed that CapsLock gets synched between host and guest system even without How does the CapsLock key behave in your remote desktop session when you don't use |
At first, I thought that it could be possible to somehow catch the CapsLock key, use it as Neo's Mod3 and then make it disappear. But I think it's the other way round: The host system processes the CapsLock key first and toggles the state and the LED on the host system, then it's being passed to the remote/guest system and for |
Without |
Did lots of research yesterday on that. Syncing CapsLock state seems to be an essential feature of RDP. Tried lots of registry hacks to disable it, nothing worked… BUT: I just fixed my problem using a screwdriver and changed the CAPS LOCK key mapping to # by flashing a new firmware… Now I have two "right Mod3" keys and no caps lock key at all. Problem solved 😄 Now I'm perfectly happy, because your solution is WAY better than the "official" setup. That never worked in exotic apps (e.g. like GIMP). This is no problem using neo-llkh. |
Good idea! Perfect. 👍 |
After replacing the native driver by the hook, I had to do the same thing on the machine I'm working on via remote desktop. Works nicely, but whenever I press Mod3 the Caps Lock LED is toggled, first press ON, second press OFF.
That's bad because on the Host Windows this actually activates Caps Lock :(
The text was updated successfully, but these errors were encountered: