ISystemInteractions
Description
Provides basic interactions such as keyboard shortcuts for the target operating system.
ISystemInteractions Interface
Namespace: Progile.TRIO.BaseModel Assembly: Progile.TRIO.BaseModel (in Progile.TRIO.BaseModel.dll)
Methods
Name
Description
CloseApp
Shortcut to close the application.
Copy
Shortcut to copy the currently selected text or item.
Cut
Shortcut to cut the currently selected text or item.
GoToEndOfText
Goes to the end of the current text input.
GoToStartOfText
Goes to the beginning of the current text input.
Paste
Shortcut to paste the most recent element from the clipboard.
SelectAll
Shortcut to select all text or elements in the current context.
SwitchWindow
Switches to the previous window or application (Alt-Tab on Windows).
Properties
Name
Description
ShortcutKey
The general shortcut key used by most applications. For Windows Ctrl
AltKey
The general Alt key used for some shortcuts. For Windows Alt
Last updated