06-15-2006 03:52 PM
06-15-2006 03:57 PM - edited 06-15-2006 03:57 PM
Hi Jon,
I think discarding the menu event is the only way to do it. If you want to disable the Ctrl-H key combination, just add an event for that, too. Here's what I came up with:
-D
Message Edited by Darren on 06-15-2006 03:57 PM
06-15-2006 04:10 PM
06-15-2006 04:17 PM
06-15-2006 04:34 PM
Good call...capital H is ASCII character 72...a perfectly valid character to check if the user has Caps Lock on. Note that Ctrl-Shift-H does not launch the Help window, so you don't have to worry about that corner case.
-D