mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-11-01 03:40:09 +00:00
minor key-binding fix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
06d6401b10
commit
734116c873
@ -332,6 +332,8 @@ var KEYBOARD_CONFIG = {
|
||||
'#9': doc('Fit nine images', function(){ fitNImages(9) }),
|
||||
|
||||
// cropping...
|
||||
C: doc('Show data crop dialog', cropImagesDialog),
|
||||
|
||||
// XXX add a non FXX key for macs...
|
||||
F2: {
|
||||
shift: doc('Crop marked only images',
|
||||
@ -689,8 +691,6 @@ var KEYBOARD_CONFIG = {
|
||||
// XXX make F4 a default editor and E a default viewer...
|
||||
F4: 'E',
|
||||
|
||||
C: doc('Show crop dialog', cropImagesDialog),
|
||||
|
||||
// info...
|
||||
I: {
|
||||
default: doc('Show current image info',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user