Please Note: This article is written for users of the following Microsoft Word versions: 2007 and 2010. If you are using an earlier version (Word 2003 or earlier), this tip may not work for you. For a version of this tip written specifically for earlier versions of Word, click here: Direction Arrows Confused.

Direction Arrows Confused

Written by Allen Wyatt (last updated November 5, 2021)
This tip applies to Word 2007 and 2010


3

Pat reports that something really strange has happened with one of her Word documents. For some reason, the arrow keys have become confused. Pressing the left arrow moves the cursor right, while right goes left. Similarly, pressing the up arrow moves the cursor down and the down arrow moves it up.

The first thing you'll want to do is to open the document on a different system to see if the problem is evident there, as well. If it is, then you know that the problem is with the document itself. If it is not, then the problem is with the original system.

If this behavior is evident in only a single document, then there are only a limited number of reasons as to why it could be happening. The first thing to check is whether there are any macros associated with the document. It could be that the macros redefine the behavior of the arrow keys. If that is the case, then you can delete or edit the macros to make the behavior change.

The other possible cause is that the document is corrupted in some manner. Corrupt documents can display all sorts of strange behaviors, including keyboard quirks. If you suspect this is the case, then you'll need to go through some rather standard steps for dealing with corrupt documents. (How you handle corrupt documents has been discussed in other issues of WordTips.)

If the problem is with the computer itself, then you might try swapping out the keyboard for a new one to see if that takes care of the problem.

WordTips is your source for cost-effective Microsoft Word training. (Microsoft Word is the most popular word processing software in the world.) This tip (11464) applies to Microsoft Word 2007 and 2010. You can find a version of this tip for the older menu interface of Word here: Direction Arrows Confused.

Author Bio

Allen Wyatt

With more than 50 non-fiction books and numerous magazine articles to his credit, Allen Wyatt is an internationally recognized author. He is president of Sharon Parq Associates, a computer and publishing services company. ...

MORE FROM ALLEN

Asking for Delete Confirmation

When you select some text and then press the Del key, the text should immediately be removed from your document. If you ...

Discover More

Starting Out Formulas

When you enter a formula from the keyboard, Excel only knows it is a formula if you start it with an equal sign. You can ...

Discover More

Sorting by Headings

Headings are a great way to organize your document. If, after getting your headings in place, you want to sort by those ...

Discover More

Do More in Less Time! Are you ready to harness the full power of Word 2013 to create professional documents? In this comprehensive guide you'll learn the skills and techniques for efficiently building the documents you need for your professional and your personal life. Check out Word 2013 In Depth today!

More WordTips (ribbon)

Canceling a Command

Tired of waiting for a command to finish running? You can use the same shortcut to cancel a command that you use to ...

Discover More

Unwanted Font in Draft View

Word supports different ways of viewing your document as you work with it. One of those views, Draft, can use a specific ...

Discover More

Understanding Sections

Sections are handy if you want to subdivide a document so you can apply different document formatting to those ...

Discover More
Subscribe

FREE SERVICE: Get tips like this every week in WordTips, a free productivity newsletter. Enter your address and click "Subscribe."

View most recent newsletter.

Comments

If you would like to add an image to your comment (not an avatar, but an image to help in making the point of your comment), include the characters [{fig}] (all 7 characters, in the sequence shown) in your comment text. You’ll be prompted to upload your image when you submit the comment. Maximum image size is 6Mpixels. Images larger than 600px wide or 1000px tall will be reduced. Up to three images may be included in a comment. All images are subject to review. Commenting privileges may be curtailed if inappropriate images are posted.

What is six minus 2?

2021-11-07 11:51:30

Jeff Lindsay

Some languages like Hebrew run right to left. In a passage with Hebrew text, for example, the right arrow key will advance the cursor by moving it to the left, and the left arrow key will move the cursor back by going to the right. Perhaps the document has become corrupted and think the passage in question is from Hebrew script (just setting the language to Hebrew for me does not change arrow behavior -- it has to be text from a right-left script). Maybe examining the code of the XML might show something odd has happened. But I would just try copying the text of your document into a new file and seeing if the problem persists.


2021-11-05 06:26:24

Kiwerry

Thanks for a useful tool, John


2017-08-18 08:59:57

John Dockery

Occasionally the enter key will act oddly. I discovered that somehow it was being reassigned. This macro will list all redefined keys in a separate document. The last line restores the default behavior of the enter key
Sub KeyAssignments()
Dim kbLoop As KeyBinding
Dim CurrentKeyCommand As String
Dim NewKeyCommand As String
CustomizationContext = NormalTemplate
For Each kbLoop In KeyBindings
CurrentKeyCommand = kbLoop.Command
selection.InsertAfter kbLoop.Command & vbTab _
& kbLoop.KeyString & vbCr
selection.Collapse Direction:=wdCollapseEnd
Next kbLoop
' This line resets the return (Enter) key to its default behavior.
FindKey(BuildKeyCode(Arg1:=wdKeyReturn)).Clear
End Sub


This Site

Got a version of Word that uses the ribbon interface (Word 2007 or later)? This site is for you! If you use an earlier version of Word, visit our WordTips site focusing on the menu interface.

Videos
Subscribe

FREE SERVICE: Get tips like this every week in WordTips, a free productivity newsletter. Enter your address and click "Subscribe."

(Your e-mail address is not shared with anyone, ever.)

View the most recent newsletter.