mirror of
https://github.com/flynx/PortableMag.git
synced 2025-10-29 11:10:08 +00:00
added ctrl-b shortcut to toggle viewer themes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
539cfde7a4
commit
49db77e1e8
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user