BUG: Friction and Factor PWB Switches do not work

Last reviewed: July 17, 1997
Article ID: Q90012
2.1.49 MS-DOS kbtool kbbuglist

The information in this article applies to:

  • Microsoft Programmer's Workbench for MS-DOS, version 2.1.49

SYMPTOMS

The Friction and Factor switches do not work in Programmer's WorkBench (PWB) version 2.1.49.

RESOLUTION

The Friction switch, together with the Factor switch, control how quickly PWB executes a fast function (see the "Environment and Tools" manual for information on the Fastfunc switch). A fast function is a PWB function whose action repeats rapidly when you hold down the associated key.

On many computers, the keyboard repeat rate is much too fast by default. The intention of the Friction and Factor switches is to slow the keyboard repeat rate. These switches do not work in PWB 2.1.49.

To adjust the keyboard rate, do the following:

  1. From the Options menu, choose Editor Settings.

  2. In the Editor Settings box, select the "text" option.

  3. Turn off all the Fastfunc settings in the Switch List box by toggling "on" to "off." For example, you should see the editor setting:

          Fastfunc: emacscdel on
    

    This statement would normally allow the Friction and Factor switches to control the speed of the BACKSPACE key assigned to the Emacscdel function. Change this to:

          Fastfunc: emacscdel off
    

By turning off Fastfunc settings, you will enable Windows or MS-DOS to set the key repeat rate.

In Windows, you can adjust the key repeat rate with the keyboard icon in the control panel. This will affect all applications that run within Windows.

If you are running MS-DOS outside of Windows, you can adjust the key repeat rate (also known as the typematic rate) by using the MODE command. For example, the MS-DOS command

   mode con rate=1 delay=4

specifies a rate of approximately two characters a second after a delay of 1 second.

STATUS

Microsoft has confirmed this to be a problem in Programmer's WorkBench version 2.1.49.

MORE INFORMATION

More information about setting keyboard repeat rates can be found in your MS-DOS manual (see MODE command) and in the "Microsoft Windows User's Guide" (see Control Panel).

For more information about the Friction, Factor, and Fastfunc editor settings, see the "Environment and Tools" manual.


Additional reference words: 2.1.49 patch buglist2.1.49 cursor speed MASM C7
KBCategory: kbtool kbbuglist
KBSubcategory: PwbIss
Keywords : kb16bitonly


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: July 17, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.