--- In [email protected], "diamantsus" <diamant...@...> wrote: > > I would to creat a key macro to select a word: > {ctrl}{left}{ctrl}{ctrl}{shift}{right}{shift}{ctrl} > but it is no working. > Why? >
First make sure the key you are assigning works for something else. For example
on my system I can set up F12 for target *Notepad, with a command
messagebox("OK","hello from F12") but it doesn't work.
But a messagebox set up for F9 works, and so does your key string.
Regards,
Sheri
