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.99k stars 184 forks source link

Add ability to override a key name (Change _ to "Space") #141

Closed stammy closed 1 year ago

stammy commented 1 year ago

It would be great to have a way to be able to change the space identifier used (shown below) to the more descriptive string "Space". We've seen a lot of user feedback that the identifier is confusing and just spelling it out would be more recognizable.

Maybe Space could be moved to Localizable strings like this? https://github.com/stammy/KeyboardShortcuts/commit/9f52ccbddee4f257e661719317012751e28c9cbb

CleanShot 2023-08-15 at 12 18 55 CleanShot 2023-08-15 at 12 18 26
stammy commented 1 year ago

Thanks @sindresorhus!

sindresorhus commented 1 year ago

I changed it. macOS uses Space: https://github.com/sindresorhus/KeyboardShortcuts/releases/tag/1.14.0

Screenshot 2023-08-15 at 21 00 02