Skip to content

Commit

Permalink
Add support of "dictation" key (#171)
Browse files Browse the repository at this point in the history
Co-authored-by: Muhammed Zakir <[email protected]>
  • Loading branch information
2 people authored and yqrashawn committed Apr 25, 2022
1 parent 8dc3c1d commit ae5dd6f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.org
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,15 @@ All notable changes to this project will be documented in this file. This change

** Unreleased

[Unreleased Commits]: https://github.com/yqrashawn/GokuRakuJoudo/compare/v0.5.1...HEAD
[Unreleased Commits]: https://github.com/yqrashawn/GokuRakuJoudo/compare/v0.5.2...HEAD

** 0.5.2 - 2022-04-25

*** Fixed
- add consumer key `:dictation`

[commits in 0.5.2]: https://github.com/yqrashawn/GokuRakuJoudo/compare/v0.5.1...v0.5.2


** 0.5.1 - 2022-04-16

Expand Down
2 changes: 1 addition & 1 deletion src/karabiner_configurator/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@
(:version options)
{:action "exit-with-message"
:ok? true
:exit-message "0.5.1"}
:exit-message "0.5.2"}
;; log
(:log options)
{:action "log"
Expand Down
1 change: 1 addition & 0 deletions src/karabiner_configurator/keys_info.clj
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@
:rewind {:not-from true :consumer-key true}
:play_or_pause {:not-from true :consumer-key true}
:fastforward {:not-from true :consumer-key true}
:dictation {:not-from true :consumer-key true}
:mute {:consumer-key true}
:volume_decrement {:consumer-key true}
:volume_increment {:consumer-key true}
Expand Down

0 comments on commit ae5dd6f

Please sign in to comment.