Closes selected program with selected button.
1- Download python(https://www.python.org/).
2- Open CMD and type "pip3 install os" after that finish type "pip3 install keyboard".
3- Click green "Code" button and select "Download ZIP".
4- Extract the .zip file and right click the main.py and open with any text editor.
5- Execute the program that you are gonna close. And press "Ctrl" + "Shift" + "Esc".
6- Find the program from the task manager, right click and select "properties".
7- Copy the name of program with .exe extension.
8- Change "firefox.exe" to what you want. You can do more than once program like ["firefox.exe", "chrome.exe"].
9- Change the button from "if keyboard.is_pressed("-")" to what you want.
10- Open CMD and go to the folder that main.py in. And type "python main.py".
11- Program is started. You don't need to look only CMD you can Alt+Tab, it will still work.