Hi all, I'm looking at the scripting documentation, which says that the keyboard.registerHotKey returns an object of type registeredKey. else-where in the manual, there is an object of type registeredHotKey, which says it is what is returned by registerHotKey. I tend to think the latter object's documentation entry is incorrect, as when I try to reference a property named key, defined in registeredHotKey, from a variable which was returned by .registerHotKey, I am getting an error; as in the following: dim k set k = keyboard.registerHotKey ("f6") speak k.key.name ' causes an error can anyone verify this or explain it to me? thanks. Chip
------------------------------ Chip Orange Database Administrator Florida Public Service Commission chip.ora...@psc.state.fl.us (850) 413-6314 (Any opinions expressed are solely those of the author and do not necessarily reflect those of the Florida Public Service Commission.)