Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
General
GeneralPortable MacsHardwareNetworking
Applications
Mac ApplicationsEudoraFirefox / MozillaInternet ExplorerOutlook ExpressMS OfficeEntourageExcelPowerPointWordVirtual PCMedia PlayerOther MS Products
Programming
Mac ProgrammingCodeWarriorPerl
Country Specific
Australian Mac GroupUK Mac Group

Mac Forum / Applications / Word / May 2008



Tip: Looking for answers? Try searching our database.

Keyboard Shortcut for Paste Special?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Michael_Tennes@officeformac.com - 18 Mar 2008 01:26 GMT
Version: 2008
Operating System: Mac OS X 10.5 (Leopard)
Processor: Power PC

I am always using "Paste Special" - "Unformatted Text" to paste text into Word so that it retains the font that I am using. I can't find a way to create a keyboard shortcut for this. Any clues??
Daiya Mitchell - 18 Mar 2008 01:34 GMT
Options for an applescript you can assign to a keyboard shortcut:
http://word.mvps.org/mac/scripts/PasteTextAS.html
http://db.tidbits.com/article/9503

> Version: 2008
> Operating System: Mac OS X 10.5 (Leopard)
> Processor: Power PC
>
> I am always using "Paste Special" - "Unformatted Text" to paste text into Word so that it retains the font that I am using. I can't find a way to create a keyboard shortcut for this. Any clues??
Michael_Tennes@officeformac.com - 25 Mar 2008 21:42 GMT
Well, this works and I can assign a keyboard shortcut to it.

tell application "Microsoft Word"
   tell selection
       try
           set theClip to Unicode text of (the clipboard as record)
           type text text theClip
       end try
   end tell
end tell
Daiya Mitchell - 25 Mar 2008 22:09 GMT
Yes, that looks the same as the script at the second link I posted.

> Well, this works and I can assign a keyboard shortcut to it.
>
[quoted text clipped - 6 lines]
>     end tell
> end tell
Hayley_K@officeformac.com - 13 May 2008 14:18 GMT
> Options for an applescript you can assign to a keyboard shortcut:
> <http://word.mvps.org/mac/scripts/PasteTextAS.html>
[quoted text clipped - 5 lines]
> >
> > I am always using "Paste Special" - "Unformatted Text" to paste text into Word so that it retains the font that I am using. I can't find a way to create a keyboard shortcut for this. Any clues??

I followed your first link, and it was easy enough to do, but now, when I try to paste with my specially designated new shortcut (which was option command V), word says "The specified text is not a valid autotext name." I don't understand.
Daiya Mitchell - 13 May 2008 14:24 GMT
http://word.mvps.org/mac/scripts/PasteTextAS.html

> I followed your first link, and it was easy enough to do, but now, when I try to paste with my specially designated new shortcut (which was option command V), word says "The specified text is not a valid autotext name." I don't understand.
>  

Option-Cmd-V is already assigned to Insert AutoText. When you assign a
keyboard shortcut to a script, I guess it doesn't override existing
shortcuts, as it uses a different mechanism than Word's internal
shortcuts. Two options:

1) go  into Tools | Customize Keyboard--in the left column, select All
Commands, tab to right column and type I-N-S quickly, then select
InsertAutoText, select the assigned keyboard shortcut, and Remove it.

2) use something other than option-cmd-v

For future reference, it is better to start a new thread than to
re-activate an old thread.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.