Posts Tagged ‘keyboard shortcuts’

h1

Word: Keyboard shortcut to paste unformatted text

July 2, 2009

Copying text from one Word document to another can be problematic, especially if you’re using templates and styles. Things can go wrong. Text can take on the styles of the destination document/template or keep its  own styles. And sometimes you don’t want to keep any of the styles in the original text — you just want to paste in the text without any formatting.

Word has several ways you can achieve this, some more convoluted than others, but as far as I know, there’s no standard keyboard command to paste text in as unformatted text.

Some of the standard methods within Word 2003 and 2007 are:

  • Paste the text and click the little icon at the bottom right of the pasted text, then select Keep Text only.  You have to do this immediately after pasting — as soon as you move away and do something else with the document, the icon option is gone.
  • Select Edit > Paste > Paste Special > Unformatted Text from the menu (Word 2003) OR Home tab > Paste > Paste Special > Unformatted Text (Word 2007).

But what if you have LOTS of text to paste in as unformatted text? Well, you can set up a macro in your template (e.g. Normal.dot) and apply a keyboard command for it. Then, when you need to paste in a lot of text as unformatted text, you just press the keyboard combination and it’s done.

This macro is called NoFormatPaste:
Sub NoFormatPaste()
Selection.PasteSpecial DataType:=wdPasteText
End Sub

Add the macro to the Word template

To add the NoPasteFormat macro to your Word template:

  1. Go to Tools > Macro > Macros (Word 2003) OR Developer tab > Macros (Word 2007).
  2. In the Macro name field, type NoFormatPaste.
  3. Select Normal.dot (or whatever template you want to add this macro to) from the Macros in drop-down list.
  4. Click Create.
  5. Paste the Selection.PasteSpecial DataType:=wdPasteText line from the macro above AFTER the last and BEFORE the End Sub line.
  6. Close the Microsoft Visual Basic window.
Macro for pasting unformatted text

Macro for pasting unformatted text

Assign a keyboard shortcut to the macro

Once you’ve added the macro to your template, you can assign a keyboard shortcut to it. Here’s how:

  1. Go to Tools > Customize (Word 2003) OR Office button Office_2007_button > Word Options > Customize (Word 2007).
  2. Click Keyboard (Word 2003) OR Customize (Word 2007).
  3. On the Customize Keyboard dialog box, select Macros from the Categories list.
  4. Select NoFormatPaste from the list of macros on the right.
  5. Click in the Press new shortcut key field.
  6. Press the keys you want to assign to this function (in the example, I’ve used Alt+Z).
  7. Select the document or template where you want this function to apply (in the example, it’s the Normal.dot template).
  8. Click Assign.
  9. Click Close to close the Customize Keyboard dialog box.
  10. Close the Customize dialog box (Word 2003) OR the Word Options dialog (Word 2007).
Assign a keyboard shortcut for the macro

Assign a keyboard shortcut for the macro

Test your keyboard shortcut

  1. Open a new document based on the template you selected in step 7 above.
  2. Open an existing Word document with text you want to copy and paste into the new document.
  3. Copy the text from the existing document.
  4. Go to the new document and press Alt+Z (or the keystroke combination you assigned in step 6 above). The copied text should paste in as unformatted text.

(Thanks to David G for helping me with this)

You can buy me a coffee if this tip helped you Has this tip helped you? saved you time? saved your skin? You can thank me by clicking on the cup and buying me a coffee. (An E-Junkie shopping cart page will open where you can pay for my coffee via PayPal.)
h1

Word: Add/remove highlighting with the keyboard

February 23, 2009

Microsoft Word has a toolbar icon Highlighter toolbar icon for applying and removing color highlighting, just like using a real highlighter. It’s fine when you only have the occasional highlighting to do, but what if you’re doing a lot of adding/removing highlighting from text? You need a quicker way, right?

Word 2003

In Word 2003 you have to assign your own keystroke combination for highlighting. And that’s not as intuitive or as easy as you’d think because they left Highlight off the Format list! Here’s how you do it:

  1. Go to Tools > Customize on the Word menu, and select the Commands tab (1).
  2. Click the Keyboard button (2). You must do this now otherwise you can’t see the Highlight command.
    Tools > Customize > Commands tab
  3. On the Customize Keyboard window, select All Commands from the Categories list on the left (3).
  4. In the Commands list on the right, scroll down to Highlight and select it (4).
    Tools > Customize > Keyboard
  5. Put your cursor in the Press new shortcut key field (5) and press the key combination you want to assign to color highlighting. Suggestion: Use Ctrl+Alt+H, the same as Word 2007. That way, when you move to Word 2007 you won’t have to reassign the keys or remember something different.
  6. If this key combination is available, [unassigned] displays (6).
  7. Save this key combination in the template (7).Tools > Customize > Keyboard (2)
  8. Click Assign (8).
  9. Click Close on each open window.

