PCode 0 Report post 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. Share this post Link to post Share on other sites
Outshynd 1 Report post 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. Share this post Link to post Share on other sites
PCode 0 Report post 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. Share this post Link to post Share on other sites