You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix the page up/down bindings for OptionList (#3024)
* Fix the page up/down bindings for OptionList
I'd had page_up and page_down bound when the actual names of the bindings
are pageup and pagedown. This has always worked by sheer fluke because of
where OptionList inherits from and by the coincidence of the action names.
In other words: this commit has no substantive impact; but it does fix code
that wasn't helpful and also makes the documentation more correct.
* Correct the page up/down keys in the option list movement tests
Turns out the pilot lets you press keys that don't actually exist. Who
knew?!?
0 commit comments