Custom file extensions

Editor for AutoHotkey written completely in AutoHotkey.

Moderator: maestrith

User avatar
derz00
Posts: 497
Joined: 02 Feb 2016, 17:54
Location: Middle of the round cube
Contact:

Custom file extensions

29 Sep 2017, 17:35

Hi, I have set up a custom file extension for AHK_v2, and I would like to be able run these files from Studio. It doesn't seem to work. Pressing Alt + R does nothing. Any tips? I don't really know this works.
try it and see
...
User avatar
runie
Posts: 304
Joined: 03 May 2014, 14:50
Contact:

Re: Custom file extensions

02 Oct 2017, 07:17

You can edit this plugin maestrith wrote in another thread here:

Code: Select all

;menu Basic Run
#SingleInstance,Force
x:=Studio()
File:=x.Current(2).file
SplitPath,File,Filename,Dir
Run,%Filename%,%Dir%
ExitApp
Simply make it run the v2 exe, put it in the plugins directory and use the Edit Hotkeys gui to bind a key to that plugin.

Return to “AHK Studio”

Who is online

Users browsing this forum: No registered users and 23 guests