Ticket #786: keymaps.patch

File keymaps.patch, 311 bytes (added by franzrogar, 2 years ago)

V3 patch to make > and < work again as "next/previous" pages while reading.

  • .ini

    old new  
    103103'0', LONG = 19 
    104104XK_Prior = 30 
    105105XK_Prior, LONG = 31 
     106XP_Left = 1002 
     107XP_Left, LONG = 1004 
     108XP_Right = 1001 
     109XP_Right, LONG = 1003 
    106110XK_Next = 32 
    107111XK_Next, LONG = 32 
    108112XK_Return = 20