erming / shout

Deprecated. See fork @ https://github.com/thelounge
MIT License
3.63k stars 273 forks source link

PGUP & PGDN keys support #668

Open bews opened 8 years ago

bews commented 8 years ago

Standard browser scroll hotkeys (up, down, page up etc.) don't work because input field always has focus (which is good). So I added emulation.

Also fixed bug: when clicked on "Show more" button input loses focus.

P.S. it's not an actual pageup & pagedown scroll - it scrolls just 3 lines, like up & down keys.