vispy / jupyter_rfb

Remote Frame Buffer for Jupyter
https://jupyter-rfb.readthedocs.io
MIT License
58 stars 10 forks source link

Change how key events are captured #17

Closed almarklein closed 3 years ago

almarklein commented 3 years ago

closes #16

Instead of enabling/disabling the global capturing of events, when the mouse moves in and out the <img>, we add a stub <a> element that gets focus when the <img> is clicked.