Gripper.WebClient
Gripper.WebClient
SpecialKey Enum
Represents a special key as defined here.
public enum SpecialKey
Fields
Backspace 1
Represents Backspace key press. See here for char codes.
End 5
Represents End key press. See here for char codes.
Enter 0
Represents Enter key press. See here for char codes.
Escape 3
Represents Esc key press. See here for char codes.
Home 6
Represents Home key press. See here for char codes.
PageDown 4
Represents PgDn key press. See here for char codes.
Tab 2
Represents Tab key press. See here for char codes.