mtm
mtm copied to clipboard
Command key
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.
I think this would be a great idea, mostly because I would like to use the Super
as a control shortcut.
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?
I'll keep hacking away at it, seems pefectly doable.