I would like to customize some keyboard shortcuts that function like Emacs Meta/Esc commands: where one presses ESC, releases it, and then presses a letter to send the command. For example, I would like "[Press] ESC [Release] [Press] h [Release]" to move the cursor backward one character. Is this possible?
It if possible but in what context would you use it, I mean more would you use it for a control in user form like a textbox or something or in macor, if you would give a example of a context it would be more easy to see how it can be implemented? Anand.V.V.N -- "Who will guard the guards?" "classic695" wrote: > I would like to customize some keyboard shortcuts that function like Emacs > Meta/Esc commands: where one presses ESC, releases it, and then presses a > letter to send the command. > > For example, I would like "[Press] ESC [Release] [Press] h [Release]" to > move the cursor backward one character. > > Is this possible?