Improvements:
- Better German localization by @J-rg
- Better Italian localization by @ildede
SRAXGlobalShortcutMonitordefaults to listening only; new initializer allows to alter thatSRAXGlobalShortcutMonitordoes not uses CGEvent instead of NSEvent API as the latter is not thread safe- Layout guide constraints for
SRRecorderControlsize are replaced with customintrinsicContentSize
Improvements:
- Added support for modifier-only shortcuts
- The
*ShortcutMonitorfamily of classes considers theisEnabledproperty of its actions before installing any handlers - The
SRAXGlobalShortcutMonitoruses Quartz Services to install an event tap via theCGEvent*family of functions.
UnlikeSRGlobalShortcutMonitor, it can alter handled events but requires the user to grant the Accessibility permission
Fixes:
- The control now shifts the label off the center to avoid clipping if there is enough space
- Better invalidation for re-draws
- Handle and warn when AppKit throws exception because NSEvent's
characters*properties are accessed from a non-main thread
Improvements:
- Added support for key up events in Shortcut Monitors
- Style can now customize no-value labels and tooltips
- Reviewed and fixed translations to match modern Apple vocabulary
- New and shorter label for the control when there is no value
- New tooltip for the clean button
- New tooltip for the cancel button when there no value: "use old shortcut" does not make sense if there is no old shortcut
Fixes:
- Fix various errors and edge cases in Shortcut Monitors
- Fix undefined behavior warning due to a missing
nullablein the `-[SRRecorderControl propagateValue:forKey:] definition - Fix incorrect intrinsic width of the control (was visible only after certain style customizations)