diff --git a/TODO b/TODO index 029d2f6..8c24555 100644 --- a/TODO +++ b/TODO @@ -44,6 +44,10 @@ so go back to empty DB, etc. maybe we could even drag a series of images to a new folder and then eventually "execute" the change? + #### this disables right-click, and tells you if shift is clicked, can do ctrl the same way + #### need to switch this to work for left-click, not right, and show highlight / remember which so we can do shift & control + $('.thumb').contextmenu( function(e) { console.log("Shift?:" + e.shiftKey ); return false; }); + Will also need a 'real storage path' one day allow scanning this too if we want (so we can AI that and search all photos)