bit / subprocess

subprocess.jsm - start a process in your Firefox Extension and read/write data to/from it using stdin/stdout/stderr streams.
26 stars 9 forks source link

Sending special chars #2

Open inbasic opened 11 years ago

inbasic commented 11 years ago

Hi,

Is there anyway to send special chars like Ctrl+C to the application?

bit commented 11 years ago

think thats currently not possible