Code for the control key being pressed

Is the control key pressed? It seems like it should be easy to find but just haven’t been able to find the code to check it. any help will be appricated

Lookup up KEYBOARD in the LangRef… all you need to know is there.

Yeah, use Keyboard.ControlKey … The Language Reference is your friend.

Thanks for the help it took me a while to find it under keyboard but with your help I knew which search result to look under.
Thanks again for the help.

You can also look at Key number 59 (&h3B) if using Keyboard.AsynckeyDown

which is not indicated in the Language Reference actually.
It is an “incomplete” friend sometimes :wink: