I want know the res ult or how Hollywood read the keyboards as alt, alt gr, left control, right control, left shift, right shift, because to use with for example
If msg.key = "ESC" Then End but with these special keys.
Keyboard keys How Hollywood reads them?
Re: Keyboard keys How Hollywood reads them?
Check the documentation for IsKeyDown().
- Juan Carlos
- Posts: 933
- Joined: Mon Sep 06, 2010 1:02 pm
Re: Keyboard keys How Hollywood reads them?
Checked, but I like want the exact name-key for example to use the left-control as fire in a game.PEB wrote:Check the documentation for IsKeyDown().
Re: Keyboard keys How Hollywood reads them?
You could use SetInterval() to check a function in which you use IsKeyDown().