Skip to content

Bug fixes and keyboard shortcuts

Compare
Choose a tag to compare
@mirisuzanne mirisuzanne released this 26 Dec 19:16
· 107 commits to main since this release
67fb45e
  • 💥 BREAKING: Updated keyboard shortcuts
    to match PowerPoint,
    including command-. as 'end presentation'
    rather than 'toggle full-screen' (now command-shift-f)
  • 🚀 NEW: Support for blank-screen shortcuts
    (inspired by Curtis Wilcox)
  • 🚀 NEW: Both start/resume events target active slides
  • 🚀 NEW: Control panel includes toggle for keyboard controls
  • 🚀 NEW: Control panel buttons have aria-pressed styles
  • 🚀 NEW: All slide-event buttons that toggle a boolean state
    get aria-pressed values that update with the state
  • 🐞 FIXED: Scroll to the active slide when changing views
  • 🐞 FIXED: Control panel view toggles were broken
  • 🐞 FIXED: Control panel prevents propagation of keyboard shortcuts
  • 👀 INTERNAL: The current slide is stored in an activeSlide property