Open thibaultmol opened 8 hours ago
Oops, I'll fix it in the next update. Initially, I reassigned Alt + ←/→ to move between the user's changesets. I have on macOS, these keys do not move through the history, but I suspect on other systems this is not the case.
As a quick fix, you can edit the script by removing e.code === "ArrowLeft" ||
and e.code === "ArrowRight" ||
i've noticed that in firefox, if I open History, click on a changeset and try to go back using keyboard shortcut (ALT + left arrow). it doesn't work. it's supposed to do the same as the back button