The job definition is wrong, says "comand" instead of "command":
plugin: manual name: keys/battery-info requires: dmi.product in ['Notebook','Laptop','Portable'] comand: key_test -s '0xe071,0xef1:Battery Info'
It's the first thing I would change to see if it improves. Also note that key_test needs user:root.
The job definition is wrong, says "comand" instead of "command":
plugin: manual ,'Laptop' ,'Portable' ] 0xef1:Battery Info'
name: keys/battery-info
requires: dmi.product in ['Notebook'
comand: key_test -s '0xe071,
It's the first thing I would change to see if it improves. Also note that key_test needs user:root.