Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add PgUp, PgDn, and Select All buttons #113

Merged
merged 1 commit into from
May 24, 2024
Merged

Conversation

luRaichu
Copy link
Contributor

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
Copy link
Contributor Author

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
Copy link
Owner

tenox7 commented May 24, 2024

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

@tenox7 tenox7 merged commit 75233cc into tenox7:master May 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants