From 19af543039eda9e1a39e6f65ea60d8b7dd10fd8b Mon Sep 17 00:00:00 2001 From: yqrashawn Date: Wed, 16 Oct 2024 11:42:30 +0800 Subject: [PATCH] fix: fastforward -> fast_forward resolve #254 --- src/karabiner_configurator/keys_info.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/karabiner_configurator/keys_info.clj b/src/karabiner_configurator/keys_info.clj index 357cbe5..779c483 100644 --- a/src/karabiner_configurator/keys_info.clj +++ b/src/karabiner_configurator/keys_info.clj @@ -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}