mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
minor tweaks...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
824ca10aef
commit
3e8d0a6bba
@ -147,7 +147,7 @@ module.Collection = core.ImageGridFeatures.Feature({
|
||||
// XXX show collections in image metadata...
|
||||
var UICollectionActions = actions.Actions({
|
||||
// XXX highlight current collections....
|
||||
browseCollections: ['Collections/Collections...',
|
||||
browseCollections: ['Collections|Crop/Collections...',
|
||||
widgets.makeUIDialog(function(gid){
|
||||
var that = this
|
||||
gid = gid != null ? this.data.getImage(gid) : gid
|
||||
|
||||
@ -357,6 +357,10 @@ module.GLOBAL_KEYBOARD = {
|
||||
C: 'browseActions: "/Crop/" -- Crop menu...',
|
||||
|
||||
|
||||
// collections...
|
||||
alt_C: 'browseCollections',
|
||||
|
||||
|
||||
// metadata...
|
||||
I: 'showMetadata',
|
||||
ctrl_shift_I: 'showMetadata: "current" "full" -- Show full metadata',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user