Re: GetAsyncKeyState and [Alt Gr]



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
----------------------------------------------------------------------

.



Relevant Pages