Main Menu

F10 function key bug.

Started by GregC, March 22, 2008, 09:54:32 AM

Previous topic - Next topic

GregC

I found this during doc proof reading. I logged it as possible hardware problem. I tried this on a different computer and it does the same thing.
F10 stays set after releasing key. Pressing again un-sets it. It also doesn't allow you to use the other function keys.
This is from the FunctionKeys command help example.

  Do
     Cls RGB(0,0,0)
     
   ; Display the Status of the 12 Function keys
     For lp=1 To 12
        Print "Function Key State:(F"+Str$(lp)+") = "+Str$(FunctionKeys(lp))
     Next lp
     
     
   ; Display the Screen and wait for the user to press a key
     Sync
  Loop

kevin

  Not a bug..  It's winblows feature..