My guess is that this is how the module works, as it seems to be a
"simple" wrapper around the Windows keyboard state API calls.
Note that Windows itself and many applications were not
built to be remotely driven by sending keystrokes,
and be in for some interesting surprises when dealing
with Windows 9x.
I have a programm that sends keys
to a Windows 9x DOS box, and if you're not really going native and
talk to the keyboard driver, it's not happening under
Windows 9x. Under NT, all is nice and shiny though, see
my homepage if you need to deal with DOS boxes under Windows
9x.
-
Are you posting in the right place? Check out Where do I post X? to know for sure.
-
Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
<code> <a> <b> <big>
<blockquote> <br /> <dd>
<dl> <dt> <em> <font>
<h1> <h2> <h3> <h4>
<h5> <h6> <hr /> <i>
<li> <nbsp> <ol> <p>
<small> <strike> <strong>
<sub> <sup> <table>
<td> <th> <tr> <tt>
<u> <ul>
-
Snippets of code should be wrapped in
<code> tags not
<pre> tags. In fact, <pre>
tags should generally be avoided. If they must
be used, extreme care should be
taken to ensure that their contents do not
have long lines (<70 chars), in order to prevent
horizontal scrolling (and possible janitor
intervention).
-
Want more info? How to link
or How to display code and escape characters
are good places to start.
|