C# 클래스 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.
상속: KeyboardThatCommitsPreeditOnSpace
파일 보기 프로젝트 열기: sillsdev/FieldWorks

보호된 메소드들

메소드 설명
Commit ( char lastCharacterTyped ) : void

메소드 상세

Commit() 보호된 메소드

protected Commit ( char lastCharacterTyped ) : void
lastCharacterTyped char
리턴 void