mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-12-17 08:41:40 +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) }),
|
'#9': doc('Fit nine images', function(){ fitNImages(9) }),
|
||||||
|
|
||||||
// cropping...
|
// cropping...
|
||||||
|
C: doc('Show data crop dialog', cropImagesDialog),
|
||||||
|
|
||||||
// XXX add a non FXX key for macs...
|
// XXX add a non FXX key for macs...
|
||||||
F2: {
|
F2: {
|
||||||
shift: doc('Crop marked only images',
|
shift: doc('Crop marked only images',
|
||||||
@ -689,8 +691,6 @@ var KEYBOARD_CONFIG = {
|
|||||||
// XXX make F4 a default editor and E a default viewer...
|
// XXX make F4 a default editor and E a default viewer...
|
||||||
F4: 'E',
|
F4: 'E',
|
||||||
|
|
||||||
C: doc('Show crop dialog', cropImagesDialog),
|
|
||||||
|
|
||||||
// info...
|
// info...
|
||||||
I: {
|
I: {
|
||||||
default: doc('Show current image info',
|
default: doc('Show current image info',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user