Skip to main content

TextInputMode enum

Namespace: Arlecchino.Input · Assembly: Arlecchino.Core

How a key press becomes a character, which decides what happens on a non-latin layout.

public enum TextInputMode : byte

Fields

NameValueSummary
ByPosition0The character is taken from where the key sits rather than from what the layout makes of it, so a shortcut reads the same on every layout and that language cannot be typed at all.
Native1Any non-control character is taken as typed, so any language can be typed.