whscullin / apple1js

An Apple 1 Emulator in Javascript
MIT License
35 stars 8 forks source link

Insert text from clipboard function #41

Closed Eriknoc closed 9 months ago

Eriknoc commented 1 year ago

Would like to see a function for inserting text from the clipboard into the emulator. I think AppleWin's method (Shift+Insert) is pretty sensible.

gabrielsroka commented 9 months ago

Click Load, then paste the text there.

whscullin commented 9 months ago

You should be able to paste from the clipboard into the input buffer using whatever your browser considers to be the paste command (typically Windows ctrl-v, macOS command-v), and copy all on screen text with the copy command (typically Windows ctrl-c, macOS command-c).