How can I detect the status of the numlock, capslock, and scrolllock keys?I want to write a piece of code that does if CapsLockOn() OR NumLockOff() then ; Code goes here else ; Some other code goes here