minor key-binding fix...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2013-11-16 02:26:40 +04:00
parent 06d6401b10
commit 734116c873

View File

@ -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',