Re: <CR/LF> or <CR> or <LF>?
- From: Dave Hansen <iddw@xxxxxxxxxxx>
- Date: Wed, 29 Aug 2007 10:36:29 -0700
On Aug 29, 9:13 am, Didi <d...@xxxxxxxxxxx> wrote:
Wow, never thought "they" would have a code for the Enter key.
We keep on learning :-) :-).
Although strictly, the "Enter" key on keyboards (the popular ones;
not many alternative nowadays, I imagine) does have its own code:
$5A press, $F0 $5a release... (practically 0% relevant to your
query, that is :-).
Unless it's the keypad enter key. Then it's E0 5A for press and E0 F0
5A for release.
And if we're talking about USB HID, the enter key is 0x28, and the
keypad enter key is 0x58. USB HID doesn't have release (break) codes
the way the PS/2 keyboard does: It's down, or it's not.
Regards,
-=Dave
.
- Follow-Ups:
- Re: <CR/LF> or <CR> or <LF>?
- From: Didi
- Re: <CR/LF> or <CR> or <LF>?
- References:
- <CR/LF> or <CR> or <LF>?
- From: Martin Griffith
- Re: <CR/LF> or <CR> or <LF>?
- From: Dingo
- Re: <CR/LF> or <CR> or <LF>?
- From: Martin Griffith
- Re: <CR/LF> or <CR> or <LF>?
- From: Didi
- <CR/LF> or <CR> or <LF>?
- Prev by Date: Re: Any Russian Programmer...
- Next by Date: Re: <CR/LF> or <CR> or <LF>?
- Previous by thread: Re: <CR/LF> or <CR> or <LF>?
- Next by thread: Re: <CR/LF> or <CR> or <LF>?
- Index(es):
Relevant Pages
|