Repeated keystrokes in reader on horizontal scroll should not trigger page change

Repeated keystrokes in reader on horizontal scroll should not trigger page change

  • Prefer current functionality

    Votes: 2 25.0%
  • Prefer proposed functionality

    Votes: 5 62.5%
  • No preference

    Votes: 1 12.5%

  • Total voters
    8
  • Poll closed .
Group Leader
Joined
Jan 18, 2018
Messages
127
Current issue:

Holding A/D on the reader to scroll on a wide image will trigger a page change. If holding to pan a full sized image, changes image at edge.

Resolve:

Use
Code:
event.repeat
to detect, and cancel page change if true.

Workflow:

Enable option within the options dialog.
 
Dex-chan lover
Joined
Jan 20, 2018
Messages
1,046
Why should other people suffer if your keyboard/mouse is broken? I want it to turn 5 pages if I hit "<=" 5 times (or keep it for X seconds), no matter how fast I hit it!
 
Group Leader
Joined
Jan 18, 2018
Messages
127
@BzzBzz as I said: workflow
Nothing here is broken; it's more that (currently) page changing on after key repetition seems somewhat odd to me; particularly when panning a larger image or image pair.

The proposal is to have page change not happen if the key has repeated due to being pushed down.[ul][*]KeyboardEvent.repeat on MDN:
The
Code:
repeat
read-only property of the
Code:
KeyboardEvent
interface returns a
Code:
boolean
that is
Code:
true
if the given key is being held down such that it is automatically repeating.
[/*][/ul]
 

Users who are viewing this thread

Top