aboutsummaryrefslogtreecommitdiff
path: root/url-picker
diff options
context:
space:
mode:
Diffstat (limited to 'url-picker')
-rw-r--r--url-picker2
1 files changed, 1 insertions, 1 deletions
diff --git a/url-picker b/url-picker
index 81c9fd0..c47ee1b 100644
--- a/url-picker
+++ b/url-picker
@@ -107,7 +107,7 @@ sub on_key_press {
}
my $p = $self->{url_picker};
if ($p) {
- if ($keysym == 0xff1b) { # escape
+ if ($keysym == 0xff1b || $keysym == 113) { # escape or q
$self->screen_cur($p->{crow},$p->{ccol});
$self->{url_picker} = ();
} elsif ($keysym == 0xff08) { # backspace