Table of Contents

Enum KeyLocation

Namespace
DotNetBrowser.Input.Keyboard.Events
Assembly
DotNetBrowser.dll

The key location on the keyboard.

public enum KeyLocation

Fields

Left = 3

The key location is on the left-hand side of the keyboard (e.g. the left Shift key).

NumericKeypad = 2

The key location is on the numeric keypad or is a virtual key associated with the numeric keypad.

Right = 4

The key location is on the right-hand side of the keyboard (e.g. the right Shift key).

Standard = 1

The key location is not specified or the key is not distinguished from left and right.