mmcgrana / gobyexample

Go by Example
https://gobyexample.com
7.16k stars 1.26k forks source link

[bugfix] Stop breaking browser navigation shortcuts #527

Closed HSPDev closed 4 months ago

HSPDev commented 4 months ago

On Linux Chrome I use ALT + Arrows to go back in the browser, but instead it paginates between examples.

Fixed it by checking for special key modifiers and do nothing (to the let the browser handle it). I think the user always intends a system shortcut if they use a modifier key.

eliben commented 4 months ago

Thanks!