Dreamweaver and Remotekeys - September 09, 2002

heureka, i found a way to copy a filename from the windows explorer to the clipboard and wrap some code around, so that i only have to paste in the dreamweaver live preview instead of typing.
this is for pictures i post sometimes, maybe i'll add a few lines for automatic upload on my server ...
remember ? i post from inside of dreamweaver. but unfortunally in the live preview all keys are diabled, even control v is not working, i can't fire keystrokes.
so i use the paste button on the standard toolbar, which is nice too.


you can find the link to remotekeys on the right side.


thats the remotekeys code, i press only one button on the remotekeys panel (which stays ever on top):

{/SEND.KEY 93}uu{HOLD.CONTROL}{KEY.ENTER}{HOLD.CONTROL}c{KEY.ESC}{/BTCH.EXPLICIT}

{/STR.SET 1,<a href="http://www.flash2be.com/xpi/pic/}

{/STR.<.CLIP 2}

{/STR.SET 3," target="_blank"><img src="http://www.flash2be.com/xpi/thumb.php?image=pic/}

{/STR.SET 4,"&x=200&y=200" border="0"></a>}

{/BTCH.EXPLICIT}

{/STR.>.CLIP 1}

{/CLIP.TXT.SAVE e:\test.txt}

{/STR.>.CLIP 2}

{/CLIP.TXT.APPEND e:\test.txt}

{/STR.>.CLIP 3}

{/CLIP.TXT.APPEND e:\test.txt}

{/STR.>.CLIP 2}

{/CLIP.TXT.APPEND e:\test.txt}

{/STR.>.CLIP 4}

{/CLIP.TXT.APPEND e:\test.txt}

{/CLIP.TXT.LOAD e:\test.txt}

{/CLIP.TXT.REMOVE.ASC 13}

Posted by pi at September 9, 2002 03:23 AM | TrackBack