I am developing a web application. I want to catch the keypress event with javascript / jquery while the user is browsing on another tab, i.e. while the tab in which my web application is running is inactive.
Is it possible to do that, with javascript or another technology?