by the way, here's the autohotkey script I use once the new tiddler is
open and the title is highlighted (it opens the paint program and
plucks in the tiddler name as the drawing name so you can save right
away and start drawing):



!p:: ;this is the launch key (alt+"p")

send ^c
sleep 500
title = %clipboard%
;msgbox %title%
send^{enter} ;-- to close the tiddler
Run emptyJpg.jpg
sleep 900
send !fa
sleep 500
send %title% ;--to go back to title
return
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to