--- rxvt-unicode/src/perl/searchable-scrollback 2014/05/17 15:25:04 1.33 +++ rxvt-unicode/src/perl/searchable-scrollback 2014/05/17 17:12:29 1.34 @@ -38,7 +38,7 @@ # only for backwards compatibility my $hotkey = $self->{argv}[0] || $self->x_resource ("%") - || "M-s"; + || return; $self->bind_action ($hotkey, "searchable-scrollback:start") # ugh or warn "unable to register '$hotkey' as scrollback search start hotkey\n";