From 323b841330b231767c95c616b9cd7715f5cf10b7 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 26 Feb 2013 04:39:17 +0400 Subject: [PATCH] added keyboard shortcut to toggle themes... Signed-off-by: Alex A. Naanou --- index.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 985dd6e..f574cea 100755 --- a/index.html +++ b/index.html @@ -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)}))