5168 shaares
38 private links
38 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