7
I am connected to a xmonad desktop but am only able to use the first workspace. How can I change to other workspaces?
Furthermore: If the last terminal is closed, I can’t do anything. How can I open a new terminal? The problem is, that my local xmonad catches the keystrokes.
Generally speaking
Is there some magic key combination (shortcut) to circumvent the locally absorbed keystrokes, that is to escape the local shortcut to be able to send them to the remote VNC desktop? I mean something similar to screen, where you can press Ctrl+a a to submit a simple Ctrl+a to screen’s subprocess.
Or is there a way to enable and disable kbd capturing, as known from virtual machines’ visual interfaces? I mean like the right Ctrl key in virtualbox.
If that is of any interest: I am using x11vnc
as the server and vncviewer
from tigervnc (tightvnc) as the client/viewer. But I would change both of them, if that helps.
I'm not sure it's the same cause/problem, but I found this on a forum: "switching from tightvnc to x11vnc and connecting to the root desktop (:0) solved my problems". Did you try that already? – m4573r – 2014-02-21T13:24:26.023
Eh, well, the problem is, that the keystrokes get grabbed by my local desktop. It is not a Xmonad specific problem, I think, but more general: How is it possible to mask or escape local keystrokes so that the can pass to the remote machine via vnc? Btw. I am using x11vnc. :-) – erik – 2014-02-21T13:31:56.170