Skip to content

Instantly share code, notes, and snippets.

@cocobelgica
cocobelgica / ahkexec.py
Last active October 13, 2020 04:56 — forked from grey-code/ahkexec.py
import sublime, sublime_plugin
import subprocess
import re
from ctypes import *
class ahkexec(sublime_plugin.TextCommand):
# SET YOUR SETTINGS HERE
# Specify a 'key'(name it whatever you want) and assign it
# a 'value'(string) containing the path to the AHK executable.