WD98: INSERT (INS) Key Doesn't Switch Between Modes

ID: Q157228

The information in this article applies to:

SYMPTOMS

When you press CONTROL+INS on the Macintosh keyboard, the typing mode does not switch from Insert to Overtype or vice versa.

CAUSE

This is a design change in Word 98 Macintosh Edition. By default, CONTROL+INS is not assigned to switch between Overtype and Insert modes.

WORKAROUND

To work around this problem, use the method appropriate for your situation.

Method 1: Assign the Overtype Command to a Shortcut Key

To activate the INSERT key, do the following:

1. On the Tools menu, click Customize, and then click the Commands tab.

2. Click the Keyboard button.

3. In the Categories box, select All Commands.

4. In the Commands list, select Overtype.

5. Position the insertion point in the "Press New Shortcut Key" box, and

   then press the CONTROL+I keys on the keyboard (or other shortcut keys,
   as you want). You cannot assign CONTROL+INS (or any variation) to the
   Overtype command.

   NOTE: If the keys you press are already assigned to a different command,
   Word indicates the assignment with a message below the "Press new
   shortcut key" box, similar to the following message:

         Currently assigned to: <command>

6. Click the Assign button.

7. Click the Close button.

NOTE: OVR appears dimmed when Overtype mode is off.

Method 2: Select the Overtype Option

1. On the Tools menu, click Preferences, and then click the Edit tab.

2. Under Editing Options, clear or select the Overtype Mode check box.

Method 3: Use the Status Bar

With the status bar displayed, double-click OVR. This method sets the typing mode for the current session only.

Method 4: Use a Macro to Switch Between Overtype and Insert Modes

Create the following Visual Basic for Applications macro:

   Sub ToggleOverType()
      Options.Overtype = Not Options.Overtype
   End Sub

Microsoft provides programming examples for illustration only, without warranty either expressed or implied, including, but not limited to, the implied warranties of merchantability and/or fitness for a particular purpose. This article assumes that you are familiar with the programming language being demonstrated and the tools used to create and debug procedures. Microsoft support professionals can help explain the functionality of a particular procedure, but they will not modify these examples to provide added functionality or construct procedures to meet your specific needs. If you have limited programming experience, you may want to contact the Microsoft fee-based consulting line at (800) 936-5200. For more information about the support options available from Microsoft, please see the following page on the World Wide Web:

   http://www.microsoft.com/support/supportnet/refguide/

For additional information, please see the following articles in the Microsoft Knowledge Base:

   ARTICLE-ID: Q179020
   TITLE     : WD98: How to Customize Toolbars

Additional query word: overwrite
Keywords          : macword98 
Version           : 98
Platform          : MACINTOSH
Issue type        : kbprb

Last Reviewed: April 8, 1999