From ae5dd6fc7048d88240cbe253d4e992037111be19 Mon Sep 17 00:00:00 2001 From: Anton Korniychuk <11693557+korniychuk@users.noreply.github.com> Date: Mon, 25 Apr 2022 12:47:07 +0300 Subject: [PATCH] Add support of "dictation" key (#171) Co-authored-by: Muhammed Zakir <8190126+MuhammedZakir@users.noreply.github.com> --- CHANGELOG.org | 10 +++++++++- src/karabiner_configurator/core.clj | 2 +- src/karabiner_configurator/keys_info.clj | 1 + 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.org b/CHANGELOG.org index 42f747b..f710723 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -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 diff --git a/src/karabiner_configurator/core.clj b/src/karabiner_configurator/core.clj index d61a2c2..94a4db9 100644 --- a/src/karabiner_configurator/core.clj +++ b/src/karabiner_configurator/core.clj @@ -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" diff --git a/src/karabiner_configurator/keys_info.clj b/src/karabiner_configurator/keys_info.clj index f8b08d5..357cbe5 100644 --- a/src/karabiner_configurator/keys_info.clj +++ b/src/karabiner_configurator/keys_info.clj @@ -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}