We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
Could you please add an option to change the control key? I would like to use ALT+<ESC> as a control shortcut.
ALT+<ESC>
Thanks in advace.
The text was updated successfully, but these errors were encountered:
I think this would be a great idea, mostly because I would like to use the Super as a control shortcut.
Super
Sorry, something went wrong.
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.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: