clj-swingrepl icon indicating copy to clipboard operation
clj-swingrepl copied to clipboard

Ctrl-D sometimes propagates to other windows

Open ivankozik opened this issue 13 years ago • 1 comments

Pressing Ctrl-D to close a clj-swingrepl window sometimes propagates the key/close event to another window, closing more than the REPL than you intended to close. This happens even if the other REPL is in another process.

Tested on Windows; might not happen elsewhere.

ivankozik avatar May 07 '12 04:05 ivankozik

Looks like a Ctrl-D in another application entirely can make clj-swingrepl quit (as long as clj-swingrepl receives focus next). I guess there's some keyup/keydown logic that needs fixing.

ivankozik avatar May 07 '12 07:05 ivankozik