RedHatEMEA / satools

18 stars 7 forks source link

Spacebar Preview of Slide #48

Open tenfourty opened 11 years ago

tenfourty commented 11 years ago

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.

jim-minter commented 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()) {