paperlined.org
apps > autohotkey
document updated 15 years ago, on Dec 3, 2008
- create a [[C++ source code]] page that briefly outlines what the different modules do, how they're
  related, how to build them, etc?


- FIND A TOOL that will regularly scan the RecentChanges and email me whenever someone edits  (but
  only at most once a day).  Is there a MediaWiki-specific tool that does this?  If not, there are
  scads of generic-webpage-change-notifiers.


- is there a way to write a filter for the whole forums that hilights any threads where people I
  respect post on?  The S/N ratio is getting pretty bad with newbs asking the same questions over
  and over.  I'm SURE there's still useful discussion going on, this is a very useful program,
  and it'd be good to record the most useful bits in the wiki.

        http://www.autohotkey.com/forum/search.php?search_author=Chris
        http://www.autohotkey.com/forum/search.php?search_author=Lexikos
        http://www.autohotkey.com/forum/search.php?search_author=Laszlo




- expand the list of "exemplar" articles on [[AutoHotkey:Manual of Style]].  Some things to do:

    - expand [[WinGet]] to include all its sub-options, along with the WinAPI calls for each
      suboption  (there are several pages like this, that really have numerous "subpages", all on
      the same page)



- http://www.autohotkey.com/wiki/index.php?title=Command_List has a bunch of redlinks at the bottom; create them

    - actually, it'd be best to write a CGI script that fetches the existing manual pages, and
      outputs the "equivalent" wikitext.  I could then manually copy/paste it (and merge where
      necessary).

      (I already have most of the code to do the ==Related== conversion)



- update {{comand}} to allow 2, 3, 4, and 5 commands (using number-suffixes on the parameter names),
  make it display all the commands in one single box, and then update all of the commands that have
  more than one parameter list:

    ControlSend
    Hotkey (Command)
    IfWinActive
    IfWinExist
    MsgBox
    Progress
    Random
    Send
    SetTitleMatchMode
    SetBatchLines
    SplashImage
    SplashTextOn