Key Reassignment

dcorey

Registered User.
Local time
Today, 19:49
Joined
Apr 5, 2001
Messages
12
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!
 
Look in help for AutoKeys Send keys and hope they are not unreliable.
 
Thanks, Rich! ...But how do I use Visual Basic to run a SendKeys statement when {esc} is pressed?
 

Users who are viewing this thread

Back
Top Bottom