From ebde31c48f1deca69f743dd339cce9b223b0c716 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 4 Aug 2012 21:44:50 +0400 Subject: [PATCH] minor fix... Signed-off-by: Alex A. Naanou --- ui/gallery-prototype.js | 2 +- ui/gallery.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/gallery-prototype.js b/ui/gallery-prototype.js index 7503acca..9e0ad310 100755 --- a/ui/gallery-prototype.js +++ b/ui/gallery-prototype.js @@ -6,7 +6,7 @@ var keys = { toggleHelp: [72], toggleSingleImageMode: [70, 13], // ???, Enter - toggleSingleImageModeTransitions: [65], // a + toggleSingleImageModeTransitions: [84], // t close: [27, 88, 67], // zooming... diff --git a/ui/gallery.html b/ui/gallery.html index f0fb4125..a72935a9 100755 --- a/ui/gallery.html +++ b/ui/gallery.html @@ -101,7 +101,7 @@ $(document).ready(setup);

- +