@@ -505,16 +505,22 @@ call."
505
505
" --"
506
506
[" Fit Frame to Image" image-mode-fit-frame :active t
507
507
:help " Resize frame to match image" ]
508
+ [" Fit Image to Window (Best Fit)" image-transform-fit-both
509
+ :help " Resize image to match the window height and width" ]
508
510
[" Fit to Window Height" image-transform-fit-to-height
509
511
:help " Resize image to match the window height" ]
510
512
[" Fit to Window Width" image-transform-fit-to-width
511
513
:help " Resize image to match the window width" ]
512
- [" Fit to Window Height and Width" image-transform-fit-both
513
- :help " Resize image to match the window height and width" ]
514
+ [" Zoom In" image-increase-size
515
+ :help " Enlarge the image" ]
516
+ [" Zoom Out" image-decrease-size
517
+ :help " Shrink the image" ]
514
518
[" Set Scale..." image-transform-set-scale
515
519
:help " Resize image by specified scale factor" ]
516
- [" Rotate Image... " image-transform-set-rotation
520
+ [" Rotate Clockwise " image-rotate
517
521
:help " Rotate the image" ]
522
+ [" Set Rotation..." image-transform-set-rotation
523
+ :help " Set rotation angle of the image" ]
518
524
[" Reset Transformations" image-transform-reset
519
525
:help " Reset all image transformations" ]
520
526
" --"
@@ -524,10 +530,10 @@ call."
524
530
(image-dired default-directory))
525
531
:active default-directory
526
532
:help " Show thumbnails for all images in this directory" ]
527
- [" Next Image" image-next-file :active buffer-file-name
528
- :help " Move to next image in this directory" ]
529
533
[" Previous Image" image-previous-file :active buffer-file-name
530
534
:help " Move to previous image in this directory" ]
535
+ [" Next Image" image-next-file :active buffer-file-name
536
+ :help " Move to next image in this directory" ]
531
537
[" Copy File Name" image-mode-copy-file-name-as-kill
532
538
:active buffer-file-name
533
539
:help " Copy the current file name to the kill ring" ]
@@ -565,10 +571,10 @@ call."
565
571
[" Reset Animation Speed" image-reset-speed
566
572
:active image-multi-frame
567
573
:help " Reset the speed of this image's animation" ]
568
- [" Next Frame" image-next-frame :active image-multi-frame
569
- :help " Show the next frame of this image" ]
570
574
[" Previous Frame" image-previous-frame :active image-multi-frame
571
575
:help " Show the previous frame of this image" ]
576
+ [" Next Frame" image-next-frame :active image-multi-frame
577
+ :help " Show the next frame of this image" ]
572
578
[" Goto Frame..." image-goto-frame :active image-multi-frame
573
579
:help " Show a specific frame of this image" ]
574
580
))
0 commit comments