How to simulate key press event with ksh|bash script?
Unfortunatelly this is not suitable for my OS (SCO Unix).
kofucii
2010-09-30 13:18:42
A:
If you want to automate things in KDE, I would suggest you to look at DCOP [1]. You can interface full-fledged KDE applications using DCOP calls from Bash/Ksh script.
Take a look at this tutorial from IBM [2] as well. You can do many interesting things using DCOP.
Babil
2010-10-06 03:04:16