sigoden / window-switcher

Easily switch between windows of the same app with Alt+` (Backtick), also switch between apps with Alt+Tab.
MIT License
607 stars 23 forks source link

Consume unhandled keystrokes to avoid accidental hotkeys #81

Closed stianhoiland closed 1 year ago

stianhoiland commented 1 year ago

At the moment any Alt-based hotkeys not explicitly handled by window-switcher's keyboard handler falls through to the active window (like Alt-F4!). I think window-switcher should consume as many keystrokes as is possible while the switcher window is visible to avoid accidentally invoking Alt-based hotkeys when the task or visual context is obviously the switcher.

Thanks again for making this!

sigoden commented 1 year ago

No, windows-switcher only has two functions: alt+` switch windows of the same app, alt + tab switch app

No more, no less, simple and clear