]> git.proxmox.com Git - mirror_novnc.git/commit - app/ui.js
Make sure control bar stays visible on Tab
authorPierre Ossman <ossman@cendio.se>
Mon, 16 Oct 2017 14:08:29 +0000 (16:08 +0200)
committerPierre Ossman <ossman@cendio.se>
Wed, 18 Oct 2017 13:08:33 +0000 (15:08 +0200)
commit06fe4a3e1b0b86890d4c276ab7333928e8b3fdb0
treed288f78354eb45c2bed6e6449dda3e98d56407c6
parent50c317768e49a14033d8c7c12e4b26de25118c93
Make sure control bar stays visible on Tab

Avoid the deprecated keypress event in favour of the keydown event.
It has the benefit of triggering for all keys, not just those that
produce symbols.
app/ui.js