From 4ad2d511951408c1b9e6a47c20f8bc87c39d440b Mon Sep 17 00:00:00 2001 From: James Campos Date: Fri, 24 Jun 2011 13:27:48 -0700 Subject: [PATCH] next / prev page: L / H --- 4chan_x.user.js | 4 ++-- script.coffee | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index b872381a6..a3f781494 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -126,8 +126,8 @@ previousReply: 'K', nextThread: 'n', previousThread: 'p', - nextPage: 'alt+x', - previousPage: 'alt+z', + nextPage: 'L', + previousPage: 'H', zero: '0', openThreadTab: 'o', openThread: 'O', diff --git a/script.coffee b/script.coffee index 22d1d2bd3..4ac65ef7c 100644 --- a/script.coffee +++ b/script.coffee @@ -62,8 +62,8 @@ config = previousReply: 'K' nextThread: 'n' previousThread: 'p' - nextPage: 'alt+x' - previousPage: 'alt+z' + nextPage: 'L' + previousPage: 'H' zero: '0' openThreadTab: 'o' openThread: 'O'