If you like Writing Scripts in Python Languages, you can use Autopythonlauncher Click Here with this Software you can make clickable Pictures with Python Scripting Codes. You can then simple write a python code to run a External Application and then You can Send any text or any Keyboard Shortcuts Macros (without focus the Windows - this means you can Send it to any Windows Applications) and it is everthing in 3d. Choose a Picture and write in the Command Editor this example code.
This Python Script Does also Work Without Autopythonlauncher. (see bottom)
#run calc
#######################
import subprocess
cmd = "C:/Windows/System32/calc.exe"
process = subprocess.Popen(cmd, stdout=subprocess.PIPE, creationflags=0x08000000)
process.wait()
#######################
# you can send any text or Keyboard Shortcuts Combinations - pyautogui.hotkey('ctrl', 'c')
# send "5", "+", "8", "/", "2"
# send "Enter"
#######################
import pyautogui
import time
time.sleep(.500)
pyautogui.press(['5','+','8','/','2'])
pyautogui.hotkey('enter')
#######################
Look to this intro youtube video Click Here you can see what AutoPythonlauncher Software can do.
Note:
If you want to test it out without AutopythonLauncher Software.
You will need to make this bat file,
Run this to install the packages pyautogui.
The only Contra is you can not use it (without focus the Windows)
install.bat
C:\Python27\scripts\pip.exe install pyautogui
pause
Windows Appsthe best solution isWinium