Method | Description | |
---|---|---|
Equals ( object o ) : bool | ||
FromKeySym ( string keysym ) : |
A dictionary of keysyms and the corresponding Key object
|
|
GetHashCode ( ) : int |
Hash key by returning its printable representation’s hashcode or, if unavailable, its virtual key code’s hashcode.
|
|
IsModifier ( ) : bool |
Return whether a key is a modifier (shift, ctrl, alt)
|
|
IsPrintable ( ) : bool | ||
IsUsable ( ) : bool |
Return whether a key is usable in a compose sequence
|
|
Key ( VK vk ) : System | ||
Key ( string str ) : System | ||
ToString ( ) : string |
Serialize key to a printable string we can parse back into a Key object
|
|
operator ( ) : bool |
Method | Description | |
---|---|---|
GetKeyNames ( ) : string>.Dictionary |
public static FromKeySym ( string keysym ) : |
||
keysym | string | |
return |