From df51acbf15c420a0176e7bc88eb6cbede057e1df Mon Sep 17 00:00:00 2001 From: Mark Stosberg Date: Mon, 23 Nov 2020 13:52:34 -0500 Subject: Add default keybinding for image rotation This is the same key binding used by Eye of Gnome for a 90 degree clockwise image rotation for people coming from that image viewer. --- doc/imv.1.txt | 3 +++ files/imv_config | 3 +++ 2 files changed, 6 insertions(+) diff --git a/doc/imv.1.txt b/doc/imv.1.txt index 09e2da9..7c4af97 100644 --- a/doc/imv.1.txt +++ b/doc/imv.1.txt @@ -222,6 +222,9 @@ imv comes with several binds configured by default *-*:: Zoom out +*Ctrl+r*:: + Rotate clockwise by 90 degrees + *c*:: Center image diff --git a/files/imv_config b/files/imv_config index 5d69af1..550a4d3 100644 --- a/files/imv_config +++ b/files/imv_config @@ -38,6 +38,9 @@ i = zoom 1 = zoom -1 o = zoom -1 +# Rotate Clockwise by 90 degrees + = rotate by 90 + # Other commands x = close f = fullscreen -- cgit v1.2.3