Re: How send character to keyboardbuffer?



michelratipho@xxxxxxxx wrote:
Frank Kotler <fbkot...@xxxxxxxxxxx> wrote:

To get anything "useful", we need to write backspace-space-backspace.

You mean only 1 backspace want do it?

Well... won't generally give the "expected" result - making the character disappear.

Still what would be the correct assembler routine?

That's a good question. As I recall, you said you were detecting some mouse event (I'm not familiar with "intellimouse" - mice around here can't even be trained to use a litterbox!), and executing a .com file to stuff a key into the keyboard buffer of the active window (in XP). Doesn't sound to me as if it would work. But you say you can "add most keystrokes except the backspace". What happens when you do whatever you do with the backspace? Can you do it three times, with 8, 20h, 8? That's all I had in mind.

Best,
Frank

.



Relevant Pages

  • Re: For your amusement -- Re: Lahey FORTRAN for DOS
    ... > One other limitation I recall was that it didn't implement backspace ... The thing I most recall about that was that the ... > flawed to the extent of being unimplementable on disk files. ... > record-length trailers. ...
    (comp.lang.fortran)
  • Re: For your amusement -- Re: Lahey FORTRAN for DOS
    ... > One other limitation I recall was that it didn't implement backspace ... The thing I most recall about that was that the ... > record-length trailers. ... implementation which didn't implement backspace of unformatted files: ...
    (comp.lang.fortran)
  • Re: Detect EOF for direct access, unformatted files?
    ... That certainly had some I/O "funniness" (including failure to implement backspace for unformatted sequential - I recall that mostly because of the lame "excuse", which they would have done better not to mention IMO). ...
    (comp.lang.fortran)
  • Re: How send character to keyboardbuffer?
    ... character disappear. ... As I recall, you said you were detecting some ... stuff a key into the keyboard buffer of the active window. ...
    (alt.lang.asm)