Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf/xpdf/about-text.h
blob: 172e39fc35b09828a87bc846878f547454096db2 (plain)
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
//========================================================================
//
// about-text.h
//
// Copyright 2002-2003 Glyph & Cog, LLC
//
//========================================================================

static char *aboutWinText[] = {
  "http://www.foolabs.com/xpdf/",
  "derekn@foolabs.com",
  " ",
  "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-2001 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",
  "  ctrl-L         = redraw",
  "  q              = quit",
  "  <home> / <end> = top / bottom of page",
  "  <arrows>       = scroll",
  " ",
  "For more information, please read the xpdf(1) man page.",
  NULL
};