Mac Keyboard Shortcut To Center Text For Word



Active1 month ago

iWork provides the keyboard shortcut Cmd-Option-Shift-V to paste text without it's original formatting. How can I get this or a similar shortcut key for Microsoft Word 2008 for Mac?

Question: Q: Custom keyboard shortcut for center text doesn't work More Less Apple Footer This site contains user submitted content, comments and opinions and is for informational purposes only. Macintosh Keyboard Shortcuts to use in Microsoft Word. Home > Technology Tutorials > Word. The command key is the one that people often call 'open apple' and is found on either side of the space bar. Double underline text Double space lines Center a paragraph Delete one word to the left Justify a paragraph. Assigning Notification Center to a keyboard shortcut just makes sense. It especially makes sense if you use a keyboard and mouse combination on your Mac, instead of a trackpad. Granted, MacBook users might not be so easily convinced, because invoking Notification Center can be accomplished via an effortless two-finger swipe on the trackpad.

ericgericg
7834 gold badges15 silver badges27 bronze badges

6 Answers

I found the answer in this blog post

Create the AppleScript:

Save in /Users/YourUserName/Documents/Microsoft User Data/Word Script Menu Items as Paste unformattedmosV.scpt (the backslashed bit at the end of the filename provides the shortcut). Restart Word and you can now paste without importing extraneous styles with Apple-Alt-Shift-V.

ericgericg
7834 gold badges15 silver badges27 bronze badges

There's a 'PasteDestinatationFormatting' command.

Go to Tools > Customize Keyboard, then select 'All Commands' in the left pane.

In Word 2011, the default keys are command-option-shift-v.

user4272

Answer to the same problem but for Microsoft Word 2011: how to assign pasting as unformatted text to Cmd+V.

DaeDae

I don't know about Word 2008 but for Word for Mac v16.16.7 (whatever edition that is), I was able to use a version of the Tools > Customize Keyboard solution. Once there, select Edit on the left and PasteTextOnly on the right. Then, add whatever keyboard shortcut you want, e.g., command+V. I have not extensively road tested this but it seems to work.

jbjojbjo

This blog post describes a method by redefining Cmd-V to a custom macro:

  • Unbind Cmd-V from standard “Paste”.
  • Record a macro for Cmd-V.
  • Fix the source code of the new macro (by replacing wdPasteDefault with wdFormatPlainText).

If you want to keep standard 'Paste' functionality it might be better to use another key combination though.

nohillsideMac keyboard shortcuts to center text for word
57.1k14 gold badges120 silver badges168 bronze badges
Ab AlsaudAb Alsaud

We're looking for long answers that provide some explanation and context. Don't just give a one-line answer; explain why your answer is right, ideally with citations. Answers that don't include explanations may be removed.

If you assign a short cut key to 'Paste Special...' it's just another quick DOWN and RETURN to paste without formatting.

BrandonBrandon

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged keyboardms-officetext .

Keyboard Shortcut To Center Align

Last week I described the PureText utility that lets you paste plain text in Word and other applications via a keyboard shortcut. You can create a macro to get the same functionality in Word and Excel, without having to download anything.

(Note that the original post of this tip reported that PureText required that you click its icon in your system tray before you press the shortcut keys to paste plain text. This is true only if you open the destination app after the material you want to paste has been added to the clipboard. If both the source and destination programs are open when you initially copy the text, you need only press PureText's shortcut key to paste the text without images, formatting, and other non-text elements. my thanks to the reader below for pointing out this error.)

Paste plain text in Word via the keyboard
In Word 2003, click Tools*Macro*Macros. In Word 2007, click View*Macros. In both versions, type PlainPaste in the Macro name field (you can name it anything you like, but the name must begin with a letter, have no spaces, and use no punctuation), and choose Create. Place the cursor at the beginning of the line just above 'End Sub' and type Selection.PasteSpecial DataType:=wdPasteText. The only space in the line is between 'PasteSpecial' and 'Datatype:'. Press Ctrl-s to save the macro, and click File*Close and Return to Microsoft Word.

Now test the macro: Select a mix of text and other elements in your browser or some other application, press Ctrl-c to place it on the clipboard, return to Word, click Tools*Macro*Macros in Word 2003, or View*Macros in Word 2007, select PlainPaste in the list of Macros, and click Run. Only the text should appear, in the format of the document, not of the source.

Next, assign a keyboard shortcut to the macro: In Word 2003, click Tools*Customize*Commands, make sure Normal.dot is selected in the 'Save in' drop-down menu, and click the Keyboard button. Scroll down the Categories list in the top left and select Macros. Choose PlainPaste (or whatever you named the macro) in the right pane, click in the 'Press new shortcut key' box, type Ctrl-t (or the unused key combination of your choice, beginning with Ctrl, Alt, and/or Shift), select Assign and then Close twice.

To assign the keyboard shortcut in Word 2007, click the Office button in the top-left corner, choose Word Options at the bottom of the window, click Customize in the left pane, and then the Customize button to the right of 'Keyboard shortcuts' at the bottom of the Word Options dialog box. Scroll to and select Macros in the Categories window, select the PlainPaste macro in the window to the right, click in the 'Create new keyboard shortcut' field, type Ctrl-t (or your choice of combination, beginning with Ctrl, Alt, and/or Shift), click Assign, then Close, and finally OK.

Give Excel a plain-paste keyboard shortcut
Here's the fastest way I know of to create a plain-paste keyboard shortcut in Microsoft Excel: First, select any text and press Ctrl-c to place it in the clipboard. In Excel 2003, click Tools*Macro*Record New Macro. In Excel 2007, click View*Macros*Record Macro. Enter a name in the 'Macro name' field, beginning with a character, and without any spaces or punctuation. Click in the 'Shortcut key' box, type t (or the letter of your choice, as long as it isn't already assigned to a shortcut that begins with Ctrl), and press OK. In Excel 2003, click Edit*Paste Special*Text*OK, and press the Stop Recording button on the tiny toolbar that popped up when you closed the Record Macro dialog box. In Excel 2007, click Home*Paste*Paste Special*Text*OK*View*Stop Recording.

Mac Keyboard Shortcuts To Center Text For Word

When you close Excel, you'll be asked if you want to save the changes in the Personal Macro Workbook. Click Yes to make the shortcut available when you reopen the application.

Keyboard Shortcut To Center A Line Of Text

Tomorrow: The (selective) return of smart quotes in Microsoft Word.