running Python script

Share your favorite FastKeys commands
Post Reply
glrobins
Posts: 7
Joined: Jan 29th, ’23, 11:57

Post by glrobins » May 19th, ’23, 11:41

Add a new phase.
Change to Command located top left blue drop down combobox

Put this in the textbox:
run, C:\Python38\python.exe -X utf8 C:\Python38\t_test.py
sleep, 1000
send, ^v
Change to your computer's python directory and script to run

Here is the script: C:\Python38\t_test.py
import clipboard

clipboard.copy("abc2")


This script runs on my computer. Please try it on yours.
This is just a simple script for testing purposes.
Post Reply