window的快捷键
指令 | 效果 |
---|---|
win+D | 显示桌面 |
win+E | 打开我的电脑 |
win+M | 最小化所有窗口 |
win+shift+M | 将最小化的窗口还原 |
win+R | 运行cmd |
autohotkey快捷键解释
Crtl是^
Alt是!
Shift是+
Win是#
Run 可以运行程序,打开文档,打开网页
单行命令:例
#c::Run www.baidu.com
多行命令:例
#c::
Run www.baidu.com
Run Notepad.exe
return
配置文件
- ::ahk::autohotkey
- ::5qq::52780****@qq.com
- ::maly::m1866857****@aliyun.com
- ::1163::1866857****@163.com
- ::18::1866857****
-
- #b::
- Run C:\Program Files (x86)\Google\Chrome\Application\chrome.exe
- Run www.baidu.com
- return