From 1dc9c9422ddf1429cda9f368b5aa5a206c73898c Mon Sep 17 00:00:00 2001 From: Zeal Jagannatha Date: Tue, 1 Nov 2016 14:02:33 -0700 Subject: [PATCH] Added =/n keys to resume normal playback speed Added =/n keys to resume normal playback speed --- scriptreplay | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scriptreplay b/scriptreplay index e7db882..fe39cc6 100755 --- a/scriptreplay +++ b/scriptreplay @@ -134,6 +134,7 @@ sub main() { $accel += 0.1 if $key =~ /-|d/i; $accel -= 0.1 if $key =~ /\+|i/i && $accel > 0.11; + $accel = 1 if $key =~ /=|n/i; last REPLAY if $key =~ /q|f/i; if ($key =~ /s|p/i) { while (ReadKey(0) =~ /c/i) { next; } @@ -251,6 +252,10 @@ files are: C, C, C or C. =item * +"=" or "n" resumes normal display speed. + +=item * + "s" or "p" pauses the playback; and "c" continues again. =item *