We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a6fe1c commit c7dfb94Copy full SHA for c7dfb94
1 file changed
AutoHotkey.ahk
@@ -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