by Jack Lyon
I recently had the pleasure of doing an interview for the Chicago Manual of Style “Shop Talk” column. In the interview, I explained how to record a simple macro for transposing characters while editing.
After reading the interview, editor Kristi Hein commented:
Terrific. Next, please discuss the process of choosing a keystroke combination for your macro: not using one of the many you’ve already assigned, making it a combo that’s not too convoluted for the hands (defeating the purpose somewhat), and that you will remember among all the other keystroke combinations you’ve assigned. Therein lies the true art of automating Word effectively and efficiently.
Kristi is right, but wow, that’s a tall order. Let’s look at each requirement separately.
Not using one of the many we’ve already assigned
To not use one of the many keyboard combinations already assigned, we need to know the keystroke combinations we’ve already assigned. Here’s how to do that:
- Click CTRL + P to open Word’s “Print” dialog.
- Under “Settings,” click the dropdown list that begins with “Print All Pages.”
- Under “Document Properties,” click “Key Assignments.” (Also, notice the other things you might want to print, such as styles and AutoText entries.)
- Click the “Print” button.
You’ll get a nicely formatted document that shows all of your existing key combinations. The entries will look something like this, with the key combinations on the left and the macro names on the right:
Alt+Ctrl+Shift+S — Normal.NewMacros.ChangeStyleBasedOn
Alt+Ctrl+Shift+I — Normal.NewMacros.CheckIndexCodes
Alt+Ctrl+Shift+C — Normal.NewMacros.FixCodes
Alt+Ctrl+Shift+M — Normal.NewMacros.ParseMetadata
“And how do I assign key combinations to begin with?” you’re wondering. There are (at least) a couple of ways:
When you go to record a new macro (under View > Macro), one of your options is to assign a key combination by pressing the “Keyboard” button:
When you do that, you’ll see the following dialog:
If you were working with an existing macro (editing rather than recording), you’d see any existing key combinations under “Current keys.” To assign a new combination, put your cursor in the box labeled “Press new shortcut key” and, well, press a new shortcut key.
If the new key is already assigned to a macro, you’ll get a “Currently assigned to” message like this:
That’s handy because it helps you avoid accidentally overwriting a combination that you’ve already assigned (although you can overwrite one on purpose). If you don’t get that message, you’re good to go, and you can click the “Assign” button (on the lower left) and then the “Close” button (on the lower right) and then record the keystrokes that will make up your macro. (When you’re finished recording, click View > Macro > Stop Recording.)
If you want to assign a key combination to an existing macro, things get a little more complicated:
- Click “File > Options.”
- Click the “Customize Ribbon” button (on the left).
- Under “Choose commands from,” select “Macros” (unless you want to use one of Word’s built-in commands, which you can also do).
- At the bottom of the dialog, you’ll see “Keyboard shortcuts: Customize.” Click the “Customize” button and proceed as explained above.
But to continue…
Making it a combo that’s not too convoluted for the hands
This, of course, depends on how many fingers you have (I have ten so far) and how large or small they are, along with your native dexterity. As you can see in the picture above, I’m partial to ALT + CTRL + SHIFT, which I actually find easy to press with my left hand while pressing a letter key with my right. If that’s too convoluted for you, you might try CTRL + SHIFT or CTRL + ALT, both of which are easy to do. ALT + SHIFT is a little more difficult. You can even use plain old CTRL or ALT with another character, but that starts to encroach on Word’s built-in key combinations (like CTRL + S to save a document).
There’s another system, however, that you may not know about:
- Press your desired key combination.
- Press another key.
The result will be something like this:
See that ,”1” after the “Alt+Ctrl+Shift+M”? That means I’ve just created a two-step key combination. To run the macro, I press ALT+CTRL+SHIFT+M. Then I press 1 (the one key, all by itself). At that point (and not before), the macro will run. Pretty slick!
What that means is that you can assign all kinds of two-step combinations (letters will work as well as numbers), which gives you two characters for the mnemonic you use to remember what a combination does. That’s twice as good as one! (Unfortunately, Word won’t let you use more than two.) It also means you can create shortcuts like these:
ALT+CTRL+SHIFT+H,1 (to apply the Heading 1 style)ALT+CTRL+SHIFT+H,2 (to apply the Heading 2 style)
Or these:
CTRL + SHIFT + T,C (to transpose characters)
CTRL + SHIFT + T,W (to transpose words)
CTRL + SHIFT + T,S (to transpose sentences)
CTRL + SHIFT + T,P (to transpose paragraphs)
And so on. The mind reels at the possibilities!
Making it a combo that you will remember among all the other keystroke combinations you’ve assigned
Using two-step combinations should help with that requirement as well, but for serious keyboard junkies there’s another solution — XKeys. The company manufactures various models, from 24 keys on up to 128 keys! You can assign the keys to your macros, label the keys, color code them, and so on. The 60-key model looks like this:
Rich Adin swears by this gadget, and he’s one of the most productive copyeditors I know. Maybe you’d find it useful too.
We’ve met the requirements
In summary, we’ve figured out some ways to meet all of Kristi Hein’s requirements for key combinations:
- Not using one of the many you’ve already assigned.
- Making it a combo that’s not too convoluted for the hands.
- Making it a combo that you will remember among all the other keystroke combinations you’ve assigned.
These may seem like small things, but small things add up to greater editing efficiency, and that means more money in your pocket and less time at work, both of which are big things. I hope this essay will help you achieve them.
Jack Lyon (editor@editorium.com) owns and operates the Editorium, which provides macros and information to help editors and publishers do mundane tasks quickly and efficiently. He is the author of Microsoft Word for Publishing Professionals and of Macro Cookbook for Microsoft Word. Both books will help you learn more about macros and how to use them.
The Business of Editing: Managing Comments with Comment Editor
Tags: Comment Editor, cost-efficient, EditTools, macros, profitability, timesaving
We all know that Microsoft Word wasn’t designed by editors for editors. As good a program as it is, it is a compromise. The result is that some “features” aren’t really features for editing; instead, they are time-consuming and thus cost efficient editors money.
This is certainly the case when it comes to managing comments and queries (hereafter “comments” means both) we have inserted in a manuscript, regardless of whether we inserted them using Word’s method or EditTools’ Insert Query macro. For example, to delete a comment, Word requires us to locate the comment in the text, select it, and delete it. Similarly, to modify the text of a comment, we need to locate the comment and open it. I have had instances where a comment I inserted on page 3 of a document needed to be changed because of information on page 19. To edit the page 3 comment, I had to leave page 19, not my preference when the only reason to do so is to be able to edit the comment. But that is the Microsoft way.
EditTools’ Comment Editor changes the way I deal with comments and has reduced the time I spend “managing” comments — which, in my editing world, means more profit for me.
Comment Editor is an easy-to-use method for reviewing and modifying comments created using either EditTools’ Insert Query macro (A) or Microsoft Word’s method. Comment Editor is accessed from the EditTools ribbon as shown here (B). Comment Editor can also be accessed by keyboard combination. To assign a hotkey combination, go to Hotkeys (C) and choose Set Up Hotkey for Macro and choose Comment Editor.
Comment Editor on the EditTools Riboon
When a comment is inserted, Word automatically numbers it as shown here (#1):
The Comment Editor dialog
The Comment Editor dialog is shown below. It is from this dialog from which anything that can be done to a comment is done. There is no need to locate the comment in the text or go to it; wherever you currently are in your document is where you will stay unless you choose otherwise.
Comment Editor dialog
When you open Comment Editor, the main text area (#2) is automatically populated with every comment present in your document. As you can see, in our example, the document already has six comments. Comment Editor gives you a few options. If you use Word’s method to edit a comment, you need to go to the comment — otherwise the comment is inaccessible. That means you need to leave your present location in the document. For example, if you are at the location where comment 5 is found and realize that because of the text at that location, you need to modify comment 2, with Word’s system, you need to go to comment 2. Word also doesn’t provide a way to automatically return to where you were in the document.
Comment Editor doesn’t work that way. Instead, Comment Editor offers you the option to go to the comment or not. If you want to go to the selected comment, you can click Go to Comment (#3) — the manual way of going to an individual comment — or if you prefer to always go to the comment, you can set your default to automatically go to a comment when it is selected (#4). When you are done, you can return to where you were in the document by clicking Return to Before (#3), the manual method, or make your default that you automatically return when Comment Editor is closed (#4).
Another difference from Word’s method is that to get to a specific comment in Word, you go to the Review ribbon and click Next or Previous. In contrast, with Comment Editor, you simply choose the comment you want to go to in the text field (#2).
When you select a comment in the text field (#2), you are given several bits of information: comment ID or number, a small amount of the comment’s text, and the text you attached it to (see, e.g., #1 above). More importantly, you are also shown the complete text of the comment in the Text field (#5). This Text field (#5) is where you edit the comment. If you make a change to the text, click Update (#6) to update the comment in Word. Want to delete the comment? Click the Delete button (#6) and the comment will be deleted from your document and the comments will be renumbered.
If you want to keep Comment Editor open until you manually close it, check the box at #7. Comment Editor also displays the total number of comments in the document (#8) should you not be able to see all of them in the main field.
Inserting a new comment
Note what is currently comment 6 in the list of comments shown at #2. In the image below, Insert Query has been used to insert a new comment (arrow), which is numbered 6 by Word.
Inserting a new comment
If we reopen Comment Editor, you can see that there are now seven comments listed and the comment we added above is shown as number 6 (violet highlight and arrow).
Reopening Comment Editor
If you were to use Word’s method, you would see the new comment at the bottom of the page, as shown here. (In this image the numbers 5 and 6 correspond to comments 5 and 6 in Word’s viewing pane.)
Word’s display
Modifying a comment in Comment Editor
Using Comment Editor, it is easy to modify a comment. As shown in the image below, we have selected comment 6 to modify (#9) by clicking on it to select it. Its text appears in the Text field at the bottom of the Editor (#10). The text we are adding to the comment is highlighted in yellow (for illustrative purposes; the highlighting is not part of Comment Editor) (#10). Clicking Update (#11) will add the text to the comment.
Modifying a comment in Comment Editor
Before modifying the text, you will be asked to confirm that you want to update the comment, and the comment to be updated will be identified by its ID (circled text below):
A comment’s identification
Clicking Yes results in the comment being updated as shown here:
Updated comment in Word’s view
which we can see in Comment Editor when we reopen it:
Updated comment in Comment Editor
The editing of the comment took place solely within the Comment Editor. Comment Editor lets us see the complete text of all comments in the document and lets us manage the comments as needed. Time is saved because we no longer have to travel around the document to find the correct comment to edit or to do the editing.
When there are a lot of comments
Dealing with comments in a long document that has many comments can be tricky. An example is shown in the image below, which shows the comments in the chapter I was editing when I was only two-thirds through the document. At this point in time, I already had 42 comments in the document (see #12). Because I could scroll through the comments in Comment Editor, I was able to locate the comment I needed to modify and change its text without moving from my present location in the document. A much easier and faster way to manage comments, especially when there are a lot of them.
Example of Comment Editor’s Ease of Use
In my experience, it is not unusual for one comment to be dependent on another comment, or even on several other comments. Before Comment Editor, I had occasions when I had to go to and check several comments, modifying some of them, deleting others, which took time, especially to locate the correct comments. Comment Editor has made that process quick and easy.
Comment Editor is a much easier, quicker, and more efficient way to deal with inserted comments in Word than the method offered by Word itself. Most importantly, because it is efficient and a timesaver, using Comment Editor means enhanced profitability.
Richard Adin, An American Editor
Related An American Editor essays are:
____________
Looking for a Deal?
You can buy EditTools in a package with PerfectIt and Editor’s Toolkit at a special savings of $78 off the price if bought individually. To purchase the package at the special deal price, click Editor’s Toolkit Ultimate.
Share this:
Like this: