question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add PAGE_UP, PAGE_DOWN, KEY_HOME, and KEY_END support in ScrollMenu

See original GitHub issue

ScrollMenu only supports moving up and down by a single line at a time. When a scroll menu contains hundreds and hundreds of items, navigating in this manner is too slow. It would be great to add support for PAGE_UP, PAGE_DOWN, KEY_HOME, and KEY_END.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
jwlodekcommented, May 24, 2020

Closing, included in new py_cui release

1reaction
jwlodekcommented, Apr 18, 2020

This feature has been added to the v0.1.1-develop branch, and seems to work OK on my end. Unit tests still need to be expanded to account for this change.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Support scrolling with Page Up / Page Down keys #46 - GitHub
When the user holds down the Page Up/Down key, the scrollTo() calls quickly pile up and overload the browser. I tried various debouncing...
Read more >
Page Up, Page Down, Home and End in Catalyst apps
E.g. scrolling a view with Page Up, Page Down, Home, and End. An iOS app using standard UIKit controls for scrollable views should,...
Read more >
Scrolling with Page Up/Down Keys in React-Window
But the problem is that when you click on an item in a list, you can't scroll up/down using keys. such as Page...
Read more >
Scrolling with Page Up/Down Keys in React ... - Sung.codes
But the problem is that when you click on an item in a list, you can't scroll up/down using keys. such as Page...
Read more >
Make PAGE UP and PAGE DOWN keyboard keys maintain ...
Make PAGE UP and PAGE DOWN keyboard keys maintain consistent position of page in the viewport. If I click the little Previous/Next Page...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found