Taking a closer look, at http://www.futurebasicvillage.com/trailer/ It is project #11 and is it called GEYKEYS Paradise - Everything you could possibly need for working with FN GEYKEYS. With the functions you could see if the command key is down by commandKey% = FN String2Key ("<COMMAND>") LONG FN Test1Key (commandKey%) REM command key is down END IF optionKey% = FN String2Key ("<OPTION>") LONG FN Test1Key (optionKey%) REM option key is down END IF In a message dated 4/23/00 4:09:55 PM, BrianHughes@... writes: >Thanks, that looks like it'll help quite a bit. What is 'FN GetKey >Buddy', I don't see that on your site? > > Now if I can only find the answers to all my other questions :-) > >Brian Hughes