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

[Bug] Pause Mode blocks key use and moves windows when re-enabled #882

Open
reesebiz opened this issue Dec 7, 2024 · 3 comments
Open

[Bug] Pause Mode blocks key use and moves windows when re-enabled #882

reesebiz opened this issue Dec 7, 2024 · 3 comments
Labels
type: bug Something isn't working

Comments

@reesebiz
Copy link

reesebiz commented Dec 7, 2024

Describe the bug

When enabling Pause Mode (alt+shift+p) you are not able to use any of the key combinations tied to GlazeWM for another application. Then also when you disable Pause Mode those commands run as if it was queued.

Reproduction

  1. Open Windows Calculator
  2. Enable Pause Mode (alt+shift+p)
  3. Hit alt+3

Expected behavior: Calculator enters Graph Mode
Actual behavior: Nothing happens

  1. Exit Pause Mode (alt+shift+p)

Expected behavior: Nothing happens
Actual behavior: Switches to workspace 3

Stack trace or error logs (if applicable)

No response

Version number

3.7.0

@reesebiz reesebiz added the type: bug Something isn't working label Dec 7, 2024
@github-project-automation github-project-automation bot moved this to 📬 Needs triage in glazewm Dec 7, 2024
@ShortArrow
Copy link

@reesebiz I couldn't reproduce this issue on Win10 Pro 22H2 with glazewm 3.7.0.

Is UI show pause?
image

@reesebiz
Copy link
Author

reesebiz commented Dec 18, 2024

Hey @ShortArrow I don't see that pause button on the status bar. Just this:

image

I use Windows 11 Pro 23H2 and I'm on version 3.7.0

@ShortArrow
Copy link

ShortArrow commented Dec 19, 2024

Hey @ShortArrow I don't see that pause button on the status bar. Just this:

image

I use Windows 11 Pro 23H2 and I'm on version 3.7.0

@reesebiz
Your shortcut key shift-alt-p may not be activated pause mode.
Please check if the following output is present in the glazewm log.
If it is not present, the shortcut key may have been overwritten by another app.

2024-12-19T00:29:37.115261Z  INFO glazewm: Received WM event: BindingModesChanged { new_binding_modes: [BindingModeConfig { name: "pause", display_name: None, keybindings: [KeybindingConfig { bindings: ["alt+shift+p"], commands: [WmDisableBindingMode { name: "pause" }] }] }] }
2024-12-19T00:29:37.297427Z  INFO glazewm: Received WM event: BindingModesChanged { new_binding_modes: [] }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
Status: 📬 Needs triage
Development

No branches or pull requests

2 participants