Hi all,
Is there a command line command that controls which virtual X screen a person is viewing?
Sure I can click on one of the 4 virtual X screens but can I control that from the command line.
Thanks,
Jerry
Is there a command line command that controls which virtual X screen a person is viewing?
Sure I can click on one of the 4 virtual X screens but can I control that from the command line.
Are you talking about the workspaces provided by the default Gnome desktop manager? If so, CTRL-ALT-<arrow_keys> should do what you want.
Alfred
xvkbd is an X11 utility that send event to X application. You can script your events.
Just send the good key or mouse event to the good application.
Alain
Regards
On 9/24/07, Jerry Geis geisj@pagestation.com wrote:
Hi all,
Is there a command line command that controls which virtual X screen a person is viewing?
Sure I can click on one of the 4 virtual X screens but can I control that from the command line.
Thanks,
Jerry _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Is there a command line command that controls which virtual X screen a person is viewing?
Sure I can click on one of the 4 virtual X screens but can I control that from the command line.
Are you talking about the workspaces provided by the default Gnome desktop manager? If so, CTRL-ALT-<arrow_keys> should do what you want
Ok - I didnt realize it was called workspace, but yes that is it.
But - what I want is a command line program that I can execute to show workspace 3. The sometime later execute a command line program to show workspace 1.
Jerry
Ok - I didnt realize it was called workspace, but yes that is it.
But - what I want is a command line program that I can execute to show workspace 3. The sometime later execute a command line program to show workspace 1.
Sorry, I don't know about a command line option for this (and the documentation doesn't seem to mention one either). You could, as someone else suggested in an earlier response, send the simulated keyboard events to the right place, but that is rather kludgy. You may have better luck asking at http://gnomesupport.org/forums. May I ask why you are trying to do this? There may be a good reason not to provide command line support for something that switches the workspace the user is looking at.
Alfred