mirror of
https://github.com/flynx/PortableMag.git
synced 2025-10-29 11:10:08 +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
|
||||
togglePageFitMode()
|
||||
}
|
||||
|
||||
},
|
||||
66: {
|
||||
//'default': toggleBookmark, // B
|
||||
'ctrl': function(){toggleThemes()}, // ctrl-B
|
||||
},
|
||||
}
|
||||
},
|
||||
function(k){console.log(k)}))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user