jbensmann / mouseless

A replacement for the mouse in Linux
MIT License
167 stars 16 forks source link

Failed to read the config file: failed to parse layer 2 : failed to parse the key '_': neither an integer nor a key alias #26

Closed RusticCraftsman closed 1 year ago

RusticCraftsman commented 1 year ago

When running sudo mouseless -d --config ~/.config/mouseless/config.yaml the output is the following:

DEBU[0000] Using config file: /home/arcus/.config/mouseless/config.yaml
ERRO[0000] Failed to read the config file: failed to parse layer 2 : failed to parse the key '_': neither an integer nor a key alias
ERRO[0000] Exiting

My system is arch very minimal, i may not have a package needed to run the binary. Yes, the binary is in the path, the config file is correctly written

The last line seems to be the problem ( _: rightalt+_) idk why, but by commenting that the program seems to run 'correctly'

jbensmann commented 1 year ago

Sorry for the late response, the _ key is a new feature to match all keys that are not mapped, it is not included in the latest release yet, I will build a new release soon.

jbensmann commented 1 year ago

A new release has been created.