-
-
Notifications
You must be signed in to change notification settings - Fork 178
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
intercept all keys before the desktop #1152
Comments
Mostly done in r12226, still TODO:
|
Tested using xev to see the @afarr: mostly a FYI, I don't think you want to capture the windows key in your setup. New beta build uploaded. Feel free to test or just close it. |
@johnss1221: there are windows beta builds including this change - does this work for you? (see comment:2 for enabling it) |
Not heard back, so I'll assume that this works as expected. @afarr: feel free to test or just close. |
Tried to test a little, but I'm not sure what windows keyboard commands I can expect a fedora server to know what to do with. Maybe maxmylyn will test with a shadow server... in any case though, I'll close this. |
This is now enabled by default when grabs are active, see #1195#comment:1 |
From this mailing list discussion: https://xpra.org/list/2016-March/001497.html, it would be nice if we could catch the special keys like the windows key and forward them to the server.
The Virtual-Key Codes shows
VK_LWIN
as 0x5B andVK_RWIN
as 0x5c.Looks like we will need SetWindowsHookEx as per this answer: Python and SetWindowsHookExA.
Alternatively we could use pyhook or pyhk. (meh)
This is for win32, not sure what we can do for X11 without grabbing the keyboard..
The text was updated successfully, but these errors were encountered: