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
Describe the bug
Mapping pgup to builtin: pageUp and pgdn to builtin: pageDown has no effect, the keys do nothing. Mapping them to something else works, so the problem is not in receiving the key events.
Expected behavior
The preview pane scrolls up and down
Desktop (please complete the following information):
OS: Manjaro Linux
Side note
It was difficult to find the list of supported keys and their string representations. In the end I tracked it down here by looking through the code.
The text was updated successfully, but these errors were encountered:
Describe the bug
Mapping
pgup
tobuiltin: pageUp
andpgdn
tobuiltin: pageDown
has no effect, the keys do nothing. Mapping them to something else works, so the problem is not in receiving the key events.To Reproduce
gh dash
and try pressing pgup/pgdownExpected behavior
The preview pane scrolls up and down
Desktop (please complete the following information):
Side note
It was difficult to find the list of supported keys and their string representations. In the end I tracked it down here by looking through the code.
The text was updated successfully, but these errors were encountered: