forked from rbrito/xpdf-poppler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
about-text.h
48 lines (47 loc) · 1.48 KB
/
about-text.h
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
//========================================================================
//
// about-text.h
//
// Copyright 2002-2007 Glyph & Cog, LLC
//
//========================================================================
static char *aboutWinText[] = {
"http://www.foolabs.com/xpdf/",
"",
"Licensed under the GNU General Public License (GPL).",
"See the 'COPYING' file for details.",
"",
"Supports PDF version " supportedPDFVersionStr ".",
"",
"The PDF data structures, operators, and specification",
"are copyright 1985-2006 Adobe Systems Inc.",
"",
"Mouse bindings:",
" button 1: select text / follow link",
" button 2: pan window",
" button 3: menu",
"",
"Key bindings:",
" o = open file",
" r = reload",
" f / ctrl-F = find text",
" ctrl-G = find next",
" ctrl-P = print",
" n = next page",
" p = previous page",
" <PgDn> = <space> = scroll down",
" <PgUp> = <backspace> = <delete> = scroll up",
" v = forward (history path)",
" b = backward (history path)",
" 0 / + / - = zoom zero / in / out",
" z / w = zoom page / page width",
" alt-F = toggle full-screen mode",
" ctrl-L = redraw",
" q = quit",
" <home> / <end> = top / bottom of page",
" <arrows> = scroll",
"",
"For more information, please read the xpdf(1) man page.",
NULL
};