![]() |
simulated keyboard inputs under Linux
Hi group,
I'm looking for a program or API that will allow me to 'drive' a Gnome or Fluxbox WM. By drive I mean: Switch WorkspacesWhat I am trying to do is create a script to switch the display to show all of the workspaces and windows within them. I know about 'chvt' but that is only part of the solution. Under OS/2 there was a Rexx API that worked great, I think it was call APMT? Any ideas? |
You might want to try xmacro. Documentation is sparse on it, but it's actually easy to use. Simply record your mouse and keyboard actions with
Code:
xmacrorec2 > macro.txtThen you can edit it as you wish and play it back with Code:
cat macro.txt | xmacroplay -d 500 ":0.0" |
| All times are GMT -5. The time now is 08:30 PM. |