From 475985b9f40fc393d2d0187c7ddfb7322e33f851 Mon Sep 17 00:00:00 2001 From: James Campos Date: Sun, 14 Nov 2010 02:34:57 -0800 Subject: [PATCH] turn it on --- 4chan_x.coffee | 2 +- 4chan_x.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/4chan_x.coffee b/4chan_x.coffee index 21b637c77..4597f37ea 100644 --- a/4chan_x.coffee +++ b/4chan_x.coffee @@ -11,7 +11,7 @@ config = 'Reply Hiding': [true, 'Hide single replies'] 'Show Stubs': [true, 'Of hidden threads / replies'] 'Thread Navigation': [true, 'Navigate to previous / next thread'] - 'Keyboard Actions': [false, 'Perform actions with your keyboard'] + 'Keyboard Actions': [true, 'Perform actions with your keyboard'] 'Reply Navigation': [true, 'Navigate to the beginning / end of a thread'] 'Thread Watcher': [true, 'Bookmark threads'] 'Thread Expansion': [true, 'View all replies'] diff --git a/4chan_x.js b/4chan_x.js index 3b51ba824..456e3f296 100644 --- a/4chan_x.js +++ b/4chan_x.js @@ -6,7 +6,7 @@ 'Reply Hiding': [true, 'Hide single replies'], 'Show Stubs': [true, 'Of hidden threads / replies'], 'Thread Navigation': [true, 'Navigate to previous / next thread'], - 'Keyboard Actions': [false, 'Perform actions with your keyboard'], + 'Keyboard Actions': [true, 'Perform actions with your keyboard'], 'Reply Navigation': [true, 'Navigate to the beginning / end of a thread'], 'Thread Watcher': [true, 'Bookmark threads'], 'Thread Expansion': [true, 'View all replies'],