mirror of
https://github.com/flynx/PortableMag.git
synced 2026-01-07 11:11:15 +00:00
added keyboard shortcut to toggle themes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
57dcd5c991
commit
323b841330
@ -120,8 +120,11 @@ $(document).ready(function(){
|
|||||||
|
|
||||||
70: function(){ // F
|
70: function(){ // F
|
||||||
togglePageFitMode()
|
togglePageFitMode()
|
||||||
}
|
},
|
||||||
|
66: {
|
||||||
|
//'default': toggleBookmark, // B
|
||||||
|
'ctrl': function(){toggleThemes()}, // ctrl-B
|
||||||
|
},
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
function(k){console.log(k)}))
|
function(k){console.log(k)}))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user