View Single Post
Old 05-04-2026, 09:42 PM   #7
Irrevanent
Junior Member
Irrevanent began at the beginning.
 
Posts: 1
Karma: 10
Join Date: May 2026
Device: Kobo Libra Colour
I have no idea what I'm doing but I reverse-engineered a fix for the "Both page turn buttons go next" patch that seems to be working on my Libra Colour-

Code:
Both page turn buttons go next:
  - Enabled: no
  - Description: Make both page turn buttons on the Libra Colour go next in the reader.
  - ReplaceBytes:
      Base:          "ReadingView::keyPressEvent(QKeyEvent*)"
      Offset: 60
      Find:    [0x68, 0xB9]
      Replace: [0x0D, 0xE0]
Irrevanent is offline   Reply With Quote