Skip to content

Commit c7dfb94

Browse files
authored
Create AutoHotkey.ahk
AutoHotkey 脚本
1 parent 3a6fe1c commit c7dfb94

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

AutoHotkey.ahk

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
^c::
2+
clipboard = ;
3+
Send ^x
4+
ClipWait ;
5+
clipboard = <font color='red'>%clipboard%</font>
6+
Send ^v
7+
return

0 commit comments

Comments
 (0)