| Linux Forum Index » Linux Development » Creating keyboard/mouse macro software... |
|
Page 1 of 1 |
|
| Author |
Message |
| Peter Olcott... |
Posted: Wed Apr 29, 2009 8:36 am |
|
|
|
Guest
|
I need to know the interface to the Linux operating system
required to feed simulated keystrokes and simulated mouse
actions to other software applications. |
|
|
| Back to top |
|
|
|
| kkkk... |
Posted: Wed Apr 29, 2009 9:41 am |
|
|
|
Guest
|
Peter Olcott wrote:
Quote: I need to know the interface to the Linux operating system
required to feed simulated keystrokes and simulated mouse
actions to other software applications.
Is it for X11? If yes, look at the code of xmacrorec2 and xmacroplay |
|
|
| Back to top |
|
|
|
| Peter Olcott... |
Posted: Wed Apr 29, 2009 10:53 am |
|
|
|
Guest
|
"kkkk" <kkkk at (no spam) bbbb.com> wrote in message
news:49f87520$0$57664$892e0abb at (no spam) auth.newsreader.octanews.com...
Quote: Peter Olcott wrote:
I need to know the interface to the Linux operating
system required to feed simulated keystrokes and
simulated mouse actions to other software applications.
Is it for X11? If yes, look at the code of xmacrorec2 and
xmacroplay
This is ultimately for every OS of every kind on every
platform. I am starting with MS Windows, Mac OS X, and
Linux. |
|
|
| Back to top |
|
|
|
| George Huber... |
Posted: Thu Apr 30, 2009 5:48 am |
|
|
|
Guest
|
Peter Olcott wrote:
Quote: I need to know the interface to the Linux operating system
required to feed simulated keystrokes and simulated mouse
actions to other software applications.
This sounds quite a bit like "expect" -- you may want to start by
looking at the source code. |
|
|
| Back to top |
|
|
|
| Peter Olcott... |
Posted: Thu Apr 30, 2009 1:50 pm |
|
|
|
Guest
|
"George Huber" <kharmon at (no spam) optonline.net> wrote in message
news:49f99020$0$22534$607ed4bc at (no spam) cv.net...
Quote: Peter Olcott wrote:
I need to know the interface to the Linux operating
system required to feed simulated keystrokes and
simulated mouse actions to other software applications.
This sounds quite a bit like "expect" -- you may want to
start by looking at the source code.
I want to start with determining whether or not this
approach is feasible.
If it is feasible, then I want to enumerate the number of
different approaches that will be required to cover all
three of these operating systems. It is beginning to look
like Linux may require more than one approach, depending
upon the window system that is available. I am estimating
that "X" is not universally available to all Linux systems.
I do not know how many different Windowing systems are
available under Linux. |
|
|
| Back to top |
|
|
|
| Peter Olcott... |
Posted: Thu Apr 30, 2009 4:03 pm |
|
|
|
Guest
|
"George Huber" <kharmon at (no spam) optonline.net> wrote in message
news:49f99020$0$22534$607ed4bc at (no spam) cv.net...
Quote: Peter Olcott wrote:
I need to know the interface to the Linux operating
system required to feed simulated keystrokes and
simulated mouse actions to other software applications.
This sounds quite a bit like "expect" -- you may want to
start by looking at the source code
That sounds like a great idea, except that I can't find the
source code. The source code that I found was for xmacrorec,
and that is only good for remote access. |
|
|
| Back to top |
|
|
|
|