From a7695e3f4bbf79bdd74b7d44f4f1c5552882f89b Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sun, 13 Apr 2014 17:44:13 -0700 Subject: [PATCH] default keybinds conflicted with text selection --- src/General/Config.coffee | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/General/Config.coffee b/src/General/Config.coffee index 828ab1469..9f96228bf 100755 --- a/src/General/Config.coffee +++ b/src/General/Config.coffee @@ -679,11 +679,11 @@ vp-replace 'Open front page in a new tab.' ] 'Next page': [ - 'Shift+Right' + 'Ctrl+Right' 'Jump to the next page.' ] 'Previous page': [ - 'Shift+Left' + 'Ctrl+Left' 'Jump to the previous page.' ] 'Open catalog': [ @@ -696,11 +696,11 @@ vp-replace ] # Thread Navigation 'Next thread': [ - 'Shift+Down' + 'Ctrl+Down' 'See next thread.' ] 'Previous thread': [ - 'Shift+Up' + 'Ctrl+Up' 'See previous thread.' ] 'Expand thread': [