View Single Post
Old 12-31-2018, 10:22 AM   #348
NiLuJe
BLAM!
NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.
 
NiLuJe's Avatar
 
Posts: 13,506
Karma: 26047202
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
@baskerville: Regarding the pageturn buttons, here's the hold/repeat setup:

Code:
Key repeat handling:
  Repeat type 20 (EV_REP)
    Repeat code 0 (REP_DELAY)
      Value    400
    Repeat code 1 (REP_PERIOD)
      Value     80
Confirmed via evemu:

Code:
E: 0.000001 0001 00c2 0001      # EV_KEY / KEY_F24              1
E: 0.000001 0000 0000 0000      # ------------ SYN_REPORT (0) ---------- +0ms
E: 0.399807 0001 00c2 0002      # EV_KEY / KEY_F24              2
E: 0.399807 0000 0000 0001      # ------------ SYN_REPORT (1) ---------- +399ms
E: 0.479836 0001 00c2 0002      # EV_KEY / KEY_F24              2
E: 0.479836 0000 0000 0001      # ------------ SYN_REPORT (1) ---------- +80ms
E: 0.559785 0001 00c2 0002      # EV_KEY / KEY_F24              2
E: 0.559785 0000 0000 0001      # ------------ SYN_REPORT (1) ---------- +80ms
E: 0.639814 0001 00c2 0002      # EV_KEY / KEY_F24              2
E: 0.639814 0000 0000 0001      # ------------ SYN_REPORT (1) ---------- +80ms
E: 0.719785 0001 00c2 0002      # EV_KEY / KEY_F24              2
E: 0.719785 0000 0000 0001      # ------------ SYN_REPORT (1) ---------- +80ms
E: 0.799818 0001 00c2 0002      # EV_KEY / KEY_F24              2
E: 0.799818 0000 0000 0001      # ------------ SYN_REPORT (1) ---------- +80ms
E: 0.879811 0001 00c2 0002      # EV_KEY / KEY_F24              2
E: 0.879811 0000 0000 0001      # ------------ SYN_REPORT (1) ---------- +80ms
E: 0.959782 0001 00c2 0002      # EV_KEY / KEY_F24              2
E: 0.959782 0000 0000 0001      # ------------ SYN_REPORT (1) ---------- +80ms
E: 1.039820 0001 00c2 0002      # EV_KEY / KEY_F24              2
E: 1.039820 0000 0000 0001      # ------------ SYN_REPORT (1) ---------- +80ms
E: 1.119782 0001 00c2 0002      # EV_KEY / KEY_F24              2
E: 1.119782 0000 0000 0001      # ------------ SYN_REPORT (1) ---------- +80ms
E: 1.199819 0001 00c2 0002      # EV_KEY / KEY_F24              2
E: 1.199819 0000 0000 0001      # ------------ SYN_REPORT (1) ---------- +80ms
E: 1.250045 0001 00c2 0000      # EV_KEY / KEY_F24              0
E: 1.250045 0000 0000 0000      # ------------ SYN_REPORT (0) ---------- +51ms
NiLuJe is offline   Reply With Quote