mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-12-16 16:21:40 +00:00
minor fixes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
ae15cda923
commit
17ccaa7a1b
@ -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',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user