From c53501253dfd4abf0e9547d398568d8b80f9ddd7 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 3 May 2013 01:00:23 +0400 Subject: [PATCH] several minor tweeks... Signed-off-by: Alex A. Naanou --- ui/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/index.html b/ui/index.html index adc44b2a..2f6e5936 100755 --- a/ui/index.html +++ b/ui/index.html @@ -321,7 +321,7 @@ var KEYBOARD_CONFIG = { // marking... // XXX not final, think of a better way to do this... I: { - shift: function(){ invertImageMarks() }, + ctrl: function(){ invertImageMarks() }, }, A: { shift: function(){ toggleImageMarkBlock() },