deevroman / better-osm-org

A userscript that adds several useful features to osm.org β
49 stars 1 forks source link

Seems to break back behavior #91

Open thibaultmol opened 16 hours ago

thibaultmol commented 16 hours ago

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

deevroman commented 16 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.

deevroman commented 16 hours ago

As a quick fix, you can edit the script by removing e.code === "ArrowLeft" || and e.code === "ArrowRight" ||

изображение Снимок экрана 2024-12-04 в 23 40 46 Снимок экрана 2024-12-04 в 23 45 05