javascript-tutorial / javascript-tutorial/en.javascript.info
Page forward/backward keybinding on MacOS
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 25.5k
- Forks
- 4k
- PR merge metrics
- No merged PRs in 30d
Description
ctrl + [arrow key] on MacOS is a system level command, so it doesn't work. Instead, it should be some other combination, like option + [arrow key]
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the page forward/backward keybinding entry point in the tutorial source and reproduce the current Ctrl+Arrow behavior on macOS. Inspect the existing binding and test the proposed alternative combination, such as Option+Arrow. Done means page navigation works in both directions without conflicting with the macOS system command.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend, web-dev
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100