|
|
|
|
|
by walesmd
2680 days ago
|
|
Why the hell are they capturing keyboard inputs of the q, v, m, l, and p keys and updating the URI w/ navigational things? Makes CMD+L useless... Looks like the are supposedly emulating some of the camera's functions? I don't know enough about this camera for it to make any sense to me. |
|
But in practice they implemented this poorly. They could update the URI with replaceState so you don't break the back button, and ignore keyboard shortcuts if a modifier key is pressed. One of the reasons I like projects with open-source websites - you can just file an issue on the website itself!