C# Class SleepHunter.Macro.Hotkey

Show file Open project: ewrogers/SleepHunter4 Class Usage Examples

Public Methods

Method Description
GetKeyFriendlyName ( Key key ) : string
Hotkey ( ModifierKeys modifiers, Key key ) : System.Text
IsFunctionKey ( Key key ) : bool
ToString ( ) : string

Method Details

GetKeyFriendlyName() public static method

public static GetKeyFriendlyName ( Key key ) : string
key Key
return string

Hotkey() public method

public Hotkey ( ModifierKeys modifiers, Key key ) : System.Text
modifiers ModifierKeys
key Key
return System.Text

IsFunctionKey() public static method

public static IsFunctionKey ( Key key ) : bool
key Key
return bool

ToString() public method

public ToString ( ) : string
return string