p5.js-web-editor icon indicating copy to clipboard operation
p5.js-web-editor copied to clipboard

Bug: Shortcuts Ctrl + Shift + 1 and Ctrl + Shift + 2 aren't working.

Open aryanas159 opened this issue 2 years ago • 3 comments

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:

  1. Go to the web editor.
  2. Try the commands Ctrl + Shift + 1 to enable the accessible output options or disable them with Ctrl + Shift + 2 if they are already enabled.
  3. Go to Accessibility in the settings and see that the accessibility options aren't changed

Snippet:


// Paste your code here :)

aryanas159 avatar Dec 14 '23 08:12 aryanas159

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.

welcome[bot] avatar Dec 14 '23 08:12 welcome[bot]

The issue is caused because of the shift key, the '1' is being registered as '!' and 2 is being registered as '@'. image

aryanas159 avatar Dec 14 '23 08:12 aryanas159

is this issue still open

mohitejaikumar avatar Jan 09 '24 08:01 mohitejaikumar