spacemacs/layers/+lang/autohotkey/README.org

44 lines
1.4 KiB
Org Mode
Raw Normal View History

#+TITLE: Autohotkey layer
#+TAGS: dsl|layer|programming|script
2019-05-05 17:26:40 +00:00
[[file:img/ahk.png]]
2019-05-07 20:05:06 +00:00
* Table of Contents :TOC_5_gh:noexport:
2017-05-22 14:16:12 +00:00
- [[#description][Description]]
- [[#features][Features:]]
2017-05-22 14:16:12 +00:00
- [[#install][Install]]
- [[#key-bindings][Key bindings]]
* Description
Syntax highlighting and Emacs functions for use with [[https://autohotkey.com/][AutoHotkey]] or
[[http://ahkscript.org][AutoHotkey_L]].
Using a combined implementation of ahk-mode from Xah Lee's =xahk-mode=
and Robert Widhopf-Fenk's =autohotkey-mode=. Updated with the latest
ahk and ahk_l commands found in the latest revision of
[[http://fincs.ahk4.net/scite4ahk/][SciTE4AutoHotkey]].
Contributed and maintained by [[https://www.github.com/ralesi][Rich Alesi]].
** Features:
- Auto-completion
- Documentation Lookup
- Execute Code Snippets
- Correct Indentation and Commenting
* Install
To use this configuration layer, add it to your =~/.spacemacs=. You will need to
add =autohotkey= to the existing =dotspacemacs-configuration-layers= list in this
file.
* Key bindings
| Key binding | Description |
|-------------+------------------------------------|
2016-04-25 11:39:54 +00:00
| ~SPC m c b~ | block comment |
| ~SPC m c c~ | line comment |
| ~SPC m e b~ | execute file with =autohotkey.exe= |
2016-05-13 06:37:51 +00:00
| ~SPC m h h~ | open documentation in =browser= |
2016-07-05 04:12:35 +00:00
| ~SPC m h H~ | open documentation in local =chm= |