diff --git a/TODO b/TODO index d4fd321..99e8893 100644 --- a/TODO +++ b/TODO @@ -1,7 +1,4 @@ ## GENERAL - * viewer: - - buttons need tootltips to show shortcut key - * remove dirs after the duplicate cleanup removes all its content * Face matching: diff --git a/templates/viewer.html b/templates/viewer.html index 8631829..c14395a 100644 --- a/templates/viewer.html +++ b/templates/viewer.html @@ -171,15 +171,15 @@ Show: -
+
-
+
-
+
@@ -204,7 +204,7 @@ -
@@ -234,6 +234,10 @@ $( document ).keydown(function(event) { case "n": $('#fname_toggle').click() break; + case "F": + fullscreen=!document.fullscreen + ViewImageOrVideo() + break; default: return; // Quit when this doesn't handle the key event. }