KeyboardControlResetModifierKeys Method

Resets state of common modifier keys on hardware keyboard as well as all modifier soft keys.

Definition

Namespace: BeeMobile.Keyboard
Assembly: BeeMobile.Keyboard.NET48 (in BeeMobile.Keyboard.NET48.dll) Version: 4.8.2.1
C#
public virtual void ResetModifierKeys()

Remarks

The common modifier keys are considered:
  • Shift key - both left and righ
  • Control key - both left and righ
  • Alt key - both left and righ
  • Windows key - both left and righ

See Also