-
Notifications
You must be signed in to change notification settings - Fork 964
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
trapping of all input in window mode #102
Comments
Overlaps with issue #2. |
Hah, anniversary edition. |
I looked into this a little bit and got frustrated. I only have a build environment working in Linux at the moment, but I got the keyboard grabbing to working in windowed mode there. The problem was the ungrabbing. I think that I ran into some fundamental issues with FLTK, at least in X. |
Does indeed sound like a FLTK bug. You could try asking on their mailing list if you don't want to dig around in FLTK yourself. |
For those interested in this feature, it is worth noting that TurboVNC already supports it (although it is not documented): TurboVNC/turbovnc#26 Also remember that you can use the TurboVNC viewer with the TigerVNC server. |
Has there been any progress in this issue? |
Not much unfortunately. I've started playing around with a different approach to the hotkeys in order to make something like this easier to handle. |
still no update? |
Afraid not. Trying to focus on things like #838 right now. |
It's 2021 now, so 6.5 years have passed by. Any chance we can have this please? I mean how am I supposed to switch windows on the remote machine? Clicking the app in the task bar is cumbersome as I'm a keyboard person. |
It would be really helpful if TigerVNC viewer could capture keyboard like remmina does. Working without it is so much harder. EDIT: TurboVNC supports keyboard capture (ctrl+alt+shift+G). Is it possible to "copy-paste" that feature to TigerVNC? EDIT2: I've mentioned that they both stem from TightVNC thinking that it might make it any easier, which is a bit unfair. |
It would be great if this could be implemented in some way for two reasons.
Why couldn't keybord-grab be triggered by menukey+g or something like that. It should be super-simple to implement. |
I'd like this, because fullscreen doesn't work correctly on my tiling window manager (ratpoison) for some reason. Is full screen working for other tiling window managers? The window seems to attempt to use my full monitor instead of the tiling frame, and gets hidden/doesn't redraw correctly. |
There is still no solution for this issue? :'( |
Not that I know, but as hinted in #102 (comment), the TurboVNC client can be used if you need this feature. |
Thank you for remind. I've read it and also found out that RealVNC also support passing system keys directly to server. However, I would like to use TigerVNC and look forward to seeing TigerVNC support this small (I think) feature. |
Hello, I tested it only for ubuntu 22.04 |
I am connecting to a remote running the same tiling window manager that I am running on my machine and while keyboard control keys work fine in fullscreen, I would like to have an option for tigerVNC to trap all keys even when in window mode.
Something like what Qemu SDL window does, upon clicking on it with mouse it traps all input except a configurable escape code (e.g. right CTRL).
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: