autohotkey自定义快捷键
代码
#IfWinActive ahk_exe Typora.exe
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
^j::
Send, ``
Send, ``
Send, ``bash
Send, {Enter}
return
功能描述
在Typora窗口按快捷键Ctrl
+J
快速输入含有bash
语法高亮的代码块