5849 shaares
42 private links
42 private links
Paste this code into an AppleScript, than invoke it with a shortcut (use Quiksilver or whatever you like):
try
set theClip to Unicode text of (the clipboard as record)
tell application "Microsoft Word" to tell selection to type text text theClip
end try