Martin Keseg - Sun Slovakia - SE <[EMAIL PROTECTED]> wrote:
>
> Is here way to bind macro to <shift><tab> or \c<Tab>.  I try it with
> mutt 1.1.4 but with no success.

A standard xterm does not generate different key sequences for shift-tab
or ctrl-tab.  You would have to tell your xterm to generate a special
sequence, and then tell Mutt how to recognize it.  For instance, in
.Xdefaults:

    XTerm.vt100.translations:   #override \
        Shift<Key>Tab:          string("\033\011")

Then in Mutt:

    macro index \e<tab>         "<search>~F<enter>"

P.S.  All untested!  Caveat Hackor!  :)

-- 
David DeSimone   | "The doctrine of human equality reposes on this:
[EMAIL PROTECTED]   |  that there is no man really clever who has not
Hewlett-Packard  |  found that he is stupid." -- Gilbert K. Chesterson
UX WTEC Engineer |    PGP: 5B 47 34 9F 3B 9A B0 0D  AB A6 15 F1 BB BE 8C 44

Reply via email to