markdown 啊脚本重装

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown 啊脚本重装相关的知识,希望对你有一定的参考价值。

Toggle suspend:
> f1::suspend

Close the script:
> f2::exitapp

Reload the script:
> f3::reload

Edit the script:

> f4::edit

<br>
> _I find that including this speeds up editing / testing:_

```ahk
browser_back::edit        ;edit in code editor

browser_forward::         ;save and exit editor
send ^{s}
send !{f4}
return

browser_refresh::reload   ;refresh
```
> _You could add reload at the bottom of the_ browser&lowbar;forward *hotkey,
but I prefer having it separate.*

以上是关于markdown 啊脚本重装的主要内容,如果未能解决你的问题,请参考以下文章