Just a simple script to allow you to trigger python scripts like makros by typing text on the keyboard.
- install Python3 (from the official python page)
- Install pip (Download & Run get-pip.py that you will find when searching "python install pip" on Google)
- install the required python libraries using "pip install -r requirements.txt"
- Simply ExitShortcut.py
- Just type whatever command you want to use in any window (not the command Prompt as it will exit on enter)
- Press Ctrl + Shift + Enter to execute the last typed Command
- hide: Hide the active window
- show: Reopen the last hidden windows (Press Ctrl + Shift + Enter multiple times to reopen all)
- showall: Reopen all hidden windows
- exit: Close the active window
- create a python file in the commands folder
- define a fuction starting with cmd_ that will be executed when the string after the underscore is entered (the maximal command lenght is defined in ExitShortcut.py)