How to make text shortcuts using AutoHotKey.
By Zack - January 25, 2013
^Home::SendInput {Raw}Testing the ctrl+home text paste
!Ins::SendInput {Raw} Testing the alt+Ins text paste
Essentially the top one uses the shortcut "ctrl+home" and then pastes the text, while the bottom uses "Alt+Ins" to paste the text.
0 comments