Bug: Shortcuts Ctrl + Shift + 1 and Ctrl + Shift + 2 aren't working.
p5.js version
v1.9.0
What is your operating system?
Windows
Web browser and version
120.0.6099.109 (Official Build) (64-bit) (cohort: M120 Rollout)
Actual Behavior
Shortcuts Ctrl + Shift + 1 and Ctrl + Shift + 2 should enable and disable the accessible output options, but they aren't doing anything.
Expected Behavior
Shortcuts Ctrl + Shift + 1 and Ctrl + Shift + 2 should enable and disable the accessible output options.
Steps to reproduce
Steps:
- Go to the web editor.
- Try the commands Ctrl + Shift + 1 to enable the accessible output options or disable them with Ctrl + Shift + 2 if they are already enabled.
- Go to Accessibility in the settings and see that the accessibility options aren't changed
Snippet:
// Paste your code here :)
Welcome! 👋 Thanks for opening your first issue here! And to ensure the community is able to respond to your issue, be sure to follow the issue template if you haven't already.
The issue is caused because of the shift key, the '1' is being registered as '!' and 2 is being registered as '@'.
is this issue still open