-
-
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
Mouse grab / capture #1229
Comments
2016-06-17 17:17:27: fervi commented
|
|
2016-06-17 20:09:48: fervi commented
|
What platform? FYI: xpra and winswitch repositories are identical (symlinked). |
2016-06-18 10:47:54: fervi commented
|
2016-07-31 07:23:59: ironiridis commented
|
Done in for pointer grabs in r13144. Use the "Menu" key to toggle pointer grabs. This is almost identical to #1195 but for grabbing the pointer instead of keyboard. |
Important: the shortcuts have just been changed, see r13169 |
2016-08-02 13:50:00: ironiridis commented
|
2016-08-02 13:51:20: ironiridis commented
|
Small: inline, big: attachment. Where small is roughly less than a page. |
Not heard back. @afarr: just a FYI, feel free to close. (see comment:10, the "Shift+Menu" key shortcut toggles pointer confinement) |
2016-09-09 00:12:35: fervi commented
|
2016-09-09 02:58:37: antoine commented
|
2016-09-30 03:24:27: afarr commented
|
Turns out that GTK does not support pointer grabs at all on win32, so I've added support for it using ClipCursor via pywin32 in r13923. (behaviour is unlikely to be 100% identical to X11 clients). Summary of what this feature does for testing purposes:
|
2016-10-01 00:37:19: maxmylyn commented
|
@maxmylyn: is this specific to win 8.1 or does this occur with all version of windows? please include the "-d grab" log output and attach the output of "Native_gui.exe". The problem is likely to be because of [http://stackoverflow.com/a/11707312/428751]: Windows won't give you the correct value. And it's worse in Windows 10: [http://stackoverflow.com/a/34143777/428751]: Windows 10 has thin invisible borders.. r14095 now uses Works fine for me on XP and win7: tested with a simple xterm or xev, all the events land in the window, I cannot resize of move it whilst the grab is active. I don't understand the "re-center" issue at all, can you include a screenshot? |
2016-10-24 23:35:38: maxmylyn commented
|
Issue migrated from trac ticket # 1229
component: client | priority: major | resolution: fixed
2016-06-15 14:44:24: fervi created the issue
The text was updated successfully, but these errors were encountered: