⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 about-text.h

📁 source code: Covert TXT to PDF
💻 H
字号:
//========================================================================//// about-text.h//// Copyright 2002 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};

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -