josh.js icon indicating copy to clipboard operation
josh.js copied to clipboard

Allow Ctrl-C trap to be disabled to allow Copy

Open sdether opened this issue 12 years ago • 0 comments

Currently Ctrl-C is trapped (as it should for shells). But it would be nice it that trap could be optionally defeated so Copy can continue to work.

Bonus: When that trap is disabled, Josh should instead trap (but still bubble) Ctrl-X and Ctrl-V so that text on the command line can participate in regular Cut/Paste operations

sdether avatar Apr 20 '13 23:04 sdether