0

I'm using jquery-terminal to provide an interactive prompt in javascript. Unfortunately, I cannot paste things into this prompt.

How do I paste text into jquery-terminal?

fuzzyTew
  • 3,511
  • 29
  • 24

1 Answers1

1

Pasting may be done with Ctrl-V on non-Mac machines. The paste options do not appear in the right-click context menu, which was misleading me.

fuzzyTew
  • 3,511
  • 29
  • 24