• Stars
    star
    205
  • Rank 191,264 (Top 4 %)
  • Language
    Python
  • License
    The Unlicense
  • Created over 11 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

AutoHotkey AHK language package for SublimeText including syntax highlighting, comments toggling, auto-completions, build system definitions, commands for ahkrun, ahkcompile, ahkrunpiped.

SublimeAutoHotkey - Syntax Package for Sublime Text 2/3

AutoHotkey AHK language package for SublimeText including syntax highlighting, comments toggling, auto-completions, build system definitions, commands for ahkrun, ahkcompile, ahkrunpiped.

Package Installation

Key Bindings

If you have the default Sublime keybindings intact, then:

  • Ctrl+B will run the current file (with AutoHotkey.exe)
  • Ctrl+Shift+B will compile the current file (with Ahk2Exe.exe)

Advanced Configuration

For the build system and ahkrun, ahkrunpiped, and ahkcompile commands, if you have a non-default installation then you will need to set your specific path to AutoHotkey.exe and Ahk2Exe.exe in a file named AutoHotkey.sublime-settings in your User folder. You can access these settings file from the Menu Preferences > Package Settings > AutoHotkey. You should make a copy of AutoHotkey Settings - Default at AutoHotkey Settings - User and modify there since then any settings defined in your User folder will take precedence and the package can still update itself without overwriting your custom settings.

ahkrunpiped

The ahkrunpiped command will allow you to run your code as a piped text string to AutoHotkey (this allows you to run snippets of code without having to save them to a file):

  • If text is selected - ahkrunpiped will pipe and run the selected text only.
  • If no text is selected - ahkrunpiped will pipe and run the entire contents of the current document.

Goto-documentation Integration

Instructions on how to configure goto-documentation plugin for AutoHotkey (F1 Hotkey will take you to documentation for word under cursor)

Credits

More Repositories

1

awesome-AutoHotkey

A curated list of awesome AutoHotkey libraries, library distributions, scripts, tools and resources.
2,391
star
2

libcrypt.ahk

A collection of crypting and encoding functions from the community
AutoHotkey
61
star
3

ASPDM

AHKScript.org's Package/StdLib Distribution and Management
AutoHotkey
59
star
4

AHK-EXE-Swapper

A Utility to easily manage which version of AutoHotkey that uncompiled scripts use.
AutoHotkey
25
star
5

VistaAudio

https://autohotkey.com/board/topic/21984-vista-audio-control-functions/?p=143564
HTML
24
star
6

AutoHotkey-Editors

AutoHotkey Syntax Highlighting for text editors
AutoHotkey
20
star
7

AHK-vJoy-Library

A library for AutoHotkey to enable controlling a vJoy virtual Joystick. (Old, superseeded by AHK-CvJoyInterface)
AutoHotkey
14
star
8

WinStructs

A collection of definitions for Windows structures for decoding DLL call and OnMessage results etc. For use with HotkeyIt's _Struct library.
AutoHotkey
13
star
9

AutoHotkeyCE

Archived version of AutoHotkeyCE (unicode only)
13
star
10

ahkscript.github.io

A GitHub page for ahkscript.org - http://ahkscript.github.io/
CSS
10
star
11

autohotkey.net

Reproduction with best sources of old ftp site
AutoHotkey
8
star
12

iWebBrowser2

Collection of IE automation functions and tools
AutoHotkey
6
star
13

sjBot

Sjc1000's Python IRC bot for the ahkscript community.
Python
6
star
14

AHK-Docs_KO

Korean translation of AutoHotkey's documentation
HTML
3
star
15

phpBB_v3.0.x-Notifications

This was the notification mod used in the ahkscript phpBB v3.0.x forum.
JavaScript
3
star
16

AHK-Learner

Interactive tutorial for AutoHotkey
2
star
17

AHK-SizeOf-Checker

A library that can check the number of bytes of a windows define. Companion to _Struct and WinStructs. REQUIRES VISUAL STUDIO
AutoHotkey
2
star
18

AHK-Docs_ES

Spanish translation of AutoHotkey's documentation
HTML
1
star
19

international

Language Selector
1
star
20

AHK-Docs_FR

French translation of AutoHotkey's documentation
HTML
1
star
21

AHK-Docs_PT-BR

Brazilian Portuguese translation of AutoHotkey's documentation
HTML
1
star
22

homepage

Autohotkey.com home page
HTML
1
star
23

Boost-ahk

Boost Library for AutoHotkey
AutoHotkey
1
star