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'