Skip to content

Change font-size using Arrow Keys #3450

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

Closed
karanBRAVO opened this issue Apr 11, 2025 · 1 comment · Fixed by #3451
Closed

Change font-size using Arrow Keys #3450

karanBRAVO opened this issue Apr 11, 2025 · 1 comment · Fixed by #3451

Comments

@karanBRAVO
Copy link
Contributor

Increasing Access

One can change the font-size using the arrow keys (up -> increase text-size and down -> decease text-size).

Feature enhancement details

  • Add onKeyDown event to the input
  • check for up or down key and call the function(s)
Copy link

welcome bot commented Apr 11, 2025

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.

karanBRAVO added a commit to karanBRAVO/p5.js-web-editor that referenced this issue Apr 11, 2025
This PR add onKeyDown event listener to input
field and check for up or down key press and
updates the font size.
raclim added a commit that referenced this issue Apr 17, 2025
[#3450] change text-size using arrow-keys
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant