diff --git a/changelog.txt b/changelog.txt index 0fe9f73..c50ffc9 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,13 @@ +v0.12 +- fixed issue with hiding persistent panel when focused +- improved work with multi-monitor environment +- added integration with CustomShortcuts to customize shortcuts +- added possibility to pause/resume app +- added possibility to toggle Shortcuts panel from menu +- added possibility to toggle Persistent panel from menu +- updated Settings window to modern look +- updated app icon, thanks to wanwindwalker + v0.11 - fixed bug which might lead to crash in macOS 14 - changed accessing Settings window shortcut key, from pressing ⌘(cmd) 3 times to ⌃(ctrl) 3 times diff --git a/img/keyclu.png b/img/keyclu.png index 416a08d..ff2d3c2 100644 Binary files a/img/keyclu.png and b/img/keyclu.png differ diff --git a/img/logo.png b/img/logo.png index 8b3e6cb..a2bd48d 100644 Binary files a/img/logo.png and b/img/logo.png differ diff --git a/readme.md b/readme.md index 71dbc6f..6cf34c6 100644 --- a/readme.md +++ b/readme.md @@ -20,34 +20,40 @@ Simple and handy overview of all shortcuts for any application. Easy to use: jus ### Install -#### Using Homebrew - +#### Homebrew ``` brew install --cask keyclu ``` -#### Manual download -Latest version can be found here: -* [download .dmg](https://github.com/Anze/KeyCluCask/releases/latest) -* [download .zip](https://github.com/Anze/KeyCluCask/releases/latest) +#### Manual +* [latest version](https://github.com/Anze/KeyCluCask/releases/latest) -### Access -KeyClu ask for permissions: -* Accessibility - require to operate -* Notification Center - optional, gentle update notification +### Permissions +* Required access to `Accessibility API` to operate. +* Preferred to have access to `Notification Center` to provide gentle update notification. ### Usage * Press `⌘` key twice and hold (default) to present shortcuts of current app * Press `⌘` key and hold (alternative) to present shortcuts of current app * Press `⌘` key 3 times to toggle persistent panel -* Trigger show shortcuts panel by passing `--show-shortcuts` param -* Toggle persistent panel by passing `--toggle-persistent` param + +### Integrations +* [CustomShortcuts](https://www.houdah.com/customShortcuts/) to customize shortcuts. +* Other tools like [skhd](https://github.com/koekeishiya/skhd) to change KeyClu activation hotkey: + * Trigger show shortcuts panel by passing `--show-shortcuts` param + * Toggle persistent panel by passing `--toggle-persistent` param If icon of the App is hidden in menu bar, you can call Settings window by quickly pressing `⌃`(ctrl) key 3 times. ### License KeyClu is released under the BSD-3-Clause-Clear license. See [LICENSE](LICENSE) for details. +### Privacy Policy +KeyClu collects no personal information nor does use any services for analytics, advertising etc. + +### Contributors +* [wanwindwalker](https://github.com/wanwindwalker) updated app icon. + ### Thanks Thanks to all the people who made suggestions and reported bugs. Thank you guys so much!