Beastwick18/nyaa

[Bug] cursor keys don't work in theme selection

Closed this issue · 2 comments

Help: Theme PopUp says:

┌Help: Theme───────────────────────┐
│      Key             Action      │
│          Enter ⇒ Confirm         │
│      Esc, t, q ⇒ Close           │
│           j, ↓ ⇒ Down            │
│           k, ↑ ⇒ Up              │
│              g ⇒ Top             │
│              G ⇒ Bottom          │
└──────────────────────────────────┘

But to go up and down to choose a theme, only works: j, k (and not and cursor keys).

Very weird. When I make popups, they're mostly copy-paste from the others since their implementation is really simple. I think there must've been a point when popup didn't support arrow keys, and I forgot to add it to this one. I'll fix this.

Fixed with f5ac781