Is there any Apple II emulator for Linux that supports copy-and-paste, so I can easily input short BASIC programs? I don't see support for it in MAME, linapple (which I can't get fully working anyway), or the otherwise lovely Apple ][js https://www.scullinsteel.com/apple2/
@nickmofo ctrl-shift-v? (That's what works for most Linux terminals.)
@phooky That does indeed work in the terminal I use, but not in any of these three emulators. And while I see that Apple ][js //jse has code to handle a paste event, I can't see any way to send it one, even from a right-click menu
@nickmofo oh, what a mess. The are some ways to simulate typing the contents of the clipboard:
https://gist.github.com/ethack/110f7f46272447828352768e6cd1c4cb
@phooky Haha, Windows version written in AutoHotKey! But this may indeed work for me in Linux, thank you