From 49db77e1e8f15217f10eb211b438c35fcbcd12db Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 10 Feb 2013 04:12:01 +0400 Subject: [PATCH] added ctrl-b shortcut to toggle viewer themes... Signed-off-by: Alex A. Naanou --- keybindings.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/keybindings.js b/keybindings.js index d5989c7..3e3dbf8 100755 --- a/keybindings.js +++ b/keybindings.js @@ -75,7 +75,10 @@ var keybindings = { }, 190: 39, // > - 66: toggleBookmark, // B + 66: { + 'default': toggleBookmark, // B + 'ctrl': function(){toggleThemes()}, // ctrl-B + }, // combined navigation with actions.. 38: function(){togglePageView()}, // Up