C# Class Tibialyzer.AutoHotkeyManager

Mostra file Open project: Mytherin/Tibialyzer Class Usage Examples

Public Methods

Method Description
CloseSuspendedWindow ( ) : void
ShowSuspendedWindow ( bool alwaysShow = false ) : void
ShutdownAutohotkey ( ) : void
StartAutohotkey ( ) : void
UpdateSettings ( List settings ) : void

Private Methods

Method Description
modifyKeyString ( string value, string originalLine ) : string
writeToAutoHotkeyFile ( ) : void

Method Details

CloseSuspendedWindow() public static method

public static CloseSuspendedWindow ( ) : void
return void

ShowSuspendedWindow() public static method

public static ShowSuspendedWindow ( bool alwaysShow = false ) : void
alwaysShow bool
return void

ShutdownAutohotkey() public static method

public static ShutdownAutohotkey ( ) : void
return void

StartAutohotkey() public static method

public static StartAutohotkey ( ) : void
return void

UpdateSettings() public static method

public static UpdateSettings ( List settings ) : void
settings List
return void