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 19af543
Showing 1 changed file with 1 addition and 1 deletion.
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 19af543

Please sign in to comment.