added ctrl-b shortcut to toggle viewer themes...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2013-02-10 04:12:01 +04:00
parent 539cfde7a4
commit 49db77e1e8

View File

@ -75,7 +75,10 @@ var keybindings = {
}, },
190: 39, // > 190: 39, // >
66: toggleBookmark, // B 66: {
'default': toggleBookmark, // B
'ctrl': function(){toggleThemes()}, // ctrl-B
},
// combined navigation with actions.. // combined navigation with actions..
38: function(){togglePageView()}, // Up 38: function(){togglePageView()}, // Up