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

Yippy seems to hijack ⌘ + \ #48

Open
paw-lu opened this issue Sep 2, 2021 · 7 comments
Open

Yippy seems to hijack ⌘ + \ #48

paw-lu opened this issue Sep 2, 2021 · 7 comments

Comments

@paw-lu
Copy link

paw-lu commented Sep 2, 2021

When Yippy is running in the background, pressing \ seems to unfocus the current window. This is a shortcut on other apps, so Yippy seems to hijack it, preventing other programs from using it. Quitting Yippy returns things to normal.

My main shortcut for Yippy is bound to another keyboard combination.

Why is Yippy hijacking this combination? Is it another shortcut? Is there a way to disable or remap it?


Thanks for sharing your work here!

@jasonferrier
Copy link

I have the same issue. CMD+\ is and has been my global shortcut for another application for over a decade and Yippy has hijacked it, even when the Yippy window is not displayed.

@posguy99
Copy link

Confirmed. Yippy captures ⌘\ and interferes with 1Password.

@posguy99
Copy link

Yippy binds ⌘ + \ to "Focus Search Bar" on line 88 of Yippy/Sources/Windows/Yippy/YippyViewController.swift.

Yippy's key bindings are not globals, are they? It uses HotKey, which package description implies they're globals. But it shouldn't be capturing hotkeys when its window isn't on-screen. That explains why the currently focused window appears to lose focus, but the currently focused app does not.

@fserb
Copy link

fserb commented Aug 26, 2022

Same here. How to disable this?

@posguy99
Copy link

Same here. How to disable this?

Rebuild it, either removing the hotkey link or setting it to something else. I don't really want to install Xcode, so I didn't do either one.

@austintraver
Copy link

I'm experiencing this issue as well. @mattDavo would removing this keyboard shortcut from line 88 of /Yippy/Sources/Windows/Yippy/YippyViewController.swift cause problems elsewhere in the app? If not, I'm happy to submit a PR with that line commented out.

@austintraver
Copy link

I'm still having this issue 2 years later. The last commit made to this repo was 3 years ago, so I assume this project is no longer being maintained.

If anyone else encounters this issue, my suggestion is to try p0deje/Maccy since it seems to offer a similar set of features, but is still being actively maintained.

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

No branches or pull requests

5 participants