Post History
You probably need to change the permissions on the file to make it executable. You can do that with chmod: chmod +x change-xkbmap.sh To verify, try running ./change-xkbmap.sh in a terminal with...
Answer
#1: Initial revision
You probably need to change the permissions on the file to make it executable. You can do that with `chmod`: ```sh chmod +x change-xkbmap.sh ``` To verify, try running `./change-xkbmap.sh` in a terminal without `sh`. Alternatively, using `sh /home/ha/bin/change-xkbmap.sh` in the shortcut dialog might also work.