aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Lublin <daniel@lublin.se>2019-01-31 15:42:30 +0100
committerDaniel Lublin <daniel@lublin.se>2019-01-31 15:42:30 +0100
commitbf659da8f25080bb2e90ebf37059af9b9305cf93 (patch)
tree2c94f59a93ab6d0cfeae515f0b5c967de2834578
parente3cd3043fbf19a0e2e64c0a0d69b4aec4c93657d (diff)
Document escape alternative
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index ddaa780..4579604 100644
--- a/README
+++ b/README
@@ -48,11 +48,11 @@ otherwise URxvt.url-launcher. If neither of these are defined, the
If more than one URL is available in the region, url-picker places numbered
labels over the first characters of each URL on the screen. A prompt
"Follow: " appears at the bottom of the terminal window, at which you
-can type only numbers, backspace, enter, or escape (all other input is
-ignored).
+can type only numbers, backspace, enter, or escape or `q` (all other input
+is ignored).
-Escape exits this mode and removes all overlay windows, without doing
-anything.
+Escape (or `q`) exits this mode and removes all overlay windows, without
+doing anything.
Enter launches the URL associated with the number that has been typed, if
that number matches one of the URL labels. Otherwise, nothing happens.