Here is my autohotkey script for doing this MLO link to onenote using 
ctrl-shift-e:

;
;*** ctrl shift-E to paste in links to MLO with file: in front
;


^+e:: 
  clipboard = <file:%clipboard%> 
  Send ^v 
  return




-- 
You received this message because you are subscribed to the Google Groups 
"MyLifeOrganized" 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/mylifeorganized?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to