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!
@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.