C# Class SIL.FieldWorks.Common.RootSites.SimpleRootSiteTests.KeyboardWithGlyphSubstitution

Mock IBusCommunicatior implementation. Typing is performed in a preedit. Upon pressing Space, text is committed. "abc def ghi " becomes "ADG". Similar to KeyboardThatCommitsPreeditOnSpace.
Inheritance: KeyboardThatCommitsPreeditOnSpace
Show file Open project: sillsdev/FieldWorks

Protected Methods

Method Description
Commit ( char lastCharacterTyped ) : void

Method Details

Commit() protected method

protected Commit ( char lastCharacterTyped ) : void
lastCharacterTyped char
return void