mirror of
https://github.com/jonasbark/swiftcontrol.git
synced 2026-02-18 23:41:48 +01:00
- Store keymap update subscription to allow cancellation on re-init - Fix List<String?> to List<String> in setHandledKeys signature - Use ConcurrentHashMap.newKeySet() for thread-safe handledKeys access - Clear and update the set instead of replacing it Co-authored-by: jonasbark <1151304+jonasbark@users.noreply.github.com>