-
-
Notifications
You must be signed in to change notification settings - Fork 912
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
hyprctl binds to also show modkeys (string) instead of just modmask (int) #8606
Comments
but why? Modmask is what you want. |
Sorry, my intention is/was not to replace modmask, but to add modkeys. It would allow to a much clear/easier keybinds generation with hyprctl binds, making it a simpler dynamic thing, for example. Even more now with the description for binds. |
Like so
|
I am generally against duplicating data that can be easily parsed. |
Description
This bind uses $mainMod (SUPER) plus SHIFT plus RETURN and shows modmask 65 as result
It would be very nice for it to also show the modkeys
or
The text was updated successfully, but these errors were encountered: