<graphcon>.info <graphcon>.input-file
Simics Reference Manual  /  3 Commands  /  3.2 Command List  / 

<graphcon>.input

Synopsis

<graphcon>.input "string" [-e]

Description

Send string to the console. This will not work if the string contains non-printable or non-ASCII characters.

If -e is specified, then the string is interpreted as an Emacs-style keystroke sequence. The following characters and modifiers are accepted: 'C' (Ctrl), 'A' (Alt), 'Del', 'Up', 'Down', 'Left', 'Right', 'Esc', 'F1' to 'F12', 'Win', 'Enter' as well as the same characters that are accepted without the -e flag. Key strokes are combined using the '-' character. For example, "C-a" will input Ctrl and 'a' pressed together. "C-A-Del" will produce the famous Ctrl-Alt-Del sequence.

Provided By

graphcon

See Also

bp.console_string.wait-then-write
<graphcon>.info <graphcon>.input-file