I use onenote and autohotkey and here is my script code to insert the
file: before the onenote link.  Works great!   I press ctrl-shift-e to
invoke.

;
;*** 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 post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/mylifeorganized?hl=en.

Reply via email to