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

Set left Super key as modifier #77

Open
pvskp opened this issue Jan 17, 2024 · 4 comments
Open

Set left Super key as modifier #77

pvskp opened this issue Jan 17, 2024 · 4 comments

Comments

@pvskp
Copy link

pvskp commented Jan 17, 2024

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 the 1-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.

@prabirshrestha
Copy link
Owner

@pvskp
Copy link
Author

pvskp commented Jan 17, 2024

You mean like this?

...
/* key definitions */
#define MODKEY           (VK_LWIN)
...

Unfortunately, this didn't work for me

@prabirshrestha
Copy link
Owner

That reminds me of this #34. We probably need to port some of the code from there to support VK_LWIN. The PR has lot of diffs and other features so would need to port what is necessary.

@adham-elaraby
Copy link

adham-elaraby commented Jan 26, 2024

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 #define MODKEY (MOD_WIN)
https://github.com/adham-elaraby/dwm-win32

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