Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace deprecated KeyboardEvent.keyCode by KeyboardEvent.code #811

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

coelhucas
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant