This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |