jxnblk / mdx-deck

♠️ React MDX-based presentation decks
https://mdx-deck.jxnblk.com
MIT License
11.32k stars 605 forks source link

Presenter mode inaccessible in Windows #755

Closed spences10 closed 2 years ago

spences10 commented 3 years ago

In older versions of MDX Deck I used /?mode=presenter#0 to get into presenter mode on Windows, now that's not an option and there's no details on how to get into it on other platforms other than macOS.

Alt+p in windows is used to pin a browser tab

Alt+Shift+p goes into a stacked mode

Ctrl+p is to print

afedulov commented 3 years ago

I face the same issue in Linux Mint. Is there a workaround?

spences10 commented 3 years ago

I've started using MDXP now, all the features for presentation I need

I've written about it here if you're interested.

afedulov commented 3 years ago

Thanks, @spences10. I found a 'hackaround' via editing the keyboard hook of the used theme:

vim src/gatsby-theme-mdx-deck/hooks/use-keyboard.js

Make sure either to add the key-code for the new button to the lookup map or recycle an existing one (I reassigned g).