Help for this page

Select Code to Download


  1. or download this
        sub __handle_key {
            my ( $s, $key_event, $key_code) = @_[1..3];
    ...
            $s->show_cur_entry_in_imgwin();
          
        }