MASShortcut icon indicating copy to clipboard operation
MASShortcut copied to clipboard

Modern framework for managing global keyboard shortcuts compatible with Mac App Store. More details:

Results 32 MASShortcut issues
Sort by recently updated
recently updated
newest added

Hello, I'm researching shortcut library for macOS application, and I wanna see the docs, however the docs link is invalid. It links to cocoadocs.org which [seems to have been deprecated...

SPM errors out at the moment because there is not Package.swift for version 2.4.0 (I know I can use master or a specific commit to work around this - but...

After upgrading to MacOS monterey, I consistently saw the following crash in [slinger](https://github.com/timbertson/Slinger.app), a window management app I maintain. lldb shows the stacktrace as follows: ``` * thread #1, queue...

I'm looking to add functionality to rxhanson/Rectangle ([discussion](https://github.com/rxhanson/Rectangle/discussions/399)), which relies on MASShortcut and listens globally (vs just while focused), to toggle shortcut handling on and off. I would like to...

Hi I've tried to solve the keyboard shortcut problem and came accross the MASShortcut project. Really nice work. I tried a similiar approach using the deprecated TIS API. However there...

Looks like NSKeyedUnarchiveFromData is deprecated by Apple and I'm hitting this warning(console log): ``` [general] 'NSKeyedUnarchiveFromData' should not be used to for un-archiving and will be removed in a future...

Getting an error when trying to build with either Xcode or the Makefile. **Makefile output:** `error: missing module map file: '/Users/xxxx/Dev/macOS/MASShortcut/Framework/MASShortcut.modulemap (in target 'MASShortcut' from project 'MASShortcut')` **Xcode output:** ![CleanShot...

Hello In my application have import/export feature. So while export I have to make dictionary with include key, modifier and DefaultsKey (Identifier for every item). While import the data that...

Hey 👋 I have an issue with recording this shortcut in my app and few other apps that use this control. **Steps:** 1. Activate control to record shortcut 2. Press...