How can I get the keyboard state at start up of an application. I need to
know if the ctrl key is pressed at startup, i.e. the user keeps the ctrl
key pressed while my application is starting.
Is there any method or trick to read the current key status?