/usr/share/freemat/help/text/simkeys.mdc is in freemat-help 4.0-5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 | SIMKEYS SIMKEYS Simulate Keypresses from the User
Usage
This routine simulates keystrokes from the user on FreeMat.
The general syntax for its use is
otext = simkeys(text)
where text is a string to simulate as input to the console.
The output of the commands are captured and returned in the
string otext. This is primarily used by the testing
infrastructure.
|