sandyd Posted April 20, 2005 Posted April 20, 2005 Hi all, Where can I find out the HEX values to test for using this function? Case _IsPressed(20) MsgBox(0,'Debug','{SPACE} Pressed') Where can I find out the others, CTRL, ESC etc? Thanks in advance ----[ SandyD ]---
Green_Lantern Posted April 20, 2005 Posted April 20, 2005 Ascii Table DreamHost: great web hosting for as little as $7.95 a month.
sandyd Posted April 20, 2005 Author Posted April 20, 2005 OK, maybe I'm just being dumb, but where are the codes for CTRL, ALT, ESC, Function keys etc? ----[ SandyD ]---
MHz Posted April 20, 2005 Posted April 20, 2005 OK, maybe I'm just being dumb, but where are the codes for CTRL, ALT, ESC, Function keys etc?<{POST_SNAPBACK}>Is notCtrl = 11 Alt = 12 Esc = 1B F1 - F12 = 70 - 7Bwhat you are looking for, as ezzetabi has posted in the link I supplied?
sandyd Posted April 21, 2005 Author Posted April 21, 2005 Sorry MHz, you must've got your post in quicker than mine. Got all the codes now, thanks ----[ SandyD ]---
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now