mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-11-04 13:20:10 +00:00
minor tweaks...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
94d9b0cce5
commit
84ecf80197
@ -31,6 +31,14 @@ var KEYBOARD_CONFIG = {
|
||||
Q: 'Esc',
|
||||
},
|
||||
|
||||
// single image mode only...
|
||||
'.marked-only-view:not(.single-image-mode)': {
|
||||
title: 'Marked only view',
|
||||
|
||||
Esc: doc('Exit marked only view',
|
||||
function(){ toggleMarkedOnlyView('off') })
|
||||
},
|
||||
|
||||
|
||||
// help mode...
|
||||
'.help-mode': {
|
||||
@ -306,6 +314,7 @@ var KEYBOARD_CONFIG = {
|
||||
},
|
||||
|
||||
F4: doc('Open image in external software', openImage),
|
||||
E: 'F4',
|
||||
|
||||
H: doc('Show keyboard bindings',
|
||||
function(){ toggleKeyboardHelp() }),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user