If you have AutoHotkey installed, you can use something like this:
^n::Send ^n{Home}{Enter}
And you can also define shortkeys to open other templates, for example
Ctrl+Alt+N for a PHP file:
^!n::Send ^nPHP{Enter}
(Of course, these functions should be standard in PSPad, but until that happens,
this solution will do.)
--
<http://forum.pspad.com/read.php?2,14424,47533>
PSPad freeware editor http://www.pspad.com
