-
Notifications
You must be signed in to change notification settings - Fork 41
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
Set left Super key as modifier #77
Comments
Have you tried |
You mean like this? ...
/* key definitions */
#define MODKEY (VK_LWIN)
... Unfortunately, this didn't work for me |
That reminds me of this #34. We probably need to port some of the code from there to support |
My fork/build has that set up and working from some of the code in #34, check it out, and try to take what you need from it. I would make a pr, but I don't have any time for at least the coming 3 months. Note: its important to change the config file to include |
Hello! First of all, awesome project. Probably, the most dificult part when using windows for me it's not having the workflow key's i'm used on Linux.
That being said, I was wondering if it's possible to use the left Super key as the modifier. Already tried to set the
MODIFIER
macro to the1-5
positions and wasn't able to achieve that.It's something not possible by now or can I be missing something?
Thanks in advance.
The text was updated successfully, but these errors were encountered: