Re: How send character to keyboardbuffer?
- From: "Wolfgang Kern" <nowhere@xxxxxxxx>
- Date: Thu, 29 Mar 2007 16:55:26 +0200
michelratipho wrote:
To get anything "useful", we need to write backspace-space-backspace.
You mean only 1 backspace want do it?
Still what would be the correct assembler routine?
You problem with the backspace could come from the keyboard
handler itself, some OS (IIRC: DOS&DOSKEY) remove the last recent
character in its buffer already when receiving a BACKspace.
So if the buffer is empty any BACKspace would be ignored.
You then may need to check on the last received scan-code
in the buffer to find 'last key' pressed was a BACKspace.
My own written KEYBD routines produce code 08 for BACKspace
and leave any action on it to the application.
But as it seems you like to write a SIMKEY function for winXP,
you better check on API-opportunities then.
__
wolfgang
.
- Follow-Ups:
- Re: How send character to keyboardbuffer?
- From: /\\\\o//\\annabee
- Re: How send character to keyboardbuffer?
- References:
- How send character to keyboardbuffer?
- From: michelratipho
- Re: How send character to keyboardbuffer?
- From: Frank Kotler
- Re: How send character to keyboardbuffer?
- From: michelratipho
- How send character to keyboardbuffer?
- Prev by Date: Re: OT: Re: Ten years later
- Next by Date: Re: newbie: MUL product
- Previous by thread: Re: How send character to keyboardbuffer?
- Next by thread: Re: How send character to keyboardbuffer?
- Index(es):
Relevant Pages
|