diff options
| author | Daniel Friesel <derf@finalrewind.org> | 2020-05-30 17:51:57 +0200 | 
|---|---|---|
| committer | Daniel Friesel <derf@finalrewind.org> | 2020-05-30 17:51:57 +0200 | 
| commit | a624883d92ea54886b739f1000e39ccf1afc5577 (patch) | |
| tree | e10f9fd5fbf92e0238e76118a19486e7a747f33a /src | |
| parent | 8a7afba7f042bcf8cec08cad875066ca69e7ec64 (diff) | |
Update zoom in / zom out keys in feh --help
Diffstat (limited to 'src')
| -rw-r--r-- | src/help.raw | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/help.raw b/src/help.raw index a9cf9da..8d30544 100644 --- a/src/help.raw +++ b/src/help.raw @@ -193,8 +193,8 @@ DEFAULT KEYS   <KEYPAD UP>             Move the image up   <KEYPAD DOWN>           Move the image down   <KEYPAD BEGIN>          Antialias the image - <KEYPAD +>              Zoom in - <KEYPAD ->              Zoom out + <KEYPAD +>, <UP>        Zoom in + <KEYPAD ->, <DOWN>      Zoom out   <KEYPAD *>              Zoom to 100%   <KEYPAD />              Zoom to fit the window | 
