-
Notifications
You must be signed in to change notification settings - Fork 186
/
Copy pathindex.htm
71 lines (68 loc) · 3.78 KB
/
index.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!DOCTYPE HTML>
<html>
<head>
<title>快速参考 | AutoHotkey v1</title>
<meta name="description" content="This page contains information about the currently used version, the authors, the license, and a quick overview of the documentation." />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="canonical" href="./" />
<link href="static/theme.css" rel="stylesheet" type="text/css" />
<script src="static/content.js" type="text/javascript"></script>
<script type="text/javascript">
$(function(){
var pageDATA_ua = window.navigator.userAgent.toLowerCase();
if(pageDATA_ua.indexOf('ucbrowser')>=0){
CaoNiMaDeUc();
}
});
</script>
</head>
<body>
<a id="ahklogo" href="https://www.autohotkey.com" target="_blank"><img src="static/ahk_logo.svg" onerror="this.src='static/ahk_logo.png'; this.onerror=null;" alt="AutoHotkey"></a>
<h1>版本 <a href="AHKL_ChangeLog.htm"><!--ver-->1.1.37.02<!--/ver--></a></h1>
<p><a href="https://autohotkey.com">https://autohotkey.com</a> | <a href="https://autohotkey.com/boards/viewforum.php?f=26">官网论坛中文板块</a> | <a href="https://www.autoahk.com/">AutoHotkey 中文社区</a> | <a href="https://git.oschina.net/fonny/AutoHotkey_L-Docs">中文帮助文档(fonny 版)</a>
<p id="local_note" style="display: none"><a href="https://wyagd001.github.io/zh-cn/docs/AutoHotkey.htm">在线中文帮助</a></p>
<script type="text/javascript">
if ('file:mk:ms-its:'.indexOf(location.protocol) != -1)
document.getElementById("local_note").removeAttribute("style");
</script>
<p>©2003 Chris Mallett, 部分属于 ©<a href="https://www.autoitscript.com/">AutoIt 团队</a>和 AHK 社区</p>
<p style="font-size:85%">软件许可: <a href="license.htm">GNU General Public License</a></p>
<h2 id="Quick_Reference">快速参考</h2>
<p>新手入门:</p>
<ul>
<li><a href="Program.htm">如何使用程序</a></li>
<li><a href="Tutorial.htm">初学者向导</a></li>
<li><a href="lib/Edit.htm#Editors">支持 AutoHotkey 的文本编辑器</a></li>
<li><a href="FAQ.htm">常见问题(FAQ)</a></li>
</ul>
<p>脚本:</p>
<ul>
<li><a href="Concepts.htm">概念和约定</a>: 解释你需要知道的各种事情.</li>
<li><a href="Language.htm">脚本语言</a>: 如何编写脚本.</li>
<li><a href="Scripts.htm">杂项主题</a></li>
<li><a href="lib/index.htm">命令和函数列表</a></li>
<li><a href="Variables.htm">变量和表达式</a></li>
<li><a href="Functions.htm">函数</a></li>
<li><a href="Objects.htm">对象</a></li>
<li><a href="Scripts.htm#idebug">交互调试</a></li>
</ul>
<p>键盘和鼠标:</p>
<ul>
<li><a href="Hotkeys.htm">热键(鼠标, 控制器和键盘快捷键)</a></li>
<li><a href="Hotstrings.htm">热字串和自动替换</a></li>
<li><a href="misc/Remap.htm">重映射按键和鼠标按钮</a></li>
<li><a href="KeyList.htm">按键, 鼠标按钮和控制器控制的列表</a></li>
</ul>
<p>其他:</p>
<ul>
<li><a href="lib/DllCall.htm">DllCall()</a></li>
<li><a href="misc/RegEx-QuickRef.htm">正则表达式快速参考</a></li>
<li><a href="Compat.htm">脚本兼容性</a> - AutoHotkey 1.0 用户请阅读</li>
</ul>
<h2 id="Acknowledgements">致谢</h2>
<p>特别感谢 Jonathan Bennett, 他于 1999 年把 AutoIt v2 作为自由软件慷慨地发布出来, 使其成为我以及世界上其他许多人节省时间的工具. 此外, AutoHotkey 中许多针对 AutoIt v2 命令集的增强功能以及 Window Spy 和旧的脚本编译器都是直接改写自 AutoIt v3 源代码. 所以为此同样感谢 Jon 和 AutoIt 的其他开发人员.</p>
<p>最后, AutoHotkey 离开了<a href="misc/Acknowledgements.htm">这些人</a>也不会有今天.</p>
<p><em>~ Chris Mallett</em></p>
</body>
</html>