4D蚂蚁-4d蚂蚁-www.4dmayi.com|4D蚂蚁博客

autohotkey自定义快捷键

autohotkey自定义快捷键

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语法高亮的代码块

下载

编译后的成品:https://fourdmayi.lanzouy.com/irNty13j5zti

退出移动版