sindresorhus / KeyboardShortcuts

⌨️ Add user-customizable global keyboard shortcuts (hotkeys) to your macOS app in minutes
https://swiftpackageindex.com/sindresorhus/KeyboardShortcuts/documentation/keyboardshortcuts/keyboardshortcuts
MIT License
1.94k stars 181 forks source link

closing the Settings while having the KeyboardShortcuts Recorded focused makes the KeyboardShortcut not work #144

Closed godbout closed 1 year ago

godbout commented 1 year ago

took me a while to find out why some of my apps weren't showing up when i was toggling the KeyboardShortcut. happens that in my case, when i show the Settings, i don't seem to be able to not get the KeyboardShortcut Recorder highlighted (seems the same issue as https://github.com/sindresorhus/KeyboardShortcuts/issues/98, but i'm using v1.14.0), then if i close the Settings, the KeyboardShortcuts just doesn't work anymore.

here's a showcase of the issue, in Plash:

https://github.com/sindresorhus/KeyboardShortcuts/assets/121373/e8c242a9-7ec9-48ac-b6a0-bc30d507314e

sindresorhus commented 1 year ago

Thanks for reporting :)

https://github.com/sindresorhus/KeyboardShortcuts/releases/tag/1.14.1

godbout commented 1 year ago

AWW. thanks for creating KeyboardShortcuts in the first place, and for the swift response! (pun intended.)