Discussion:
Creating keyboard/mouse macro software
(too old to reply)
Peter Olcott
2009-04-29 14:36:04 UTC
Permalink
I need to know the interface to the Linux operating system
required to feed simulated keystrokes and simulated mouse
actions to other software applications.
kkkk
2009-04-29 15:41:29 UTC
Permalink
Post by Peter Olcott
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
Peter Olcott
2009-04-29 16:53:18 UTC
Permalink
Post by kkkk
Post by Peter Olcott
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.
George Huber
2009-04-30 11:48:54 UTC
Permalink
Post by Peter Olcott
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.
Peter Olcott
2009-04-30 19:50:18 UTC
Permalink
Post by George Huber
Post by Peter Olcott
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.
Peter Olcott
2009-04-30 22:03:45 UTC
Permalink
Post by George Huber
Post by Peter Olcott
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.
Peter Olcott
2009-05-01 00:08:13 UTC
Permalink
Post by George Huber
Post by Peter Olcott
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.
An answer to my own question:
http://xmacro.sourcearchive.com/documentation/0.3pre-20000911-4.1/xmacrorec2_8cpp-source.html
Loading...