jxnblk / mdx-deck

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

Replace deprecated `KeyboardEvent.keyCode` by `KeyboardEvent.code` #811

Open coelhucas opened 2 years ago

coelhucas commented 2 years ago

I was having some trouble trying to enter presenter mode by pressing Option + P. After some time banging my head on the keyboard, I noticed that actually it was an extension in my browser capturing the same shortcut to perform a Picture in Picture (so here's the tip for whoever might be facing the same issue in MacOS).

Since I was already with the project cloned in my machine, I decided to also do this replacing to remove the deprecated keyCode field from KeyboardEvent, just to avoid it becoming a breaking change in the near future.