From c6bc6069d6b6100cd1cc9af4822bf71b43fbd6d5 Mon Sep 17 00:00:00 2001 From: Bert Münnich Date: Sat, 10 Aug 2013 15:58:16 +0200 Subject: Changed key bindings for flipping to bar & underscore --- README.md | 2 +- config.def.h | 4 ++-- sxiv.1 | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0280c0f..b056a6e 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,7 @@ of small previews is displayed, making it easy to choose an image to open. <,> Rotate image (counter-)clockwise by 90 degrees ? Rotate image by 180 degrees - \,| Flip image horizontally/vertically + |,_ Flip image horizontally/vertically a Toggle anti-aliasing W Resize window to fit image diff --git a/config.def.h b/config.def.h index 6f95ae1..e0e1460 100644 --- a/config.def.h +++ b/config.def.h @@ -118,8 +118,8 @@ static const keymap_t keys[] = { { false, XK_greater, i_rotate, (arg_t) DEGREE_90 }, { false, XK_question, i_rotate, (arg_t) DEGREE_180 }, - { false, XK_backslash, i_flip, (arg_t) FLIP_HORIZONTAL }, - { false, XK_bar, i_flip, (arg_t) FLIP_VERTICAL }, + { false, XK_bar, i_flip, (arg_t) FLIP_HORIZONTAL }, + { false, XK_underscore, i_flip, (arg_t) FLIP_VERTICAL }, { false, XK_a, i_toggle_antialias, (arg_t) None }, { false, XK_A, it_toggle_alpha, (arg_t) None }, diff --git a/sxiv.1 b/sxiv.1 index 8072e4b..7d06004 100644 --- a/sxiv.1 +++ b/sxiv.1 @@ -266,10 +266,10 @@ Rotate image clockwise by 90 degrees. Rotate image by 180 degrees. .SS Flip .TP -.B \\\\ +.B | Flip image horizontally. .TP -.B | +.B _ Flip image vertically. .SS Miscellaneous .TP -- cgit v1.2.3-54-g00ecf