Skip to content

Commit ae5dd6f

Browse files
korniychukMuhammedZakir
authored andcommitted
Add support of "dictation" key (#171)
Co-authored-by: Muhammed Zakir <[email protected]>
1 parent 8dc3c1d commit ae5dd6f

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.org

+9-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,15 @@ All notable changes to this project will be documented in this file. This change
33

44
** Unreleased
55

6-
[Unreleased Commits]: https://github.com/yqrashawn/GokuRakuJoudo/compare/v0.5.1...HEAD
6+
[Unreleased Commits]: https://github.com/yqrashawn/GokuRakuJoudo/compare/v0.5.2...HEAD
7+
8+
** 0.5.2 - 2022-04-25
9+
10+
*** Fixed
11+
- add consumer key `:dictation`
12+
13+
[commits in 0.5.2]: https://github.com/yqrashawn/GokuRakuJoudo/compare/v0.5.1...v0.5.2
14+
715

816
** 0.5.1 - 2022-04-16
917

src/karabiner_configurator/core.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@
211211
(:version options)
212212
{:action "exit-with-message"
213213
:ok? true
214-
:exit-message "0.5.1"}
214+
:exit-message "0.5.2"}
215215
;; log
216216
(:log options)
217217
{:action "log"

src/karabiner_configurator/keys_info.clj

+1
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@
146146
:rewind {:not-from true :consumer-key true}
147147
:play_or_pause {:not-from true :consumer-key true}
148148
:fastforward {:not-from true :consumer-key true}
149+
:dictation {:not-from true :consumer-key true}
149150
:mute {:consumer-key true}
150151
:volume_decrement {:consumer-key true}
151152
:volume_increment {:consumer-key true}

0 commit comments

Comments
 (0)