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

[BUG] Can't map preview page up/down to pgup/pgdn keys #465

Open
danmou opened this issue Oct 16, 2024 · 0 comments
Open

[BUG] Can't map preview page up/down to pgup/pgdn keys #465

danmou opened this issue Oct 16, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@danmou
Copy link

danmou commented Oct 16, 2024

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.

To Reproduce

  1. Add this to your config:
keybindings:
  universal:
    - key: pgup
      builtin: pageUp
    - key: pgdn
      builtin: pageDown
  1. Open gh dash and try pressing pgup/pgdown

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.

@danmou danmou added the bug Something isn't working label Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant