PCode Posted November 16, 2006 Posted November 16, 2006 I am thinking about making a code that will involve the `/~ key. I was wondering how (or if) I can have IsPressed check it, because the list didn't seem to have it on the list.
Outshynd Posted November 17, 2006 Posted November 17, 2006 Might try VK_OEM_3 (0xC0). I seem to remember having to use that for tilde in something. Not sure. Give it a shot. _IsPressed('C0') maybe.
PCode Posted November 17, 2006 Author Posted November 17, 2006 Thanks for the help, you were right. In the end though, it turned out that HotKeySet was a better choice for this situtation.
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