From f3477e2d2aef8b0e1c17a92f662dc5820d5f4961 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 4 Mar 2013 17:29:04 +0400 Subject: [PATCH] more tweeking... Signed-off-by: Alex A. Naanou --- index.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/index.html b/index.html index 6975f63..2fb5796 100755 --- a/index.html +++ b/index.html @@ -389,7 +389,7 @@ $(document).ready(function(){ // keyboard... $(document) .keydown(makeKeyboardHandler({ - // ignore all keys here... + // ignore all keys except Esc here... '.inline-editor-mode': { //ignore: '*' Esc: function(){ @@ -397,8 +397,6 @@ $(document).ready(function(){ }, }, - //'*': { - // everything except overlays... '.chrome:not(.inline-editor-mode)': { title: 'Global', doc: '',