View Full Version : Key Reassignment


dcorey
07-25-2001, 02:45 PM
Is it possible to reassign keys to perform different actions? Specifically, I would like to change {esc} to act like {shift-tab} (reason being my users are used to an old DOS-based database, and they hit {esc} out of habit). Thanks!

Rich
07-25-2001, 03:00 PM
Look in help for AutoKeys Send keys and hope they are not unreliable.

dcorey
07-25-2001, 03:48 PM
Thanks, Rich! ...But how do I use Visual Basic to run a SendKeys statement when {esc} is pressed?