From b09fadb744523a954cd783b29856c9ebc4d26d58 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sun, 9 Nov 2014 03:51:55 -0800 Subject: [PATCH] Change index sort keybind from Ctrl+x to Alt+x. --- src/General/Config.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/General/Config.coffee b/src/General/Config.coffee index ac6a741ed..354e7ced3 100755 --- a/src/General/Config.coffee +++ b/src/General/Config.coffee @@ -728,7 +728,7 @@ vp-replace 'Focus the search field on the board index.' ] 'Cycle sort type': [ - 'Ctrl+x' + 'Alt+x' 'Cycle through index sort types.' ] # Thread Navigation