Re: GetAsyncKeyState and [Alt Gr]
- From: "Thorsten Albers" <albersRE@xxxxxxxxxxxxxxxxxxx>
- Date: Tue, 23 Oct 2007 08:54:14 -0700
Harvey Triana <harveytriana@xxxxxxxxxxx> schrieb im Beitrag
<OmVpPzXFIHA.4956@xxxxxxxxxxxxxxxxxxxx>...
I am using GetAsyncKeyState to read keyboard. Shift is easy to detect.
For example, key [1] has three characters:
[1]: "1"
[Shift][1]: "!"
[Alt Gr][1]: "|"
My question is how to detect that [Alt Gr] is down -?-
[Alt Gr] is the same as [Alt] + [Shift] + [Ctrl], i.e. pressing [Alt Gr] is
the same as pressing [Alt], [Shift], and [Ctrl] at the same time.
--
----------------------------------------------------------------------
THORSTEN ALBERS Universität Freiburg
albers@
uni-freiburg.de
----------------------------------------------------------------------
.
- Follow-Ups:
- Re: GetAsyncKeyState and [Alt Gr]
- From: Harvey Triana
- Re: GetAsyncKeyState and [Alt Gr]
- From: Per Larsen
- Re: GetAsyncKeyState and [Alt Gr]
- References:
- GetAsyncKeyState and [Alt Gr]
- From: Harvey Triana
- GetAsyncKeyState and [Alt Gr]
- Prev by Date: GetAsyncKeyState and [Alt Gr]
- Next by Date: Re: GetAsyncKeyState and [Alt Gr]
- Previous by thread: GetAsyncKeyState and [Alt Gr]
- Next by thread: Re: GetAsyncKeyState and [Alt Gr]
- Index(es):
Relevant Pages
|