Thanks. It is filed.
Further to my Screencast thoughts, I am currently coding:
- A Screencast recorder, which directly records the user actions into a Leo 
outline. It will also record the hotkeys used and relate them to the window 
they were used in, which will allow the following features:

- After every node execution in a screencast, a new AutoHotkey script will 
be created and loaded for the next node. If the user presses "next" button, 
it will execute the stored hotkey for the next step *in the window it was 
executed originally *(The script will, at the beginning of the screencast, 
launch and list the files needed for the screencast, then associate the 
most similar window names launched to the original windows the screencast 
needed using this python 
library<http://docs.python.org/2/library/difflib.html#difflib.get_close_matches>)
 
so it will be able to do so.

- If the user wants it, he will be prompted to use the hotkey himself (or 
write the string, etc) and the Autohotkey script will be listening so when 
he does it, it will go to next step in the screencast, again listening for 
the next hotkey.

Ideally, screencasts should be able to be concatenated, so if I put a 
screencast inside another, it will execute one inside the other.
This means, when we have a good screencast library, we can concatenate 
automations for doing whatever (or looping for repeating, etc)

I was thinking also on other two screencast features:
- A node associated to a screencast,which stores the information which 
should be changed in order to personalize the screencast for the viewer. If 
the viewer is watching how to login in certain website and then do 
something else, solve a mathematical ecuation, etc, he will be able to 
change the data in this nodes for the screencast to be personalized to his 
data.
- If there are several nodes like this for a screencast, the screencast 
will repeat itself for each of those nodes, meaning if I have ten sets of 
information with same structure, I can create 1 screencast and let it 
execute 10 times with the different data.

This is what I will be working on until I have it.

On Wednesday, May 22, 2013 3:35:36 PM UTC+2, Edward K. Ream wrote:
>
>
> On Wed, May 22, 2013 at 8:08 AM, Fidel Pérez <[email protected]<javascript:>
> > wrote:
>  
>
>> Shouldn't @url nodes open the weblink when control+b is executed? (IE be 
>> executed as a command when found in a Screencast node)
>>
>
> A clever idea.   Please file a wishlist bug.
>
> Edward
>

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/leo-editor?hl=en-US.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to