Comment by varenc
3 years ago
It's a beautiful page! I miss sites like this.
Though strangely, it seems to disable all of my browser keyboard shortcuts. Even basic ones like going back, selecting the address bar, or changing the zoom level. I assume it's just listening for all key events, though I didn't even realize it was possible to override the basic ones.
edit: I found the bug! It has a list that's supposed to contain all possible keycodes, and if all the keys in your shortcut are on it that list it works. But I'm on macOS so my shortcuts all involve the "MetaLeft" or "MetaRight" key and those are missing from the list. Appending those keycodes to the minified array named `ba.G` fixes shortcuts for me!
I think it’s designed for mobile or touch screens. Works perfectly on iPhone, and you need touch for various features.