|
|
|
|
|
by aarvin_roshin
13 days ago
|
|
Unrelated to the idea, but this website strangely blocks `Alt+←` and `Alt+→` to cycle through browser history. Edit: It seems the website overrides the `←` and `→` arrow keys specifically, and using `event.preventDefault()` causes the problem. I think it's good practice to ignore keys with modifiers in such a situation. |
|