deadpixi / mtm

Perhaps the smallest useful terminal multiplexer in the world.
1.1k stars 51 forks source link

Command key #23

Open mazeto opened 6 years ago

mazeto commented 6 years ago

Hi,

Could you please add an option to change the control key? I would like to use ALT+<ESC> as a control shortcut.

Thanks in advace.

1094 commented 5 years ago

I think this would be a great idea, mostly because I would like to use the Super as a control shortcut.

equwal commented 2 years ago

I tried but stopped when I got to this

#define DO(k, t, f, n, a)                               \
    static void                                         \
    do ## k (VTPARSER *v, wchar_t w)                    \
    {                                                   \
        if (t)                                          \
            f (v, v->p, w, v->inter, n, a, v->oscbuf);  \
    }

what on earth is this doing?

equwal commented 2 years ago

I'll keep hacking away at it, seems pefectly doable.