From fdf3e0fb50e6ea699efa268cb72094f0ca1aabc3 Mon Sep 17 00:00:00 2001 From: "matthias@arch" Date: Fri, 1 Dec 2023 21:34:12 +0100 Subject: [PATCH] dont use o in example --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a69e76f..374833d 100755 --- a/README.md +++ b/README.md @@ -16,9 +16,9 @@ imgsort For example, you could use: - `f` = `~/Pictures/Family` - `v` = `~/Pictures/Vacation_2019` - - `o` = `~/Pictures/Other` + - `O` = `~/Pictures/Other` - Note that `s`, `u` and `q` are reserved for *skip*, *undo* and *quit*, but you can use `S`, `U` and `Q` instead. + Note that `s`, `u`, `o` and `q` are reserved for *skip*, *undo*, *open* and *quit*, but you can use `S`, `U` and `Q` instead. 3. Save the config if you might want to use it again. The config file will be stored in `$XDG_CONFIG_DIR` or `~/.config/imgsort`. 4. Enjoy the slideshow!