Keyboard keys How Hollywood reads them?

Find quick help here to get you started with Hollywood
Post Reply
User avatar
Juan Carlos
Posts: 933
Joined: Mon Sep 06, 2010 1:02 pm

Keyboard keys How Hollywood reads them?

Post by Juan Carlos »

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.
PEB
Posts: 576
Joined: Sun Feb 21, 2010 1:28 am

Re: Keyboard keys How Hollywood reads them?

Post by PEB »

Check the documentation for IsKeyDown().
User avatar
Juan Carlos
Posts: 933
Joined: Mon Sep 06, 2010 1:02 pm

Re: Keyboard keys How Hollywood reads them?

Post by Juan Carlos »

PEB wrote:Check the documentation for IsKeyDown().
Checked, but I like want the exact name-key for example to use the left-control as fire in a game.
PEB
Posts: 576
Joined: Sun Feb 21, 2010 1:28 am

Re: Keyboard keys How Hollywood reads them?

Post by PEB »

You could use SetInterval() to check a function in which you use IsKeyDown().
Post Reply