tulios / json-viewer

It is a Chrome extension for printing JSON and JSONP.
https://chrome.google.com/webstore/detail/json-viewer/gbmdgpbipfallnflgajpaliibnhdgobh
MIT License
3.33k stars 680 forks source link

json-viewer disables up, down, Home, and End keys #292

Open jribbens opened 3 years ago

jribbens commented 3 years ago

The Home and End keys normally, of course, scroll to the top or the bottom of a web page, and the up and down arrow keys scroll the page up and down a bit. For some reason, json-viewer is intercepting these keys and preventing them from operating.

jribbens commented 3 years ago

Also, space should go down a page...