Method | Description | |
---|---|---|
CreateConfigDir ( ) : bool | ||
EditCustomRulesFile ( ) : void |
Find the preferred application for .txt files and launch it to open .XCompose. If the file does not exist, try .XCompose.txt instead. If it doesn’t exist either, create .XCompose ourselves.
|
|
GetConfigFile ( ) : string | ||
GetSequenceDescriptions ( ) : List |
||
GetSequenceList ( ) : SequenceTree | ||
GetSequenceResult ( KeySequence sequence, bool ignore_case ) : string | ||
IsDebugging ( ) : bool | ||
IsInstalled ( ) : bool | ||
IsValidPrefix ( KeySequence sequence, bool ignore_case ) : bool | ||
IsValidSequence ( KeySequence sequence, bool ignore_case ) : bool | ||
LoadConfig ( ) : void | ||
LoadSequences ( ) : void | ||
SaveConfig ( ) : void | ||
StartWatchConfigFile ( ) : void | ||
StopWatchConfigFile ( ) : void |
Method | Description | |
---|---|---|
ConfigFileChanged ( object sender, |
||
GetConfigDir ( ) : string | ||
GetDataDir ( ) : string | ||
GetExeDir ( ) : string | ||
GetExeName ( ) : string | ||
GetSupportedLanguages ( ) : string>.Dictionary |
||
GetUserDir ( ) : string | ||
LoadEntry ( string key ) : string | ||
LoadSequenceFile ( string path ) : void | ||
LoadSequenceString ( string line ) : void | ||
ReloadConfig ( object state ) : void | ||
SaveEntry ( string key, string val ) : void | ||
Settings ( ) : System | ||
StringToCodepoint ( string s ) : int |
public static GetSequenceDescriptions ( ) : List |
||
return | List |
public static GetSequenceList ( ) : SequenceTree | ||
return | SequenceTree |
public static GetSequenceResult ( KeySequence sequence, bool ignore_case ) : string | ||
sequence | KeySequence | |
ignore_case | bool | |
return | string |
public static IsValidPrefix ( KeySequence sequence, bool ignore_case ) : bool | ||
sequence | KeySequence | |
ignore_case | bool | |
return | bool |
public static IsValidSequence ( KeySequence sequence, bool ignore_case ) : bool | ||
sequence | KeySequence | |
ignore_case | bool | |
return | bool |
public static StartWatchConfigFile ( ) : void | ||
return | void |