I am trying to use javascript to record every key that is pressed even when the window isn't focused.
Example: I am typing up a work document but I still want JavaScript to record the keys that I press.
Is this even possible to do with JavaScript? If not, could I do it with PHP, Ruby, Python, or any other web based programing language?
Thank you so much for your help.