If the third parameter or *--divisor* is specified, it is used as a speed-up multiplier. For example, a speed-up of 2 makes *scriptreplay* go twice as fast, and a speed-down of 0.1 makes it go ten times slower than the original session.
+During the replay, you can interactively speed up, slow down, or pause the playback using key bindings.
+
== OPTIONS
*-I*, *--log-in* _file_::
% scriptreplay --log-timing file.tm --log-out script.out
....
+== KEY BINDINGS
+
+The following keys control the playback of the script:
+
+- *Space*: Toggles pause and unpause. Press this key to pause the playback, and press it again to resume.
+- *Up Arrow*: Increases the playback speed. Each press of this key will make the script replay faster by x0.1.
+- *Down Arrow*: Decreases the playback speed. Each press of this key will slow down the script replay by x0.1.
+
== AUTHORS
The original *scriptreplay* program was written by mailto:joey@kitenet.net[Joey Hess]. The program was re-written in C by mailto:jay@gnu.org[James Youngman] and mailto:kzak@redhat.com[Karel Zak]