ShortcutRecorder icon indicating copy to clipboard operation
ShortcutRecorder copied to clipboard

The best control to record shortcuts on macOS, written in ObjC with Swift in mind

Results 21 ShortcutRecorder issues
Sort by recently updated
recently updated
newest added

First of all, thank you for this nice library, I really like it! From time to time I get this crash from my app: > Unable to activate constraint with...

Fixes #149 I replace `os_trace` with `os_log` which causes a lot more logging in Xcode, but preserves the logging. `os_log_debug` is too chatty for my taste, but I didn't want...

Hello, Someone reported an [issue with switching keyboard layout between Finnish and US with AltTab](https://github.com/lwouis/alt-tab-macos/issues/2125#issuecomment-1440647568). I debugged and ended up pinning the issue to a simple call to the SRShortcut...

bug

Hi! Lots of AltTab users with non-English keyboards are reporting that shortcuts using the key above `tab` are not working since they upgraded to Monterey. You can see the in-depth...

The framework could currently not be used in app extensions without generating a warning like this: ``` Linking against a dylib which is not safe for use in application extensions:...

We moved to Xcode 14 and are seeing some compatibility issues with ShortcutRecorder. Xcode 14 seems to require macOS 10.13 as deployment target. So the first question is whether the...

I think I caught the last remaining tab character.

Hi, it looks like [apps that use ShortcutRecorder can't automatically update shortcuts when the keyboard layout changes](http://support.timelimeapp.com/discussions/problems-mac/745-keyboard-shortcuts-use-wrong-keys-with-colemak-dvorak-etc). All the other apps I use do. Steps to reproduce: 1. set a...

Hi, A user of AltTab mentioned they would like to bind some shortcut to the mouse middle-click. After considering their request, I started wondering if you had considered supporting mouse-interactions,...