commit d23d39bac5f76564fde0af1000983e8bc47178b8
Author: Raniconduh <clagv.randomgames@gmail.com>
Date: Mon Oct 11 10:32:35 2021 +0000
diff --git a/README.md b/README.md
index 6d040aa..92d65c3 100644
--- a/README.md
+++ b/README.md
@@ -1612 +1611 @@ If an argument is provided, cscroll will open the path supplied. Otherwise it wi
* `j` or `down arrow key`: Move the cursor down
* `k` or `up arrow key`: Move the cursor up
* `h` or `left arrow key`: Enter the previous directory
-* `l` or `right arrow key`: Enter the directory the cursor is currently on
+* `l`, `right arrow key`, or `enter key`: If the file the cursor is on is a directory, enter that directory. Otherwise open the file with `xdg-open`
* `g`: Place cursor on first file
* `G`: Place cursor on last file
* `.`: Toggle whether or not to show dot files
* `d`: Delete the file the cursor is on (a prompt will be shown first)
-* `o`: Open the file the cursor is on with `xdg-open`
* `q`: Quit