Enhancement: Suppress normal key function for keyboard control keys #72

Closed
opened 2026-04-24 22:57:37 +02:00 by adam · 1 comment
Owner

Originally created by @juriroemer on GitHub (Oct 24, 2021).

The new keyboard control is wonderful! Bbut the normal key functions of the keys used is not suppressed. This means that for example [space], [up] and [down] will still scroll up and down when a scrollable area (like the wooden shelf background) is in focus.

steps to reproduce:

  1. have enough books to have a scrollbar on your shelf
  2. make sure you're scroll up all the way
  3. play something
  4. click on wooden background image
  5. press [space]

The playback will pause, but the view will also scroll down a bit.

Originally created by @juriroemer on GitHub (Oct 24, 2021). The new keyboard control is wonderful! Bbut the normal key functions of the keys used is not suppressed. This means that for example [space], [up] and [down] will still scroll up and down when a scrollable area (like the wooden shelf background) is in focus. steps to reproduce: 1. have enough books to have a scrollbar on your shelf 2. make sure you're scroll up all the way 3. play something 4. click on wooden background image 5. press [space] The playback will pause, but the view will also scroll down a bit.
adam closed this issue 2026-04-24 22:57:37 +02:00
Author
Owner

@advplyr commented on GitHub (Oct 24, 2021):

Nice catch, I forgot to prevent default behavior. Fix included in v1.5.1

@advplyr commented on GitHub (Oct 24, 2021): Nice catch, I forgot to prevent default behavior. Fix included in `v1.5.1`
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#72