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

SwiftShift eats up all shortcuts even if the mouse is not clicked #79

Open
jmg-duarte opened this issue Jan 10, 2025 · 3 comments
Open
Labels
bug Something isn't working

Comments

@jmg-duarte
Copy link

jmg-duarte commented Jan 10, 2025

Bug description

I'm trying to do multiple cursors in VSCode with Cmd+Shift but SwiftShift eats the keys before they reach other windows.

SwiftShift should always propagate the shortcuts to other programs.

Worse yet, this behavior stays when I close the app — this should be an easy fix, on the AppDelegate you should de-register all shortcut handlers.

Setup

Screenshot 2025-01-10 at 17 10 24

macOS version

Sequoia 15.2

@jmg-duarte jmg-duarte added the bug Something isn't working label Jan 10, 2025
@pablopunk
Copy link
Owner

this should be an easy fix, on the AppDelegate you should de-register all shortcut handlers.

I'm open to PRs 🙌🏻

@jmg-duarte
Copy link
Author

I cannot reproduce on 15.0.1, however, I'm upgrading said system. Let's see if it manifests after the update

@pablopunk
Copy link
Owner

@jmg-duarte I can reproduce the issue and am familiar with it; I believe I've experienced it since the beginning. I rarely encounter it because I use similar shortcuts to yours, but it's very annoying when you have a short shortcut, like Command or Alt.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants