From 83291e9dc8d4e3a22c1674ade9f2fbc51ff7697b Mon Sep 17 00:00:00 2001 From: James Campos Date: Fri, 12 Nov 2010 06:57:53 -0800 Subject: [PATCH] disable keynav for now --- 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 6c997ca50..23dbc9778 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 Navigation': [true, 'Navigate threads w/ your keyboard'] + 'Keyboard Navigation': [false, 'Navigate threads w/ 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 9c2618e38..c4ae27eb9 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 Navigation': [true, 'Navigate threads w/ your keyboard'], + 'Keyboard Navigation': [false, 'Navigate threads w/ your keyboard'], 'Reply Navigation': [true, 'Navigate to the beginning / end of a thread'], 'Thread Watcher': [true, 'Bookmark threads'], 'Thread Expansion': [true, 'View all replies'],