Comment by benatkin
1 year ago
To save someone a click, this is an off the cuff review of it, followed by a suggestion to add it to a directory site run by the author that has an unusual interface that repurposes the back button (if you follow one or more internal links, the back button loops).
> if you follow one or more internal links, the back button loops
This should not happen.
Any chance you could record a Loom (or other screencast tool), showing me what you mean?
That way I can add a fix to our open source, public domain database of languages (https://github.com/breck7/pldb), which I thought could really help the OP, who is building a new language.
Ah, I see. It's not exactly the back button, but it's the command-left keyboard combination that I most often use to go back. I'm using a fully updated Chrome on a mac, and don't have any extensions installed FWIW.
Your keybinding appears to be for the left arrow, so you would just have to check for modifier keys to allow my use of back to work.
Super helpful! Thank you!
Fix pushed: https://github.com/breck7/scroll/commit/dc10ea246c54f1ae1d4c...