Keymapping Woes

  • Hello, I have installed libreelec x86_64 on an old pc I have. I am trying to get it to run a script from a keypress and i cannot for the life of me get it to work.

    <global>

    <keyboard>

    <1 mod="ctrl,alt">system.exec("/hyperion_switch.sh")</1>

    </keyboard>

    </global>

    no matter what i do I cannot get this to run the script. I know the script works because I can run it manually and it turns the service i want off and on.

    Any help would be super awesome.