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

MoveHandler: Ignore unused mods for determining the MoveModes #340

Merged
merged 2 commits into from
May 15, 2024
Merged

Conversation

Leleat
Copy link
Owner

@Leleat Leleat commented May 9, 2024

The default move mode is activated when no modifer key is pressed. That may be to restrictive however because the Super key is used when the user wants a window to span multiple tiles. So instead now fallback to the default move mode, only if used modifier keys aren't pressed.

Fixes #339

Leleat added 2 commits May 9, 2024 15:03
The default move mode is activated when no modifer key is pressed. That
may be to restrictive however beaucse the `Super` key is used when the
user wants a window to span multiple tiles. So instead now fallback to
the default move mode, only if used modifier key aren't pressed.

Fixes #339
The `pressed[mod_key]` will already end up as `false` if the mod isn't
set.
@Leleat Leleat merged commit 93f1edc into main May 15, 2024
3 checks passed
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

Successfully merging this pull request may close these issues.

Favorite Layout - span window over multiple rect
1 participant