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
Afficher le fichier Open project: sillsdev/FieldWorks

Méthodes protégées

Méthode Description
Commit ( char lastCharacterTyped ) : void

Method Details

Commit() protected méthode

protected Commit ( char lastCharacterTyped ) : void
lastCharacterTyped char
Résultat void