-
Notifications
You must be signed in to change notification settings - Fork 220
Toggling shortcut handling? e.g. an off-mode #157
Comments
Hi @mcint 👋 There is no such property as |
Thanks @shpakovski 👋 . If I were interested in implementing this feature, I might go a little further and make activate-able groups, just implementing 1 app-wide by default. It looks like #115 is a good foundation for what I'm looking for here. Ah, you are merging PRs. Any limitations or concerns about #115 ? |
The #115 has got conflicts with the main branch, but this looks like what you are looking for. |
@shpakovski #115 fixes quite an important flaw of this library. Any plans to ever get that PR (or new PR with similar functionality) merged? |
@RaimundasSakalauskas Thank you for the heads up. That PR has got unresolved conflicts. Could you please fix them first? |
Maybe original author of the PR would like to do it? Post a comment on the PR. I am currently working on MVP app that uses this lib, so since this is MVP that lacks 80% of features, this UX issue is very low on priority list. Like they said in chernobyl movie "not great, not terrible". |
I'm looking to add functionality to rxhanson/Rectangle (discussion), which relies on MASShortcut and listens globally (vs just while focused), to toggle shortcut handling on and off. I would like to have a shortcut, which enables and disables handling of shortcuts by the client app, allowing me to use the same shortcuts in other apps.
Is this kind of functionality currently possible? Is it easy, as in supported for groups of shortcuts, e.g. all but the toggling key combination?
The text was updated successfully, but these errors were encountered: