timeline-view-tk

A timeline viewer programmed with Python, using tkinter

View the Project on GitHub peter88213/timeline-view-tk

Home > Timeline viewer help > The footer toolbar


The footer toolbar

rewindLeft Go one page back

Shift the timeline to go about one screen width back in time. Same as the “back” mouse button (Windows).

arrowLeft Scroll back

Shift the timeline to go 1/5 screen width back in time. You can move it more precisely with the mouse wheel.

goToFirst Go to the first event

Shift the timeline so that the earliest event is positioned near the left edge of the window.

goToLast Go to the last event

Shift the timeline so that the latest event is positioned near the right edge of the window.

arrowRight Scroll forward

Shift the timeline to go 1/5 screen width forward in time. You can move it more precisely with the mouse wheel.

rewindRight Go one page forward

Shift the timeline to go about one screen width forward in time. Same as the “forward” mouse button (Windows).

arrowDown Reduce the time scale

Reduce the time scale in major steps. Fine scaling is meant to be done with the mouse wheel.

fitToWindow Fit to window

This sets the scale and moves the timeline, so that all events with valid or substituted date/time information fit into the window.

arrowUp Increase the time scale

Increase the time scale in major steps. Fine scaling is meant to be done with the mouse wheel.

undo Undo the last change

This restores date/time/duration before the last mouse operation on an event.