Controlling Num Lock in Reflection on Laptop Computers

  • 7021609
  • 30-Mar-2000
  • 01-Apr-2018

Environment

Reflection for HP version 13.0 through 14.x
Reflection for UNIX and OpenVMS version 13.0 through 14.x

Situation

This technical note describes how to turn off Num Lock while in a Reflection session, and how to use events to set Num Lock to the off state when Reflection starts.

Resolution

Changing the Keyboard State on Laptop Computers

By default, Reflection will follow the operating system's default Num Lock state. Because most laptop or notebook computers have 10-key keypads embedded in the alphanumeric keyboard, most laptop users prefer to have Num Lock in the off state. To toggle the keyboard state while in a Reflection session, press Shift+Num Lock.

Using Events to Disable Num Lock on Laptop Computers

You can use Reflection Events to set the Num Lock state to off every time a user starts Reflection. Follow these steps to enable an event:

  1. Start Reflection, but do not log on.
  2. Click Setup > Events.
  3. In the Event Setup dialog box, click New.
  4. Under Event type, select "When Reflection starts."
  5. Select the Enabled check box.
  6. In the Run this Event group box, select Every time.
  7. In the Action group box, select Commands.
  8. Under Command Type, select Visual Basic.
  9. In the Command line, type:
numlock=false
  1. Click OK.
  2. Click OK again to close the Event Setup dialog box.
  3. Click File > Save to save your settings file.

Additional Information

Legacy KB ID

This document was originally published as Attachmate Technical Note 1153.