added o for flipping originals. Added a tool for automating image description generation. Release 1.5
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user