I'm having a problem that I don't know what else to do. I've created a simple one command shell script with the following lines:
#!/bin/bash
xmodmap -e 'add mod3 = Scroll_Lock'
I've given execute permission to it using:
sudo chmod a+x scr.sh
If I run it from the terminal, it runs. No errors. BUT if I put it on Startup it won't run on auto. I have a CMDevastator keyboard and trying this script to turn on the keyboard LED.