Enum KeyLocation
- Namespace
- DotNetBrowser.Input.Keyboard.Events
- Assembly
- DotNetBrowser.dll
The key location on the keyboard.
public enum KeyLocation
Fields
Left = 3The key location is on the left-hand side of the keyboard (e.g. the left Shift key).
NumericKeypad = 2The key location is on the numeric keypad or is a virtual key associated with the numeric keypad.
Right = 4The key location is on the right-hand side of the keyboard (e.g. the right Shift key).
Standard = 1The key location is not specified or the key is not distinguished from left and right.