You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Works only with the standalone app and the external prompter, not the in-frame one.
11
+
Works only with the standalone app and the external prompter, not the in-frame one. Windows only, sorry.
12
12
Make sure the you have the "Footswitch_Arduino.ino" sketch loaded onto the Arduino and the footswitch connected between pin 4 and GND. I am using the foot pedal from my keyboard.
13
+
The script "footswitch_cmd.py" is written for Python 3 and needs pyserial and pywinauto to be installed. Adjust the COM-Port in the script to your system.
13
14
14
15
## Operation:
15
-
- Run this script.
16
-
- Load your script in the Imaginary Teleprompter and start the external prompter by clicking "Prompt It!".
17
-
- Pause the prompter with the space key.
16
+
- Run footswitch_cmd.py and watch the output: It should say "Footswitch connected". Otherwise check the serial port in the script.
17
+
- Load your text in Imaginary Teleprompter and start the external prompter by clicking "Prompt It!".
18
+
- Pause the prompter with the space key on your keyboard.
18
19
- A short press of the footswitch sends "Page Down" to the teleprompter, scrolling half a page down.
19
20
- A long press (>300ms) starts the automatic scrolling as long as the footswitch is depressed (and stops it when released).
0 commit comments