From 734116c8739959c4fd9c306881eed75c413a4dd8 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 16 Nov 2013 02:26:40 +0400 Subject: [PATCH] minor key-binding fix... Signed-off-by: Alex A. Naanou --- ui/keybindings.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/keybindings.js b/ui/keybindings.js index 31a67564..1e44e0a8 100755 --- a/ui/keybindings.js +++ b/ui/keybindings.js @@ -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',