Hi Waldemar
Q1: is therw any way to determine the keyboard status i.e.: (lshift, rshift, numlock... -- like s=bioskey(2) -- ? without having a pending event in W32
I don't know, GRX uses GetKeyState, but it really get the asociated state to the last key event. Perhaps you can explore GetAsyncKeyState.
Q2: is there a way to set active focus to console/graphics window by a -mwinows -mconsole compiled program (like clicking on them) ?
Not easy. GRX, by now, doesn't have input drivers, so the Win32 input code handles only the windows events.