yqrashawn / GokuRakuJoudo

config karabiner with ease
GNU General Public License v3.0
1.2k stars 123 forks source link

Incorrect Binding of `consumer_key_code` for `fast_forward` #254

Closed TyrannosaurusLjx closed 1 month ago

TyrannosaurusLjx commented 1 month ago

The consumer_key_code for fast_forward is being incorrectly handled as fastforward (without an underscore) in Goku's configuration. Below is the configuration

            [:f1 :display_brightness_decrement ["fn" 1]]
            [:f2 :display_brightness_increment  ["fn" 1]]
            [:f3 :mission_control ["fn" 1]]
            [:f7 :rewind ["fn" 1]]
            [:f8 :play_or_pause ["fn" 1]]
            [:f9 :fastforward ["fn" 1]]

In Karabiner-EventViewer, f9 is identified as fast_forward, but Goku only accepts fastforward without the underscore. It would be great if this discrepancy could be addressed to align with Karabiner’s standard naming.