Enum KeyboardLayoutMode
Represents the possible modes for handling the keyboard layout.
Namespace: EyeAuras.Roxy.Actions.SendText
Assembly: EyeAuras.Roxy.dll
Syntax
public enum KeyboardLayoutMode
Fields
Name | Description |
---|---|
AutoDetect | The keyboard layout is automatically detected. |
Current | The current keyboard layout is used. |
Selected | The keyboard layout is switched to a selected one. |