You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying register user events (keypresses, mouse movements and clicks) from the JetKVM user interface. By manually injecting some javascript, my goal is to record my actions on the computer connected to JetKVM.
Starting in a quite naive manner, I tried to addEventListeners to the main <video> element, to the <body>, or the window. However, I'm only able to capture mousemove events, but no keydown, keypress, mousdown, etc. These seem to be the events that JetKVM manages.
Is there a way to access these events using the JetKVM UI javascript? Or is there a way to get notified of these events independently of the JetKVM UI?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello all,
I'm trying register user events (keypresses, mouse movements and clicks) from the JetKVM user interface. By manually injecting some javascript, my goal is to record my actions on the computer connected to JetKVM.
Starting in a quite naive manner, I tried to
addEventListeners to the main<video>element, to the<body>, or thewindow. However, I'm only able to capturemousemoveevents, but nokeydown,keypress,mousdown, etc. These seem to be the events that JetKVM manages.Is there a way to access these events using the JetKVM UI javascript? Or is there a way to get notified of these events independently of the JetKVM UI?
Any hint would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions