You would need a program that can intercept keystrokes and look for the CTRL+J combination. I'm not sure how, but if you could develop a program that would hook all keystrokes sent to Windows and filter them for CTRL+J, you could do it... this article may help:

http://support.microsoft.com/kb/320584

The problem is capturing keystrokes from other processes, that's where the difficulty truly lies