Open tenfourty opened 11 years ago
The aim is for space to open/close the zoom window. enter/esc already does this. I /think/ the place to edit is just ikeydown in juno/app/static/controller/SlidesController.js, i.e.: if(e.keyCode == e.ESC && this.getSlidezoom()) { and if(e.keyCode == e.ENTER && !this.getSlidezoom()) {
Add the ability to press spacebar and preview a slide - similar to the double click functionality currently in juno. Pressing spacebar again should hide the slide preview.