On Sun, 16 May 2010 13:11:40 -0400, vefatica <> wrote:
|I have a customized version of SHRALIAS which manages global hotkeys, including
|hotkeys to send strings to the foreground window. I believe it could be
|modified to only send those strings if the foreground window is TCC (or TCMD?)
|and otherwise pass the keystroke along to Windows.
But it probably wouldn't be satisfactory as a substitute for ANSI.SYS (a device
driver). For example, if you map Alt-Left to the string "CDD -" and press
Alt-Left, the string is sent immediately but nothing would happen until you
released the keys (allowing continued reading of the input. I would find that
unsaticfactory.
Since I am a man of leisure for the next 7 weeks, I'll see if I can wrap that
functionality up in a TCC plugin. A plugin could use the plugin key-handler
mechanism and achieve much more satisfactory results.
--
- Vince