How to toggle btwn Word's track change comment and the text on Mac
Is there a keyboard shortcut for toggling between a Track Changes comment and the main text body? I've reviewed the commands under the View category in Word's Tool menu/keyboard shortcuts, but none of the review commands seem quite right.
Thanks for your help,
Jill
mac microsoft-word keyboard-shortcuts
add a comment |
Is there a keyboard shortcut for toggling between a Track Changes comment and the main text body? I've reviewed the commands under the View category in Word's Tool menu/keyboard shortcuts, but none of the review commands seem quite right.
Thanks for your help,
Jill
mac microsoft-word keyboard-shortcuts
add a comment |
Is there a keyboard shortcut for toggling between a Track Changes comment and the main text body? I've reviewed the commands under the View category in Word's Tool menu/keyboard shortcuts, but none of the review commands seem quite right.
Thanks for your help,
Jill
mac microsoft-word keyboard-shortcuts
Is there a keyboard shortcut for toggling between a Track Changes comment and the main text body? I've reviewed the commands under the View category in Word's Tool menu/keyboard shortcuts, but none of the review commands seem quite right.
Thanks for your help,
Jill
mac microsoft-word keyboard-shortcuts
mac microsoft-word keyboard-shortcuts
asked Jan 31 at 17:11
JillJill
61
61
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
There is no keyboard shortcut to jump between main document and right hand comments pane called mark up area.
There could be some tricks.
If you select Review - Tracking - Show Markup, and there you click on comments, if that was already ticked, the tick will disappear, and comments pane will not be visible and you are back to main document.
In the same Review - Tracking - Show Markup, now if you click on Balloons - Show only comments and revisions online, if that was already ticked, the tick will disappear, and comments pane will not be visible and you are back to main document.
You can use either of these two method to create a macro that toggles 1. Show Markup - comments - on and off or 2. Show Markup - Balloons - Show only comments and revisions online - on and off.
And then you assign a keyboard shortcut to your macro. Then pressing that shortcut your comments pane will open or close. If you had clicked on "New comment" that will open, you type your comment there, then press this keyboard short to close the pane and you are back to main text body.
Thanks, I really appreciate your help. Could you walk me through how to set up a macro for turning the comments on and off? I'm new to macros so I am having trouble figuring out what exactly I should record. I've tried clicking the Show Comments to tick and untick but nothing seems to happen when I assign that macro a keyboard shortcut. Again, thanks very much for your help and time.
– Jill
Mar 21 at 17:25
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1400676%2fhow-to-toggle-btwn-words-track-change-comment-and-the-text-on-mac%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
There is no keyboard shortcut to jump between main document and right hand comments pane called mark up area.
There could be some tricks.
If you select Review - Tracking - Show Markup, and there you click on comments, if that was already ticked, the tick will disappear, and comments pane will not be visible and you are back to main document.
In the same Review - Tracking - Show Markup, now if you click on Balloons - Show only comments and revisions online, if that was already ticked, the tick will disappear, and comments pane will not be visible and you are back to main document.
You can use either of these two method to create a macro that toggles 1. Show Markup - comments - on and off or 2. Show Markup - Balloons - Show only comments and revisions online - on and off.
And then you assign a keyboard shortcut to your macro. Then pressing that shortcut your comments pane will open or close. If you had clicked on "New comment" that will open, you type your comment there, then press this keyboard short to close the pane and you are back to main text body.
Thanks, I really appreciate your help. Could you walk me through how to set up a macro for turning the comments on and off? I'm new to macros so I am having trouble figuring out what exactly I should record. I've tried clicking the Show Comments to tick and untick but nothing seems to happen when I assign that macro a keyboard shortcut. Again, thanks very much for your help and time.
– Jill
Mar 21 at 17:25
add a comment |
There is no keyboard shortcut to jump between main document and right hand comments pane called mark up area.
There could be some tricks.
If you select Review - Tracking - Show Markup, and there you click on comments, if that was already ticked, the tick will disappear, and comments pane will not be visible and you are back to main document.
In the same Review - Tracking - Show Markup, now if you click on Balloons - Show only comments and revisions online, if that was already ticked, the tick will disappear, and comments pane will not be visible and you are back to main document.
You can use either of these two method to create a macro that toggles 1. Show Markup - comments - on and off or 2. Show Markup - Balloons - Show only comments and revisions online - on and off.
And then you assign a keyboard shortcut to your macro. Then pressing that shortcut your comments pane will open or close. If you had clicked on "New comment" that will open, you type your comment there, then press this keyboard short to close the pane and you are back to main text body.
Thanks, I really appreciate your help. Could you walk me through how to set up a macro for turning the comments on and off? I'm new to macros so I am having trouble figuring out what exactly I should record. I've tried clicking the Show Comments to tick and untick but nothing seems to happen when I assign that macro a keyboard shortcut. Again, thanks very much for your help and time.
– Jill
Mar 21 at 17:25
add a comment |
There is no keyboard shortcut to jump between main document and right hand comments pane called mark up area.
There could be some tricks.
If you select Review - Tracking - Show Markup, and there you click on comments, if that was already ticked, the tick will disappear, and comments pane will not be visible and you are back to main document.
In the same Review - Tracking - Show Markup, now if you click on Balloons - Show only comments and revisions online, if that was already ticked, the tick will disappear, and comments pane will not be visible and you are back to main document.
You can use either of these two method to create a macro that toggles 1. Show Markup - comments - on and off or 2. Show Markup - Balloons - Show only comments and revisions online - on and off.
And then you assign a keyboard shortcut to your macro. Then pressing that shortcut your comments pane will open or close. If you had clicked on "New comment" that will open, you type your comment there, then press this keyboard short to close the pane and you are back to main text body.
There is no keyboard shortcut to jump between main document and right hand comments pane called mark up area.
There could be some tricks.
If you select Review - Tracking - Show Markup, and there you click on comments, if that was already ticked, the tick will disappear, and comments pane will not be visible and you are back to main document.
In the same Review - Tracking - Show Markup, now if you click on Balloons - Show only comments and revisions online, if that was already ticked, the tick will disappear, and comments pane will not be visible and you are back to main document.
You can use either of these two method to create a macro that toggles 1. Show Markup - comments - on and off or 2. Show Markup - Balloons - Show only comments and revisions online - on and off.
And then you assign a keyboard shortcut to your macro. Then pressing that shortcut your comments pane will open or close. If you had clicked on "New comment" that will open, you type your comment there, then press this keyboard short to close the pane and you are back to main text body.
answered Feb 5 at 22:53
VSRawatVSRawat
15512
15512
Thanks, I really appreciate your help. Could you walk me through how to set up a macro for turning the comments on and off? I'm new to macros so I am having trouble figuring out what exactly I should record. I've tried clicking the Show Comments to tick and untick but nothing seems to happen when I assign that macro a keyboard shortcut. Again, thanks very much for your help and time.
– Jill
Mar 21 at 17:25
add a comment |
Thanks, I really appreciate your help. Could you walk me through how to set up a macro for turning the comments on and off? I'm new to macros so I am having trouble figuring out what exactly I should record. I've tried clicking the Show Comments to tick and untick but nothing seems to happen when I assign that macro a keyboard shortcut. Again, thanks very much for your help and time.
– Jill
Mar 21 at 17:25
Thanks, I really appreciate your help. Could you walk me through how to set up a macro for turning the comments on and off? I'm new to macros so I am having trouble figuring out what exactly I should record. I've tried clicking the Show Comments to tick and untick but nothing seems to happen when I assign that macro a keyboard shortcut. Again, thanks very much for your help and time.
– Jill
Mar 21 at 17:25
Thanks, I really appreciate your help. Could you walk me through how to set up a macro for turning the comments on and off? I'm new to macros so I am having trouble figuring out what exactly I should record. I've tried clicking the Show Comments to tick and untick but nothing seems to happen when I assign that macro a keyboard shortcut. Again, thanks very much for your help and time.
– Jill
Mar 21 at 17:25
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1400676%2fhow-to-toggle-btwn-words-track-change-comment-and-the-text-on-mac%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown