-
Notifications
You must be signed in to change notification settings - Fork 19
Getting Started
This page is a quick start guide for using WordPerfect for UNIX.
The first thing you need to know is the menu is opened with Esc,=.
This highlights the menu bar, and you can select the option you want with ← and →. Alternatively, you can press the highlighted letter of the menu you want.
The function keys always have the same meaning throughout WordPerfect. The most important ones are F7 Exit and F1 Cancel. Exit will close the screen and save your changes, Cancel will abandon your changes.
There is a full list of Keybindings, but you don't have to learn them all now!
Tip: You can use Alt+= and Esc,= interchangeably.
You can press the F3 key at any time to open the online help. This works in most places, and will generally give you context relevant information.
Tip: Pressing F3F3F3 will bring you to the about screen!
Before writing your first document, you should configure where WordPerfect will save your files.
Press Esc,=, then navigate to File > Setup > Location of Files
.
Press 7, and choose where you would like your documents saved.
A good choice might be your home directory, or your Documents
directory.
If you plan to create macros or rebind keys, you will also want to set your macro directory.
You can bind keys in WordPerfect to almost any function, or even macros.
If you've never used WordPerfect before, you might prefer to start with the cua
layout. The cua
layout uses some shortcuts you might already be used to, such as Ctrl+C for Copy, Ctrl+V for Paste and Ctrl+A for Select All.
To do this, navigate to File > Setup > Keyboard Layout
and select cua
.
Tip: CUA stands for Common User Access, an IBM standard that defined many of the keyboard shortcuts we use today!
If you don't see cua
listed, it's possible you changed your Keyboard/Macro Files location. You can copy /opt/wp80/wpmacros/cua.wpk
to your macros directory, then try again.
The easiest way to print documents is to use the included GhostScript driver.
To enable this, press Esc,=, then navigate to Print > Select Printer
.
Press 2 to add a printer, and select GhostScript
from the list.
Tip: Press N to search through long lists in WordPerfect!
Select this driver, then configure a destination. A good choice might be ~/printjob.ps
.
You can now print your documents with Shift+F7.
Tip: There is a useful
ps2pdf
utility included with GhostScript.
If you would prefer to use your printer directly, remember to install the cups-bsd
package to get lpr
.
WordPerfect also requires the /etc/printcap
file, which may not be populated automatically on modern Linux distributions.
There are instructions for resolving this in the Administrators Handbook.
You can navigate around your document using ←,→,↑,↓.
Pressing Home followed by any direction moves to the edge of the screen in that direction. Pressing HomeHome followed by any direction moves to the edge of the document in that direction.
You can jump to any page by pressing Ctrl+Home and entering a page number. If you enter a letter or punctuation, you will jump ahead to the next occurrence. For example, Ctrl+Home. will jump to the end of the sentence.
Tip: You can undo your last
GoTo
operation, just press Ctrl+Home twice.
You can search your document with F2, you will be prompted to enter a string to search for.
Tip: Don't press Enter to search, that will search for a hard return! Press F2 again to start the search.
To search backwards from the cursor, use Shift+F2, and to use Search and Replace, use Alt+F2.
If your search contains only lowercase letters, it will be case insensitive. If you use any capitalization, it will be case sensitive.
- There is a wildcard operator, press Ctrl+V,Ctrl+X and a ^X character will be entered. The ^X can represent any single character. For example, d^Xsh will match dish and dash, but not demolish.
- Just press F2F2 to repeat the last search.
You can select passages of text with blocks, then move, copy, format or erase them. To start a block, use Ctrl+Shift+F4, or select it from the Edit menu.
You can have multiple documents open simultaneously, switch between them with Shift+F3.
Tip: You can have per-document display settings, press Shift+F3 while in the
File > Setup > Display > Colors/Fonts/Attributes
screen to choose how the second document looks!
WordPerfect uses invisible codes to format your document, similar to HTML tags. You can use the reveal codes feature to browse and edit the codes, Ctrl+Shift+F3.
WordPerfect has built-in spelling and grammar checking. You can access them from the Tools
menu, and choose to check the whole document or individual words or paragraphs.
There is also a built-in thesaurus that allows you browse replacement words by repeatedly choosing from different candidates.
Use File > Retrieve
to load a document into WordPerfect. You can press F5 at the prompt to open a directory browser that allows you to navigate, open and search your documents.
Tip: You can include data from Lotus 1-2-3 worksheets in your documents. See Linking and Embedding for more information!
You can customize how WordPerfect works by creating macros.
FIXME
You might only ever use simple keystroke macros, but WordPerfect macros can be extended with logic, flow control, variables and more.
This is beyond the scope of this introduction, but see the Further Reading section for links to more information.
You can bind macros to the keys Alt-A to Alt-Z. These are called the Quick Macros, they're for quick access to your most commonly used functions.
In order to make a macro a Quick Macro, when prompted for a name simply call it alta
, altb
, altc
and so on.
You can rebind keys to different functions, or even assign macros to any key by editing your Keyboard Layout.
To do this, select Setup > Keyboard Layout
and then choose Create, Copy or Edit a layout.
This menu allows you to assign macros or functions to any key.
Tip: Be Careful! You could accidentally assign a macro to an important key like A and have trouble fixing it! Always backup your keyboard file before editing it, it's stored in your Macro directory.
The full manual is available online here.
There are many excellent books on using WordPerfect, I recommend Mastering WordPerfect 5.1 for DOS by Alan Simpson, ISBN 0895886707. The content is almost entirely relevant to UNIX.
There is a huge number of resources on wpdos.org, including many UNIX specific hints and instructions. In particular, there are additional guides and notes for WSL users.