mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-12-21 10:41:39 +00:00
Compare commits
2 Commits
ef0a40ec33
...
17ccaa7a1b
| Author | SHA1 | Date | |
|---|---|---|---|
| 17ccaa7a1b | |||
| ae15cda923 |
@ -3563,6 +3563,7 @@ module.FileSystemWriterUI = core.ImageGridFeatures.Feature({
|
|||||||
handlers: [
|
handlers: [
|
||||||
// update export history...
|
// update export history...
|
||||||
[[
|
[[
|
||||||
|
'exportImage',
|
||||||
'exportIndex',
|
'exportIndex',
|
||||||
'exportImages',
|
'exportImages',
|
||||||
], function(_, settings){
|
], function(_, settings){
|
||||||
|
|||||||
@ -132,6 +132,9 @@ module.GLOBAL_KEYBOARD = {
|
|||||||
|
|
||||||
Esc: 'toggleSingleImage: "off" -- Exit single image view',
|
Esc: 'toggleSingleImage: "off" -- Exit single image view',
|
||||||
|
|
||||||
|
|
||||||
|
ctrl_shift_S: 'NEXT',
|
||||||
|
|
||||||
// ignore sorting and reversing...
|
// ignore sorting and reversing...
|
||||||
// XXX not sure about these yet, especially reversing...
|
// XXX not sure about these yet, especially reversing...
|
||||||
shift_R: 'DROP',
|
shift_R: 'DROP',
|
||||||
|
|||||||
@ -217,7 +217,7 @@ var MetadataReaderActions = actions.Actions({
|
|||||||
// XXX Q: should this be a linked task???
|
// XXX Q: should this be a linked task???
|
||||||
// ...on one hand yes, on the other, saving after this may
|
// ...on one hand yes, on the other, saving after this may
|
||||||
// unintentionally save other state from the main object...
|
// unintentionally save other state from the main object...
|
||||||
readAllMetadata: ['File/Read all metadata',
|
readAllMetadata: ['File/$Read all metadata',
|
||||||
'readMetadata: "all" ...'],
|
'readMetadata: "all" ...'],
|
||||||
|
|
||||||
// XXX take image Metadata and write it to target...
|
// XXX take image Metadata and write it to target...
|
||||||
|
|||||||
1262
Viewer/package-lock.json
generated
1262
Viewer/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user