Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

Keystroke repetition and keyboard scrolling do not work smoothly when you use a Remote Desktop connection to connect to a Windows Server 2003-based terminal server


View products that this article applies to.

Symptoms

When you use a Remote Desktop connection to connect to a Microsoft Windows Server 2003-based terminal server, you may experience the following symptoms:
  • When you press and hold a key, the keystroke repetition may not work as smoothly as expected.
  • When you move through a document by using the keyboard, the document may not scroll smoothly.
Note You may experience this issue more severely or less severely, depending on the network infrastructure over which you connect to the terminal server.

↑ Back to the top


Cause

This behavior occurs because of the design of Remote Desktop Protocol (RDP). RDP is optimized to help reduce the number of packets that are generated on a network. To do this, RDP packs repeated keystrokes together over the network connection.

↑ Back to the top


Workaround

To work around this behavior, use the FilterKeys option that is in the Accessibility Options item in Control Panel.

Note When you use FilterKeys option to work around this behavior, you experience slower keyboard repetition rates. However, the generation of repeated keystrokes in a Terminal Services session is more consistent.

To use the FilterKeys option, follow these steps:
  1. Click Start, click Run, type access.cpl, and then click OK.
  2. In the Accessibility Options dialog box, click the Keyboard tab, and then click to select the Use FilterKeys check box.
  3. Under FilterKeys, click Settings.
  4. In the Settings for FilterKeys dialog box, click Ignore quick keystrokes and slow down the repeat rate, and then click Settings.
  5. In the Advanced Settings for FilterKeys dialog box, click Slow down keyboard repeat rates, and then click the repeat rate that you want to use in the Repeat rate list. For example, click 0.3 seconds in the Repeat rate list.

    Note For more information about how to set a repeat rate that is less than 0.3 seconds, see the "More Information" section.
  6. Click OK three times.

↑ Back to the top


More information

Warning Serious problems might occur if you modify the registry incorrectly by using Registry Editor or by using another method. These problems might require that you reinstall the operating system. Microsoft cannot guarantee that these problems can be solved. Modify the registry at your own risk.

The lowest value that you can set for the keyboard repeat rate in the Advanced Settings for FilterKeys dialog box is 0.3 seconds. However, you can use a registry entry to set the keyboard repeat rate to 0.1 seconds. To do this, follow these steps:
  1. Start a text editor such as Notepad.
  2. Paste the following registry information into the text editor window, and then save the file together with a .reg file name extension:
    Windows Registry Editor Version 5.00
    
    [HKEY_CURRENT_USER\Control Panel\Accessibility\Keyboard Response]
    
    "AutoRepeatRate"="100"
    
    "Last Valid Repeat"=dword:00000064
  3. Double-click the .reg file that you created in step 2, and then click Yes when you are prompted to enter this information into the registry.

↑ Back to the top


Keywords: kbenv, kbtshoot, kbprb, KB929274

↑ Back to the top

Article Info
Article ID : 929274
Revision : 4
Created on : 10/11/2007
Published on : 10/11/2007
Exists online : False
Views : 453