PageRenderTime 25ms CodeModel.GetById 19ms RepoModel.GetById 1ms app.codeStats 0ms

/AutoHotkey.docset/Contents/Resources/Documents/AutoHotkey.htm

https://gitlab.com/ahkscript/Autohotkey.docset
HTML | 62 lines | 58 code | 4 blank | 0 comment | 0 complexity | 20e4a7c1ada0d2d90d973e5640dd559e MD5 | raw file
  1. <!DOCTYPE HTML>
  2. <html>
  3. <head>
  4. <title>AutoHotkey</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  7. <link href="static/theme.css" rel="stylesheet" type="text/css" />
  8. <script src="static/content.js" type="text/javascript"></script>
  9. </head>
  10. <body>
  11. <a id="ahklogo" href="./"><img src="static/ahk_logo.png" alt="AutoHotkey"></a>
  12. <h1>Version <a href="AHKL_ChangeLog.htm">v<!--ver-->1.1.23.05<!--/ver--></a></h1>
  13. <p><a href="https://autohotkey.com">https://autohotkey.com</a></p>
  14. <p>&copy;2003-2014 Chris Mallett, portions &copy;<a href="http://www.autoitscript.com/">AutoIt Team</a> and the AHK community</p>
  15. <p style="font-size:85%">Software License: <a href="license.htm">GNU General Public License</a></p>
  16. <h2>Important Note</h2>
  17. <p>Due to some fundamental differences between AutoHotkey 1.0 and AutoHotkey 1.1 (particularly Unicode and x64 executables), scripts written for AutoHotkey 1.0 may not work as expected on AutoHotkey 1.1. For details of known compatibility problems and solutions, refer to the following:</p>
  18. <ul>
  19. <li><a href="Compat.htm">Script compatibility</a> - Unicode vs ANSI, DllCall, NumPut/Get, other changes</li>
  20. <li><a href="Scripts.htm#cp">Script file code page</a> - save your scripts as UTF-8!</li>
  21. </ul>
  22. <h2>Quick Reference</h2>
  23. <p>Fundamentals:</p>
  24. <ul>
  25. <li><a href="Tutorial.htm">Tutorial for beginners</a></li>
  26. <li><a href="commands/Edit.htm#Editors">Text editors with AutoHotkey support</a></li>
  27. <li><a href="FAQ.htm">Frequently asked questions</a></li>
  28. <li><a href="Scripts.htm">Scripts</a>
  29. <ul>
  30. <li><a href="commands/index.htm">Commands</a></li>
  31. <li><a href="Variables.htm">Variables and expressions</a></li>
  32. <li><a href="Functions.htm">Functions</a></li>
  33. <li><a href="Objects.htm">Objects</a></li>
  34. <li><a href="Scripts.htm#idebug">Interactive debugging</a></li>
  35. </ul>
  36. </li>
  37. </ul>
  38. <p>Keyboard and mouse:</p>
  39. <ul>
  40. <li><a href="Hotkeys.htm">Hotkeys (mouse, joystick and keyboard shortcuts)</a></li>
  41. <li><a href="Hotstrings.htm">Hotstrings and auto-replace</a></li>
  42. <li><a href="misc/Remap.htm">Remapping keys and buttons</a></li>
  43. <li><a href="KeyList.htm">List of keys, mouse buttons and joystick controls</a></li>
  44. </ul>
  45. <p>Other:</p>
  46. <ul>
  47. <li><a href="commands/DllCall.htm">DllCall</a></li>
  48. <li><a href="misc/RegEx-QuickRef.htm">RegEx quick reference</a></li>
  49. <li><a href="AHKL_Features.htm">AutoHotkey_L (AutoHotkey 1.1) features</a></li>
  50. </ul>
  51. <h2>Acknowledgements</h2>
  52. <p>A special thanks to Jonathan Bennett, whose generosity in releasing AutoIt v2 as free software in 1999 served as an inspiration and time-saver for myself and many others worldwide. In addition, many of AutoHotkey's enhancements to the AutoIt v2 command set, as well as the Window Spy and the old script compiler, were adapted directly from the AutoIt v3 source code. So thanks to Jon and the other AutoIt authors for those as well.<br>
  53. <br>
  54. Finally, AutoHotkey would not be what it is today without <a href="misc/Acknowledgements.htm">these other individuals</a>.<br>
  55. <br>
  56. <em>~ Chris Mallett</em></p>
  57. </body>
  58. </html>