Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.01 KB

README.md

File metadata and controls

23 lines (19 loc) · 1.01 KB

ZettaPrompt

ZettaPrompt is a JavaScript-based, keyboard-controlled teleprompter application. It can be used without a web server, run directly from index.html.

Shortcut keys are as follows:

Key Command
f Scroll through script forward
shift+f or ctrl+f Scrolls script forward more quickly
ctrl+shift+f Scrolls script forward even quicker
r Scroll scrough script backward
shift+r or ctrl+r Scrolls script backward more quickly
ctrl+shift+r Scrolls script backward even quicker
space Starts/stops scrollng1
down Increases forward scroll rate
shift+down Scrubs script forward by 150 pixels
up Decreases forward scroll rate2
shift+up Scrubs script backward by 150 pixels

Notes:
1 space will resume scrolling at the same speed previously used. If there was no preset scrolling speed, it will scroll at the slowest possible speed.
2 up, if used when the text is stopped, will scroll backwards.