Re: First impressions of Ogle 0.9.0.
Bj|rn Englund <[email protected]>
| Newsgroups | gmane.comp.video.ogle.devel |
|---|---|
| Message-ID | <[email protected]> |
Thu Feb 27 2003, Greg Trounson wrote: > ---------------------------------------------------------------------- > * Pressing 'q' in a movie window (either windowed or fullscreen) will > result in the process stopping responding to further keyboard commands. > The message: > msg close FIX > Xlib: unexpected async reply (sequence 0x786)! Fixed in cvs now. > ---------------------------------------------------------------------- > > * File..Exit doesn't seem to work anymore (either does clicking the > 'close' button). Both result in the process freezing, requiring a "kill > -15 on ogle_gui". > ---------------------------------------------------------------------- Fixed in cvs now. > ---------------------------------------------------------------------- > > * I do like the idea of being able to enter a number n, then <PGUP> or > <PGDN> to have it skip n seconds, but it can get annoying if I first > press a digit for another purpose, and then a minute or so later hit > <PGUP> or <PGDN>. I think there should be a time limit (say 5 seconds) > on whether or not a pressed digit applies to the skip time. > ---------------------------------------------------------------------- Fixed in cvs now. I added the timeouts as configurable options in the oglerc. default_skiptime - the default time to skip. digit_timeout - timeout between pressed digits until the digit will be part of a new number. '1','2','3' will be the number "123" '1' <longer than digit_timeout> '2','3' will be the number "23" number_timeout - timeout from last pressed digit to the action the number should be associated with. If you entered a number and wait longer than this timeout before pressing an action key, the number will not be used and will be reset. The number is also reset/invalidated by any pressed action key. Setting the timeouts to 0 will disable them. /Björn