
hi, i like to use rdesktop -f xxx.xxx.xxx.xxx to connect to my windows pc, in fullscreen mode. but after entering the rdesktop window, i can not switch out anymore, M-1/2/3... can not switch workspaces anymore. i have to disconnect the remote machine to switch out. how can i use xmonad's hotkey inside a rdesktop window? thanks lars

Try Ctrl-Alt-Enter to toggle fullscreen mode. This solution was found here:
http://ubuntuforums.org/showthread.php?t=918148
2009/9/21 Chengqi Song
hi,
i like to use rdesktop -f xxx.xxx.xxx.xxx to connect to my windows pc, in fullscreen mode. but after entering the rdesktop window, i can not switch out anymore, M-1/2/3... can not switch workspaces anymore. i have to disconnect the remote machine to switch out. how can i use xmonad's hotkey inside a rdesktop window?
thanks lars _______________________________________________ xmonad mailing list xmonad@haskell.org http://www.haskell.org/mailman/listinfo/xmonad

thanks, but that doesnt work well, after toggling to fullscreen mode, the rdesktop window doesnt resize well and a lot of gray space is left. lars On Mon, 21 Sep 2009, Anton Rukin wrote:
Try Ctrl-Alt-Enter to toggle fullscreen mode. This solution was found here: http://ubuntuforums.org/showthread.php?t=918148
2009/9/21 Chengqi Song
hi,
i like to use rdesktop -f xxx.xxx.xxx.xxx to connect to my windows pc, in fullscreen mode. but after entering the rdesktop window, i can not switch out anymore, M-1/2/3... can not switch workspaces anymore. i have to disconnect the remote machine to switch out. how can i use xmonad's hotkey inside a rdesktop window?
thanks lars _______________________________________________ xmonad mailing list xmonad@haskell.org http://www.haskell.org/mailman/listinfo/xmonad

As for me, I dont' use rdesktop's fullscreen mode, just set window geometry
to fit all screen space except dzen panel by using "-g 1280x1008+0+30"
command-line switch.
2009/9/21 Chengqi Song
thanks, but that doesnt work well, after toggling to fullscreen mode, the rdesktop window doesnt resize well and a lot of gray space is left.
lars
On Mon, 21 Sep 2009, Anton Rukin wrote:
Try Ctrl-Alt-Enter to toggle fullscreen mode. This solution was found here: http://ubuntuforums.org/showthread.php?t=918148
2009/9/21 Chengqi Song
hi,
i like to use rdesktop -f xxx.xxx.xxx.xxx to connect to my windows pc, in fullscreen mode. but after entering the rdesktop window, i can not switch out anymore, M-1/2/3... can not switch workspaces anymore. i have to disconnect the remote machine to switch out. how can i use xmonad's hotkey inside a rdesktop window?
thanks lars _______________________________________________ xmonad mailing list xmonad@haskell.org http://www.haskell.org/mailman/listinfo/xmonad
xmonad mailing list xmonad@haskell.org http://www.haskell.org/mailman/listinfo/xmonad

On Mon, 21 Sep 2009 14:52:28 +0800
Chengqi Song
.... i like to use rdesktop -f xxx.xxx.xxx.xxx to connect to my windows pc, in fullscreen mode. but after entering the rdesktop window, i can not switch out anymore, M-1/2/3... can not switch workspaces anymore. i have to disconnect the remote machine to switch out. how can i use xmonad's hotkey inside a rdesktop window? ....
Hi lars, I use rdesktop every day, but not in full-screen mode. Switch "-K" (keep window manager key bindings) works fine. But I've checked now and found, that it doesn't work with "-f" switch. The solution is the following: run "rdesktop -K -f xxx", and then press Ctrl-Alt-Enter. Visually nothing changes (it occupies the whole screen), but now you are able to use your xmonad's hotkeys. Cheers, Sergey

this "-K" then "C-A-Enter" method works, great! lars On Mon, 21 Sep 2009, Sergey Manucharian wrote:
On Mon, 21 Sep 2009 14:52:28 +0800 Chengqi Song
wrote: .... i like to use rdesktop -f xxx.xxx.xxx.xxx to connect to my windows pc, in fullscreen mode. but after entering the rdesktop window, i can not switch out anymore, M-1/2/3... can not switch workspaces anymore. i have to disconnect the remote machine to switch out. how can i use xmonad's hotkey inside a rdesktop window? ....
Hi lars,
I use rdesktop every day, but not in full-screen mode. Switch "-K" (keep window manager key bindings) works fine. But I've checked now and found, that it doesn't work with "-f" switch. The solution is the following: run "rdesktop -K -f xxx", and then press Ctrl-Alt-Enter. Visually nothing changes (it occupies the whole screen), but now you are able to use your xmonad's hotkeys.
Cheers, Sergey _______________________________________________ xmonad mailing list xmonad@haskell.org http://www.haskell.org/mailman/listinfo/xmonad

On Sep 21, 2009, at 02:52 , Chengqi Song wrote:
fullscreen mode. but after entering the rdesktop window, i can not switch out anymore, M-1/2/3... can not switch workspaces anymore. i have to disconnect the remote machine to switch out. how can i use xmonad's hotkey inside a rdesktop window?
-K Do not override window manager key bindings. By default rdesk- top attempts to grab all keyboard input when it is in focus. -- brandon s. allbery [solaris,freebsd,perl,pugs,haskell] allbery@kf8nh.com system administrator [openafs,heimdal,too many hats] allbery@ece.cmu.edu electrical and computer engineering, carnegie mellon university KF8NH
participants (4)
-
Anton Rukin
-
Brandon S. Allbery KF8NH
-
Chengqi Song
-
Sergey Manucharian