On Sun, 16 May 2010 13:34:04 -0400, vefatica <> wrote:
|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.
On second thought, I'm not likely to do that soon (if at all).
TCC already has a pretty robust keystroke alias mechanism (help alias).
It won't do Alt-Left (I don't know why not), but you can, for example,
option //normalkey=ctrl-left
alias @@ctrl-left `CDD -`
Note that Ctrl-Left is normally mapped to move-to-previous-word.
--
- Vince