Word 2007

In Word 2007, someone realized that a key combination for turning highlighting on and off would be a good idea, so they included one — Ctrl+Alt+H. Simple.

Using the highlighting shortcut key

  • Adding highlighting: Select the text you want to highlight, then press Ctrl+Alt+H.
  • Removing highlighting: Select the highlighted text, then press Ctrl+Alt+H.

Changing the highlight color

The default highlight color is yellow, but you can change it. Once changed, the new color applies whenever you press the shortcut key combination.

  1. Click on the drop-down arrow next to the toolbar icon Highlighter toolbar icon.
  2. Click the color you want.
  3. Click the toolbar icon to turn off the ’sticky’ highlighter. This is necessary when you have a shortcut key assigned to the highlighting function — for some reason, the function is ’sticky’ as soon as you select a new color.
  4. Continue using the shortcut key to turn highlighting on and off.

(Thanks to Tony Jollans on the Microsoft Office Word Discussion Group who alerted me to this solution: http://tinyurl.com/7xbmg8)

You can buy me a coffee if this tip helped you Has this tip helped you? saved you time? saved your skin? You can thank me by clicking on the cup and buying me a coffee. (An E-Junkie shopping cart page will open where you can pay for my coffee via PayPal.)
h1

Word: Toggling between Print Preview and your document

September 18, 2008

The ever-helpful WordTips (a weekly email newsletter) detailed this tip in their 30 August 2008 edition (Tip #843):

You can use a little-known keyboard shortcut to toggle between your document and Print Preview mode: Alt+Ctrl+I (that’s “I” as in India).

[Links last checked 31 August 2008]

h1

Windows shortcuts

August 25, 2008

Handy Windows keyboard shortcuts:

  • Maximize or restore a window: Double-click its title bar.
  • Minimize the current window: Click its taskbar button.
  • Close a minimized window: Right-click its taskbar button then select Close.
  • Switch between open documents in a single program: Press Ctrl+F6. To go in the other direction if you have three or more documents open: Press Ctrl+Shift+F6.
  • Open the Start menu: Press Ctrl+Esc or the Windows ‘flag’ key.
  • Shut down your computer: Press Ctrl+Esc+U then Enter.
  • Display Windows Task Manager: Press Ctrl+Shift+Esc.
  • Close an application: Press Alt+F4.
  • Return to where you were working last in Word: Press Shift+F5. (Handy when you open the document next morning and need to continue on from where you were.)
  • Capture the active window: Pressing PrtScn captures the entire window, but Alt+PrtScn just captures the currently active window.

Using that special Windows (‘flag’) key:

On a standard keyboard the Windows key is usually located between the Ctrl and Alt keys; its location may vary on a laptop. So what does the Windows key do? It offers you very quick shortcuts to commonly used programs and functions. All you need to do is press the Windows key at the same time as pressing another key.

Here are some of the more useful Windows key combinations:

  • <Windows key> = open the Start menu
  • <Windows key> + D = display desktop (minimizes all windows; repeat the action to toggle the function off)
  • <Windows key> + E = open Windows Explorer
  • <Windows key> + F = open Explorer’s Search window
  • <Windows key> + L = logoff the current user
  • <Windows key> + R = open the Run command box
  • <Windows key> + Pause = open System Properties

[Parts of this article were first published in CyberText newsletters prior to 2008.]

You can buy me a coffee if this tip helped you Has this tip helped you? saved you time? saved your skin? You can thank me by clicking on the cup and buying me a coffee. (An E-Junkie shopping cart page will open where you can pay for my coffee via PayPal.)
h1

Word: Selecting text in Word

June 6, 2008

I think most of us can select text using a mouse, and some of us use Ctrl+ other keys too.

But did you know you can get very quick selections of text using the F8 key? If you press F8, the ‘extend’ command is turned on (press Esc to turn it off). In Word 2003, you’ll see ‘EXT’ displayed in the status bar of your document (Word 2007 doesn’t display anything).

Try this in an existing document:

  1. Place the cursor within a word in a paragraph, then press F8 to turn on the ‘extend’ command.
  2. Now, press F8 again. And again. And some more.

See what happens? The first press selects the next letter; the next press selects the whole word; the next, the whole sentence, then the paragraph, then the section, and by the sixth press you’ve selected the whole document!

To shrink the selection, press Shift+F8.

[This article was first published in the June 2005 CyberText Newsletter; steps checked and updated for Word 2007, 21 August 2008]

You can buy me a coffee if this tip helped you Has this tip helped you? saved you time? saved your skin? You can thank me by clicking on the cup and buying me a coffee. (An E-Junkie shopping cart page will open where you can pay for my coffee via PayPal.)
h1

Microsoft Office keyboard shortcuts

June 4, 2008

Some handy keyboard shortcuts for various Office 2003 programs.

Excel

  • To quickly open the Format Cells window, press Ctrl+1 in any cell.

Outlook

Switch to left pane folders quickly with these:

  • Mail: Ctrl+1
  • Calendar: Ctrl+2
  • Contacts: Ctrl+3
  • Tasks: Ctrl+4
  • Notes: Ctrl+5

Switch to Inbox:

  • Ctrl+Shift+I (upper case I for India)

PowerPoint

To temporarily turn off your presentation, press B or a full stop/period to make the screen black; press W or a comma to make it white (great for showing shadow animals! Just kidding…). Press ESC or the same key again to return to your presentation. Note: The letters aren’t case-sensitive..

[This article is from various CyberText Newsletters published prior to 2008.]

You can buy me a coffee if this tip helped you Has this tip helped you? saved you time? saved your skin? You can thank me by clicking on the cup and buying me a coffee. (An E-Junkie shopping cart page will open where you can pay for my coffee via PayPal.)
h1

Missing underlines on menu items

May 17, 2008

Help! My menus don’t have those underlines under certain letters any more. Can I get them back?

Sure you can. These underlined letters are variously known as ‘access keys’, ‘hot keys’, or ’shortcut keys’—they give you access to functions in the program using the keyboard instead of the mouse. But the setting to re-enable them is pretty hidden so you’re not likely to stumble upon it.

To get your access keys back in Windows XP:

  1. Go to Start > Control Panel > Display > Appearance tab.
  2. Click the Effects button.
  3. Clear the Hide underlined letters for keyboard navigation until I press the Alt key check box.
  4. Click OK twice to save your settings and close the two open windows.
You can buy me a coffee if this tip helped you Has this tip helped you? saved you time? saved your skin? You can thank me by clicking on the cup and buying me a coffee. (An E-Junkie shopping cart page will open where you can pay for my coffee via PayPal.)
h1

Keyboard shortcuts galore!

April 30, 2008

I came across this terrific site (http://www.keyxl.com) that lists ALL the keyboard shortcuts for many applications, operating systems, etc.

Here are the specific pages for Word 2003 and Word 2007 shortcuts:

Other application groups covered include most from Microsoft, Adobe, and Google, as well as web browsers, HTML editors, photo and imaging applications etc.

If you’re a keyboard person, you’ll drool over these lists and thank those who put them together.

About TinyURL addresses: TinyURL shortens very long web addresses—there’s nothing sinister about them.

[This article was first published in the December 2007 CyberText Newsletter; link last checked January 2008]

h1

PhraseExpress

April 23, 2008

I can’t recall where I found out about PhraseExpress, but it sounded handy so I installed it and set up about a dozen shortcuts to phrases I type regularly.

It’s similar to Word’s Autocorrect but the neat thing about PhraseExpress is that it works across all applications—even within a Virtual Machine and via Remote Desktop across a VPN. Very clever. It also keeps statistics on how much you’ve saved in typing time and therefore money, which is a bit scary!

Details: http://www.phraseexpress.com. Free for personal use; US$19.95 for professional use. A network version is also available.

[This article was first published in the September 2007 CyberText Newsletter; link last checked January 2008]

h1

Creating special characters

March 24, 2008

Problem: Jane from Sydney asked:

Do you know how to set up shortcuts either in Word or using your keyboard to get accented characters, such as those used in French?

Solution: Sure do, Jane! Hold down the ALT key as you press a sequence of keys. For a full list of each special character’s key combination, go to: http://www.forlang.wsu.edu/help/keyboards.asp
Example: ALT+0128 creates the Euro symbol € and ALT+0231 creates ç.

By the way, these key combinations work in any text editor, from Notepad, to Outlook, to Word…

[This article was first published in the June 2007 CyberText Newsletter; link last checked January 2008; confirmed these steps work in Word 2007, 21 August 2008]

You can buy me a coffee if this tip helped you Has this tip helped you? saved you time? saved your skin? You can thank me by clicking on the cup and buying me a coffee. (An E-Junkie shopping cart page will open where you can pay for my coffee via PayPal.)