Skip to content
New issue

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

Command key #23

Open
mazeto opened this issue May 10, 2018 · 3 comments
Open

Command key #23

mazeto opened this issue May 10, 2018 · 3 comments

Comments

@mazeto
Copy link

mazeto commented May 10, 2018

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
Copy link

1094 commented Oct 12, 2018

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

@equwal
Copy link

equwal commented Aug 21, 2022

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
Copy link

equwal commented Aug 21, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants