tenox7 / wrp

Web Rendering Proxy: Use vintage, historical, legacy browsers on modern web
Apache License 2.0
1.07k stars 52 forks source link

Add PgUp, PgDn, and Select All buttons #113

Closed luRaichu closed 6 months ago

luRaichu commented 1 year ago

These originally were useful additions I made to my local WRP fork. I think they should be in the main version. My local WRP fork is radically different from vanilla WRP so I just backported these new buttons. Screen Shot 2023-10-18 at 6 33 55 PM

luRaichu commented 1 year ago

The new Up and Dn buttons just send PageUp and PageDn keycodes to the browser, They make page navigation easier vs. clicking on the scrollbar. The All button sends Ctrl + A to the browser which is helpful when you want to erase previously typed contents of a textbox and put something else.

tenox7 commented 6 months ago

LGTM but please also add something to README.md - there is a section with description of what the buttons do