ItayGarin / ktrl

A Supercharged Keyboard Programming Daemon ⌨️
GNU Lesser General Public License v3.0
338 stars 12 forks source link

No Sound Effect variant #33

Closed AckslD closed 3 years ago

AckslD commented 3 years ago

I'm getting the error:

Failed to parse the config file: Error { code: Message("unknown variant `Sound`, expected one of `NoOp`, `Key`, `KeySticky`, `KeySeq`, `Meh`, `Hyper`, `ActivateProfile`, `DeactivateProfile`, `DeactivateAllProfiles`, `TurnOnLayer`, `TurnOffLayer`, `ToggleLayer`, `TurnOnLayerAlias`, `TurnOffLayerAlias`, `ToggleLayerAlias`, `MomentaryLayer`, `Multi`")

Not sure why Sound is not a variant.

I installed ktrl using cargo and am on version 0.1.7

ItayGarin commented 3 years ago

Hey Axel! Thanks for checking out ktrl :) You'd need to enable the sound feature when installing via cargo (--features).

Though I must admit I haven't used that feature for quite some time, and the last time I checked it was a bit buggy. You're welcome to try it out and report back haha

AckslD commented 3 years ago

Thanks for the quick reply @ItayGarin! :) That indeed worked and the feature seems to be working fine :+1: