From e405c43783d9d5464045cce66848b1a476406768 Mon Sep 17 00:00:00 2001 From: James Campos Date: Sun, 24 Jul 2011 09:59:44 -0700 Subject: [PATCH] unread keybind: z --- 4chan_x.user.js | 2 +- script.coffee | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index 8459caa4b..9a8cde8b1 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -134,7 +134,7 @@ expandImages: 'm', expandAllImages: 'M', update: 'u', - unreadCountTo0: ')' + unreadCountTo0: 'z' }, updater: { checkbox: { diff --git a/script.coffee b/script.coffee index 79e189fc4..d5b6edfd5 100644 --- a/script.coffee +++ b/script.coffee @@ -71,7 +71,7 @@ config = expandImages: 'm' expandAllImages: 'M' update: 'u' - unreadCountTo0: ')' + unreadCountTo0: 'z' updater: checkbox: 'Scrolling': [false, 'Scroll updated posts into view. Only enabled at bottom of page.']