From d7ab5b15fcc990b1841056b7dbf09bdb54097531 Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Sun, 10 Mar 2013 18:55:48 +0100 Subject: [PATCH] Make r the default thread update keybind. --- 4chan_x.user.js | 2 +- src/config.coffee | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index c7e3f3c22..c2b598de6 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -154,7 +154,7 @@ 'Math tags': ['Alt+m', 'Insert math tags.'], 'Submit QR': ['Alt+s', 'Submit post.'], 'Watch': ['w', 'Watch thread.'], - 'Update': ['u', 'Update the thread now.'], + 'Update': ['r', 'Update the thread now.'], 'Expand image': ['Shift+e', 'Expand selected image.'], 'Expand images': ['e', 'Expand all images.'], 'Front page': ['0', 'Jump to page 0.'], diff --git a/src/config.coffee b/src/config.coffee index a5f0c58de..62060df04 100644 --- a/src/config.coffee +++ b/src/config.coffee @@ -143,7 +143,7 @@ Config = 'Submit QR': ['Alt+s', 'Submit post.'] # Thread related 'Watch': ['w', 'Watch thread.'] - 'Update': ['u', 'Update the thread now.'] + 'Update': ['r', 'Update the thread now.'] # Images 'Expand image': ['Shift+e', 'Expand selected image.'] 'Expand images': ['e', 'Expand all images.']