From 5392533025b6c163c71254879509be46a2c7b9f4 Mon Sep 17 00:00:00 2001 From: James Campos Date: Fri, 2 Sep 2011 22:06:09 -0700 Subject: [PATCH] turn on keybinds by default --- 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 86f8281eb..a68e6aba7 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -67,7 +67,7 @@ Enhancing: { '404 Redirect': [true, 'Redirect dead threads'], 'Anonymize': [false, 'Make everybody anonymous'], - 'Keybinds': [false, 'Binds actions to keys'], + 'Keybinds': [true, 'Binds actions to keys'], 'Time Formatting': [true, 'Arbitrarily formatted timestamps, using your local time'], 'Report Button': [true, 'Add report buttons'], 'Comment Expansion': [true, 'Expand too long comments'], diff --git a/script.coffee b/script.coffee index 8431d6e66..f02aeaf81 100644 --- a/script.coffee +++ b/script.coffee @@ -3,7 +3,7 @@ config = Enhancing: '404 Redirect': [true, 'Redirect dead threads'] 'Anonymize': [false, 'Make everybody anonymous'] - 'Keybinds': [false, 'Binds actions to keys'] + 'Keybinds': [true, 'Binds actions to keys'] 'Time Formatting': [true, 'Arbitrarily formatted timestamps, using your local time'] 'Report Button': [true, 'Add report buttons'] 'Comment Expansion': [true, 'Expand too long comments']