Skip to content

Commit

Permalink
fix: fastforward -> fast_forward
Browse files Browse the repository at this point in the history
resolve #254
  • Loading branch information
yqrashawn committed Oct 16, 2024
1 parent eff627c commit b83fce6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.org
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ All notable changes to this project will be documented in this file. This change

** Unreleased

[Unreleased Commits]: https://github.com/yqrashawn/GokuRakuJoudo/compare/v0.6.0..HEAD
[Unreleased Commits]: https://github.com/yqrashawn/GokuRakuJoudo/compare/v0.7.1..HEAD

** 0.7.1 - 2024-10-16
*** Fixed
- fastforward->fast_forward

** 0.7.0 - 2024-10-16
*** Added
Expand Down
2 changes: 1 addition & 1 deletion src/karabiner_configurator/keys_info.clj
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
:illumination_increment {:not-from true}
:rewind {:not-from true :consumer-key true}
:play_or_pause {:not-from true :consumer-key true}
:fastforward {:not-from true :consumer-key true}
:fast_forward {:not-from true :consumer-key true}
:dictation {:not-from true :consumer-key true}
:mute {:consumer-key true}
:volume_decrement {:consumer-key true}
Expand Down

0 comments on commit b83fce6

Please sign in to comment.