C# Syntax
public static class Keys
System.Object
HP.LFT.SDK.Keys
Name | Description | |
---|---|---|
![]() | AppKey | The Application key. |
![]() | Backspace | The Backspace key. |
![]() | CapsLockOff | Turns off the CapsLock key. |
![]() | CapsLockOn | Turns on the CapsLock key. |
![]() | Delete | The Delete key. |
![]() | Down | The Down (arrow) key. |
![]() | End | The End key. |
![]() | Esc | The Escape key. |
![]() | F1 | The F1 key. |
![]() | F10 | The F10 key. |
![]() | F11 | The F11 key. |
![]() | F12 | The F12 key. |
![]() | F2 | The F2 key. |
![]() | F3 | The F3 key. |
![]() | F4 | The F4 key. |
![]() | F5 | The F5 key. |
![]() | F6 | The F6 key. |
![]() | F7 | The F7 key. |
![]() | F8 | The F8 key. |
![]() | F9 | The F9 key. |
![]() | Home | The Home key. |
![]() | Insert | The Insert key. |
![]() | Left | The Left (arrow) key. |
![]() | NumLockOff | Turns off the NumLock key. |
![]() | NumLockOn | Turns on the NumLock key. |
![]() | PageDown | The PageDown key. |
![]() | PageUp | The PageUp key. |
![]() | Pause | The Pause/Break key. |
![]() | PrintScr | The PrintScreen key. |
![]() | Return | The Return/Enter key. |
![]() | Right | The Right (arrow) key. |
![]() | ScrollLockOff | Turns off the ScrollLock key. |
![]() | ScrollLockOn | Turns on the ScrollLock key. |
![]() | Tab | The Tab key. |
![]() | Up | The Up (arrow) key. |