diff options
author | Petter Rodhelind <petter.rodhelind@gmail.com> | 2018-02-26 11:14:21 +0100 |
---|---|---|
committer | Petter Rodhelind <petter.rodhelind@gmail.com> | 2018-02-26 11:14:21 +0100 |
commit | 0023e0929ac7075cd008e0093de58ddc89efd597 (patch) | |
tree | 68e8ab40c955a89ee98e9c667dff12837a58b0fb /README.md | |
parent | 0e86accb588445f09b07ec68e6cc62903f9ba7bd (diff) | |
download | poe-0023e0929ac7075cd008e0093de58ddc89efd597.tar.gz poe-0023e0929ac7075cd008e0093de58ddc89efd597.tar.bz2 poe-0023e0929ac7075cd008e0093de58ddc89efd597.zip |
Bulk commit before redesign in another branch.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ Use the mouse. `^Q` exits. Everything is text and everything is editable. There are two ways to interact with text, `Run` or `Open`. -`Open` (`^O`, right-click or Ctrl+Click) will assume the selected text is a file or a directory and will open a new window listing its content. If none is found, it does nothing. +`Open` (`^O`, right-click or Shift+Click) will assume the selected text is a file or a directory and will open a new window listing its content. If none is found, it does nothing. `Run` (`^R`, middle-click or Alt+Click) interprets the text as a command, which can be an internal poe command like `New` or `Del`. If none is found, it does nothing. |