Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aviaryan/AutoHotkey
:symbols: (Discontinued) Sublime Text Autohotkey package.
https://github.com/aviaryan/AutoHotkey
Last synced: 16 days ago
JSON representation
:symbols: (Discontinued) Sublime Text Autohotkey package.
- Host: GitHub
- URL: https://github.com/aviaryan/AutoHotkey
- Owner: aviaryan
- Created: 2013-04-09T12:03:46.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-18T17:36:59.000Z (over 9 years ago)
- Last Synced: 2024-08-01T05:21:03.864Z (3 months ago)
- Language: JavaScript
- Homepage: https://github.com/ahkscript/SublimeAutoHotkey
- Size: 180 KB
- Stars: 30
- Watchers: 8
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
AutoHotkey Sublime-Text Package (Discontinued)
===============================## Important Note ##
This project is discontinued. Please use AHKScript's official [AutoHotkey package](https://github.com/ahkscript/SublimeAutoHotkey). It's also available on the Package Control.### Installing ###
If you have Package Control installed, in command palette type
` Package Control: Add Repository `
Then add ` https://github.com/Avi-Aryan/AutoHotKey ` to it.
Now, the package will be available for Install.
If you don't have Package control, you can download the zip and replace the package with the default Autohotkey Package if you have.#### Brief ####
This is a Autohotkey package for Sublime Text.
It has better Auto-Completes , Syntax-Highlighting and Language Files plus bonus custom themes and ahk scripts to make it even better.#### Tips ####
* Make sure to **change AutoHotKey.sublime-build** according to your requirements.
* Use Auto-Complete Adder to add custom Auto-completes.
* Dont worry about two Msgbox's in Autocomplete. ` ` is for
`Msgbox,text ;(used in testing)` whereas other is for the whole long command.
* Similarly Loop has 5 variants each for `general`, `reading files and folders` , `parsing a string `
,`registry reading ` and `reading lines from file ` .
##### Contributors #####
* denofle
* Ragnar
* budRich (Hat of God theme)