Re: [Atari800-users] Scriptable typing?
Brought to you by:
joy
From: Kay S. <ke...@sa...> - 2020-09-21 05:27:16
|
> > > DISPLAY=:1 xdotool search --class atari key B --delay 100 key Y --delay > 100 key E --delay 100 key Return Thanks, Daniel. This was super helpful, and I got Logo working in the bot with your help. I ended up with this, simple but effective: os.system('xdotool search --class atari type --delay 200 \'LOAD "D:PROG\r\'') Documentation for the bot is now at https://atari8bitbot.com The next technical challenge will be adding audio output from the Atari800 emulator using pulseaudio into ffmpeg. I have no idea how to do that. -K |