added o for flipping originals. Added a tool for automating image description generation. Release 1.5

This commit is contained in:
ville rantanen
2012-01-27 13:27:33 +02:00
parent 5358e923e9
commit 218ca2a975
3 changed files with 144 additions and 21 deletions

View File

@@ -1,5 +1,5 @@
/*
Copyright 2011 Ville Rantanen
Copyright 2012 Ville Rantanen
This program is free software: you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published
@@ -548,7 +548,7 @@ function keypressed(e) {
}
// o: originals
if (unicode==79) {
fliporiginalsi();
fliporiginals();
}
// f: fullscreen
if (unicode==70) {