A
Abe Hendin
I'm looking for the simplest way to accomplish the "double character"
keyboard shortcuts available in some old DOS text editors and I think
Word 5 for DOS.
For example, to delete the next sentence, my client is apparently used
to CTRL-ds. I'm assuming this is similar to the CTRL-ks, namely CTRL-k
followed immediately by "s", style of shortcut that I use in my favorite
DOS text editor to save.
Is there a way to enable this functionality in Word XP/2003 without
using a macro? And if a macro is required, what's the most unobtrusive
means of collecting just the next character pressed after the macro is
started?
I'd rather not have him hit CTRL-d and get a userform prompting for the
next character. Instead, I'd want the macro to be activated by the first
key combo, then sit silently waiting for the next keystroke that I'd
then catch and pass to an appropriate subroutine. How can I catch this
without using an input box or other userform?
An example would be helpful. Thanks for input,
Abe
keyboard shortcuts available in some old DOS text editors and I think
Word 5 for DOS.
For example, to delete the next sentence, my client is apparently used
to CTRL-ds. I'm assuming this is similar to the CTRL-ks, namely CTRL-k
followed immediately by "s", style of shortcut that I use in my favorite
DOS text editor to save.
Is there a way to enable this functionality in Word XP/2003 without
using a macro? And if a macro is required, what's the most unobtrusive
means of collecting just the next character pressed after the macro is
started?
I'd rather not have him hit CTRL-d and get a userform prompting for the
next character. Instead, I'd want the macro to be activated by the first
key combo, then sit silently waiting for the next keystroke that I'd
then catch and pass to an appropriate subroutine. How can I catch this
without using an input box or other userform?
An example would be helpful. Thanks for input,
Abe