mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30: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...
|
// XXX show collections in image metadata...
|
||||||
var UICollectionActions = actions.Actions({
|
var UICollectionActions = actions.Actions({
|
||||||
// XXX highlight current collections....
|
// XXX highlight current collections....
|
||||||
browseCollections: ['Collections/Collections...',
|
browseCollections: ['Collections|Crop/Collections...',
|
||||||
widgets.makeUIDialog(function(gid){
|
widgets.makeUIDialog(function(gid){
|
||||||
var that = this
|
var that = this
|
||||||
gid = gid != null ? this.data.getImage(gid) : gid
|
gid = gid != null ? this.data.getImage(gid) : gid
|
||||||
|
|||||||
@ -357,6 +357,10 @@ module.GLOBAL_KEYBOARD = {
|
|||||||
C: 'browseActions: "/Crop/" -- Crop menu...',
|
C: 'browseActions: "/Crop/" -- Crop menu...',
|
||||||
|
|
||||||
|
|
||||||
|
// collections...
|
||||||
|
alt_C: 'browseCollections',
|
||||||
|
|
||||||
|
|
||||||
// metadata...
|
// metadata...
|
||||||
I: 'showMetadata',
|
I: 'showMetadata',
|
||||||
ctrl_shift_I: 'showMetadata: "current" "full" -- Show full metadata',
|
ctrl_shift_I: 'showMetadata: "current" "full" -- Show full metadata',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user