public
Fork of joseph/castanaut
Description: Castanaut lets you write executable scripts for your screencasts. With a simple dictionary of stage directions, you can create complex interactions with a variety of applications.
Homepage: http://gadgets.inventivelabs.com.au/castanaut
Clone URL: git://github.com/jlsync/castanaut.git
fix to make ishowu_set_region() work on my mac.
jlsync (author)
Sun Apr 27 14:58:56 -0700 2008
commit  4b4c3aa6782fa6ad554d26bf297ac5f1adf5fd25
tree    1925097aaf84d1c96f4e639a6404ba2b408f5032
parent  75a257050c58e41e37a5b862f9d7d6749fe2a690
...
30
31
32
33
 
34
35
36
...
30
31
32
 
33
34
35
36
0
@@ -30,7 +30,7 @@ module Castanaut; module Plugin
0
 
0
       sleep(0.2)
0
       bounds = screen_size
0
-      automatically "mousewarp #{bounds[:to][:width]} #{bounds[:to][:height]}"
0
+      automatically "mousewarp #{bounds[:to][:width] - 4} #{bounds[:to][:height] - 4}"
0
       drag to(
0
         options[:to][:left] + options[:to][:width],
0
         options[:to][:top] + options[:to][:height]

Comments