minor fixes...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2025-04-24 17:37:37 +03:00
parent ae15cda923
commit 17ccaa7a1b
2 changed files with 4 additions and 0 deletions

View File

@ -3563,6 +3563,7 @@ module.FileSystemWriterUI = core.ImageGridFeatures.Feature({
handlers: [
// update export history...
[[
'exportImage',
'exportIndex',
'exportImages',
], function(_, settings){

View File

@ -132,6 +132,9 @@ module.GLOBAL_KEYBOARD = {
Esc: 'toggleSingleImage: "off" -- Exit single image view',
ctrl_shift_S: 'NEXT',
// ignore sorting and reversing...
// XXX not sure about these yet, especially reversing...
shift_R: 'DROP',