<?xml version="1.0"?>
<rss version="2.0">
<channel>
<title>Forum - Tips &amp; Tricks - Autosave Feature - Messages</title>
<link>http://www.muvizu.com/Forum/topic4787-autosave-feature.aspx</link>
<description>Forum - Tips &amp; Tricks - Autosave Feature - Messages</description>
<language>en-us</language>
<docs>http://blogs.law.harvard.edu/tech/rss</docs>
<generator>Jitbit AspNetForum</generator>
<pubDate>Fri, 06 Feb 2015 22:23:19 GMT</pubDate>
<lastBuildDate>Fri, 06 Feb 2015 22:23:19 GMT</lastBuildDate>
<item>
<link>http://www.muvizu.com/Forum/topic4787-autosave-feature.aspx</link>
<title>Message from interested</title>
<description><![CDATA[Hi Everyone! <br/>  <br/> I'm ultra absent minded so I always get like 1 hour+ into making something and forget to save, and of course it crashes... My brother made me something that helps. It uses AutoHotKey <br/>  <br/> <a href="http://www.autohotkey.com/" target="_blank" rel="nofollow">http://www.autohotkey.com/</a> <br/>  <br/> Then he wrote a little script on there that Auto saves every 5 minutes(300,000 Miliseconds)! Now it doesn't always work because sometimes i'm in record mode and Ctr+S doesn't work but for the most part it's really helpful! <br/>  <br/> Here is a link to a folder that contains the .exe file you can run that automatically presses Ctr+S every 5 minutes it also has the AutoHotKey script file so if you want to change the time you can download AutoHotKey and load the modified script. <br/>  <br/> &lt;link removed by admin&gt; <br/>  <br/> The script looks like this: <br/>  <br/>  <br/> #Persistent <br/>  <br/> SetTimer, Autosave, 300000 &lt;----- this is the value you change for longer or shorter intervals. it's in Milliseconds. <br/> return <br/>  <br/> Autosave: <br/> SetTitleMatchMode, 2 <br/> IfWinActive, Muvizu <br/> { <br/>   Send ^s <br/> } <br/> IfWinNotActive, Muvizu <br/> { <br/>   WinWaitActive, Muvizu <br/>     Send ^s <br/> } <br/> return <br/>  <br/>  <br/> Goodluck! <br/> <em>edited by Jamie on 09/02/2015</em>]]></description>
<pubDate>Fri, 06 Feb 2015 22:23:19 GMT</pubDate>
</item>
</channel>
</rss>
