瀏覽代碼

Changed key bindings for flipping to bar & underscore

master
Bert Münnich 11 年之前
父節點
當前提交
c6bc6069d6
共有 3 個文件被更改,包括 5 次插入5 次删除
  1. +1
    -1
      README.md
  2. +2
    -2
      config.def.h
  3. +2
    -2
      sxiv.1

+ 1
- 1
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 (counter-)clockwise by 90 degrees
? Rotate image by 180 degrees ? Rotate image by 180 degrees
\,| Flip image horizontally/vertically |,_ Flip image horizontally/vertically


a Toggle anti-aliasing a Toggle anti-aliasing
W Resize window to fit image W Resize window to fit image


+ 2
- 2
config.def.h 查看文件

@@ -118,8 +118,8 @@ static const keymap_t keys[] = {
{ false, XK_greater, i_rotate, (arg_t) DEGREE_90 }, { false, XK_greater, i_rotate, (arg_t) DEGREE_90 },
{ false, XK_question, i_rotate, (arg_t) DEGREE_180 }, { 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_HORIZONTAL },
{ false, XK_bar, i_flip, (arg_t) FLIP_VERTICAL }, { false, XK_underscore, i_flip, (arg_t) FLIP_VERTICAL },


{ false, XK_a, i_toggle_antialias, (arg_t) None }, { false, XK_a, i_toggle_antialias, (arg_t) None },
{ false, XK_A, it_toggle_alpha, (arg_t) None }, { false, XK_A, it_toggle_alpha, (arg_t) None },


+ 2
- 2
sxiv.1 查看文件

@@ -266,10 +266,10 @@ Rotate image clockwise by 90 degrees.
Rotate image by 180 degrees. Rotate image by 180 degrees.
.SS Flip .SS Flip
.TP .TP
.B \\\\ .B |
Flip image horizontally. Flip image horizontally.
.TP .TP
.B | .B _
Flip image vertically. Flip image vertically.
.SS Miscellaneous .SS Miscellaneous
.TP .TP


||||||
x
 
000:0
Loading…
取消
儲存