p5.js-web-editor
p5.js-web-editor copied to clipboard
Added shortcut key for moving lines up/down using Alt + Up/Down
Fixes #3393
Changes:
I have verified that this pull request:
- [ ] has no linting errors (
npm run lint) - [ ] has no test errors (
npm run test) - [ ] is from a uniquely-named feature branch and is up to date with the
developbranch. - [ ] is descriptively named and links to an issue number, i.e.
Fixes #123