-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathinkview.1.in
52 lines (40 loc) · 1.58 KB
/
inkview.1.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
.TH inkview 1 "December 28, 2004" INKSCAPE "Inkscape\-0.40"
.SH NAME
inkview - slideshow program which uses SVG files
.SH SYNOPSIS
.B inkview
[\fIFILES\fR] ... [\fIsomewhere/*.svg\fR] ...
.SH DESCRIPTION
Inkview is a slideshow program which uses SVG files. One or more \fIFILES\fR
may be specified on the command-line and the slideshow will consist of the
files supplied on the command line in the given order.
.SH KEYBINDINGS
Left or Page Up: show previous slide
Right, Page Down, or space bar: show next slide
Up: go to first slide
Down: go to last slide
Escape, q or Q: quit
F11: go to fullscreen mode/revert back to window mode
Return: pop up window with slide buttons (first, prev, next, last)
.SH EXAMPLES
You can use the command
.B inkview @prefix@/share/inkscape/examples/*.svg*
.\" Actually ${datadir}/inkscape/..., but config.status won't fully
.\" expand that. We could use the makefile to do substitutions instead
.\" of using config.status if we want to correct this.
to browse through the examples included in the inkscape package.
.SH OPTIONS
There are no options yet.
.SH TODO
add a default SVG for when a document does not load.
add a usage/help command line switch
.SH "SEE ALSO"
.BR inkscape(1)
and the inkview related part of the inkscape wiki:
.I http://www.inkscape.org/wiki/index.php/Inkview
.I http://www.inkscape.org/
.SH AUTHORS
Johan Ceuppens
This codebase owes its existence to a large number of contributors
throughout its various incarnations. See inkscape(1) for more information.
This man-page was written by Wolfram Quester <[email protected]\-konstanz.de>