Please, i need someone to help me in making a very simple bash script. The job of this script is just to press a certain combination of keys on the keyboard.
My objective is to create a script that would turn off the Kubuntu desktop effects completely. The key combination for that is: "Left-ALT + Left-Shift + F12". I am aware that there is a widget that might do this job, but i am trying to learn how to accomplish it with a bash script.
I have tried to do an online search but i guess i was choosing the wrong set of keywords. I did not manage to reach a tutorial or a reference that would mention this task.
Thanks in advance for your help!
P.S: Any suggestions, references, notes, comments or tutorials would also be greatly be appreciated.
xdotool
. – muru Apr 11 '16 at 05:44