impress / impress.js

It's a presentation framework based on the power of CSS3 transforms and transitions in modern browsers and inspired by the idea behind prezi.com.
http://impress.js.org
MIT License
37.65k stars 6.66k forks source link

FR: Remove F5 as keyboard shortcut #786

Closed DarkTrick closed 3 years ago

DarkTrick commented 3 years ago

Problem:

Suggestion:

henrikingo commented 3 years ago

Hi. F5 is used for "PowerPoint compatibility". In practice this means compatibility with remote controllers.

This binding comes from the https://github.com/impress/impress.js/blob/master/src/plugins/fullscreen/fullscreen.js plugin. Just disable this plugin if you don't want it.

Note that browsers will also reload the page if you press Ctrl+R. This works with impress.js.