Hi Bearsite4
This is from the Help (D3) is this what you mean
"The TKeyEvent type points to a method that handles keyboard events. The Key parameter is the key on the keyboard. For non-alphanumeric keys, you must use WinAPI virtual key codes to determine the key pressed. For more information, search for VkKeyScan and VkKeyScanEx in the Win32 Developer's Reference (WIN32.HLP)."
There have been some recent posts on finding a list of the Virtual keycodes (VK_).
'Printscreen' posted 14/11/2001 (page 4)
Hope this helps
Steve