--- rxvt-unicode/src/perl/option-popup 2006/01/08 00:41:20 1.3 +++ rxvt-unicode/src/perl/option-popup 2006/01/08 00:48:14 1.4 @@ -1,5 +1,11 @@ #! perl +sub on_start { + my ($self) = @_; + + $self->grab_button (3, urxvt::ControlMask); +} + sub on_button_press { my ($self, $event) = @_;