Default Highlight Keybinding For Microsoft Word Mac

You can use the Text to Speech feature to hear selected text read aloud in a Microsoft Office for Mac file.

Quit out of all Office for Mac apps such as Word, Excel, PowerPoint, Outlook, and OneNote. Search for 'keychain' in Spotlight and launch the Keychain Access app. Select the login keychain entry in the top left navigator pane, then from the File menu, choose Lock Keychain 'login'. You can access a variety of commands in Visual Studio for Mac by using the appropriate keyboard shortcut. This document lists the default shortcuts for the Visual Studio for Mac key binding scheme. For more information about how to change the key binding scheme, see Customizing the IDE. May 13, 2019  Tip on how to increase or decrease font size in Word using keyboard shortcut. To increase or decrease the font size of text in Microsoft Word, follow these steps. Highlight the text that you want to make bigger or smaller. To increase the font size, press Ctrl +. (Hold the Ctrl key. Increase or decrease font size in Word using keyboard shortcut Updated: by Computer Hope To increase or decrease the font size of text in Microsoft Word, follow these steps. Add emacs key bindings to Microsoft Word (2008) Authored by: ylon on Aug 13, '08 07:46:58AM Taking a quick look without implementing anything, it seems that one could put in a CopyToScrapbook somehow prior to the deletion in this script and then just use a PasteFromScrapbook for ctrl-y.

  1. If you have not already done so, set up the Text to Speech feature.

    1. On the Apple menu, click System Preferences.

    2. Click Accessibility > Speech.

    3. Select the voice that you want to use.

      Tip: You can change the speed at which words are read by moving the Speaking Rate slider.

    4. Select the Speak selected text when the key is pressed check box, and then click Set Key to assign a keyboard shortcut that you want to use to hear text read aloud. The default keyboard shortcut is Option+Esc.

  2. In your Office file, select the text that you want to hear, and then press the keyboard shortcut.

See also

All ReSharper actions can be invoked with keyboard shortcuts. Most of the actions have default shortcuts, which you can use out of the box. For the rest of the actions, you can assign a preferred shortcut keys if needed.

ReSharper provides two default keyboard shortcuts schemes.

Highlight
  • Visual Studio This scheme aims to minimize conflicts with Visual Studio's own keyboard shortcuts.

  • ReSharper 2.x/IntelliJ IDEA This scheme shares the majority of shortcuts with those used in IntelliJ IDEA and its derivative web development IDEs. It provides a common keyboard-centric experience among all JetBrains development environments.

Whatever scheme you choose, you can always change individual keyboard shortcuts later.

You can also download ReSharper shortcuts as PDFs: Visual Studio scheme or ReSharper 2.x/IntelliJ IDEA scheme

If you want to change the shortcut for any single command, go to Tools | Options | Environment | Keyboard, find the command by its alias (see the right column in the tables below), press the new shortcut keys, and click Assign. For more information, see configure keyboard shortcuts

Code Analysis

Command

Shortcut
(Visual Studio)

Shortcut (IntelliJ IDEA/
ReSharper 2.x)

Alias

Toggle code analysis in the current fileCtrl+Shift+Alt+8Ctrl+Shift+Alt+8ReSharper_EnableDaemon
Next code issue (error, warning or suggestion) in fileAlt+PageDownF12ReSharper_GotoNextHighlight
Previous code issue (error, warning or suggestion) in fileAlt+PageUpShift+F12ReSharper_GotoPrevHighlight
Next error/warning in file/solutionShift+Alt+PageDownAlt+F12ReSharper_GotoNextErrorInSolution
Previous error/warning in file/solutionShift+Alt+PageUpShift+Alt+F12ReSharper_GotoPrevErrorInSolution
Inspect thisCtrl+Shift+Alt+ACtrl+Shift+Alt+AReSharper_InspectThis

View hierarchy of
types (C#, VB.NET, C++)
#include directives (C++)
styles (ASP.NET, Razor, CSS, XAML)

Ctrl+E,HCtrl+Alt+HReSharper_TypeHierarchyBrowse
Inspection Results windowCtrl+Alt+VCtrl+Alt+,ReSharper_ShowInspectionWindow

Coding Assistance

Command

Shortcut
(Visual Studio)

Shortcut (IntelliJ IDEA/
ReSharper 2.x)

Alias

Show action listAlt+EnterAlt+EnterReSharper_AltEnter
Paste from clipboard historyCtrl+Shift+VCtrl+Shift+VReSharper_PasteMultiple
Code cleanupCtrl+E,CCtrl+Alt+FReSharper_CleanupCode
Silent code cleanupCtrl+E,FCtrl+Shift+Alt+FReSharper_SilentCleanupCode
Reformat codeCtrl+Alt+EnterCtrl+Alt+LReSharper_ReformatCode
Apply Code StyleCtrl+Alt+SCtrl+Alt+SReSharper_ApplyCodeStyle
Basic code completionCtrl+SpaceCtrl+SpaceReSharper_CompleteCodeBasic
Smart code completionCtrl+Alt+SpaceCtrl+Shift+SpaceReSharper_CompleteCodeSmart
Import symbol completionShift+Alt+SpaceCtrl+Alt+SpaceReSharper_CompleteCodeTypeName
Force completion for non-preselected itemCtrl+EnterCtrl+EnterReSharper_ForceCompleteItem
Complete statementCtrl+Shift+EnterCtrl+Shift+EnterReSharper_CompleteStatement
Parameter information: show/go to the next signature

Overrides Visual Studio command Edit.ParameterInfoCtrl+Shift+Space

Ctrl+PReSharper_ParameterInfoShow
Parameter information: go to the previous signatureCtrl+Shift+Alt+SpaceCtrl+Shift+Alt+SpaceReSharper_ParameterInfoGoToPreviousSignature
Toggle Inlay HintsCtrl+Shift+Alt+5Ctrl+Shift+Alt+5ReSharper_ToggleInlayHints
Quick documentationCtrl+Shift+F1Ctrl+QReSharper_QuickDoc
Insert live templateCtrl+E,LCtrl+JReSharper_LiveTemplatesInsert
Surround with templateCtrl+E,UCtrl+Alt+JReSharper_SurroundWith
Create file from templateCtrl+Alt+InsertCtrl+Alt+InsertReSharper_GenerateFileBesides
Generate codeAlt+InsertAlt+InsertReSharper_Generate
Move code upCtrl+Shift+Alt+UpCtrl+Shift+Alt+UpReSharper_MoveUp
Move code downCtrl+Shift+Alt+DownCtrl+Shift+Alt+DownReSharper_MoveDown
Move code leftCtrl+Shift+Alt+LeftCtrl+Shift+Alt+LeftReSharper_MoveLeft
Move code rightCtrl+Shift+Alt+RightCtrl+Shift+Alt+RightReSharper_MoveRight
Extend selectionCtrl+Alt+RightCtrl+WReSharper_ExtendSelection
Shrink selectionCtrl+Alt+LeftCtrl+Shift+WReSharper_ShrinkSelection
Select containing declarationCtrl+Shift+[Ctrl+Shift+[ReSharper_SelectContainingDeclaration
Duplicate current line or selectionCtrl+DCtrl+DReSharper_DuplicateText
Join linesCtrl+Shift+JReSharper_JoinLines
Comment with line commentCtrl+Alt+/Ctrl+/ReSharper_LineComment
Comment with block commentCtrl+Shift+/Ctrl+Shift+/ReSharper_BlockComment
Run configurations pop-upCtrl+Shift+Alt+RCtrl+Shift+Alt+RReSharper_RunConfigSettings
Run with/without buildingCtrl+Alt+F5Ctrl+Alt+F5ReSharper_CurrentConfigRunAlt
Debug with/without buildingAlt+F5Alt+F5ReSharper_CurrentConfigDebugAlt

Navigation and Search

Command

Shortcut
(Visual Studio)

Shortcut (IntelliJ IDEA/
ReSharper 2.x)

Alias

Search Everywhere/Go to TypeCtrl+TCtrl+NReSharper_GotoType
Go To FileCtrl+Shift+TCtrl+Shift+NReSharper_GotoFile
Go to file memberAlt+ Ctrl+F12ReSharper_GotoFileMember
Go to symbolShift+Alt+TCtrl+Shift+Alt+NReSharper_GotoSymbol
Go to textCtrl+T,T,TCtrl+N,N,NReSharper_GotoText
Navigate ToAlt+`Ctrl+Shift+GReSharper_NavigateTo
Go to type of symbolCtrl+Shift+F11Ctrl+Shift+TReSharper_GotoTypeDeclaration
Go to declaration

Overrides Visual Studio command Edit.GotoDefinitionF12.

Ctrl+BReSharper_GotoDeclaration
Go to implementation

Overrides Visual Studio command Edit.GotoDeclarationCtrl+F12.

Ctrl+Shift+Alt+BReSharper_GotoImplementations
Switch header/source (C++)Alt+OAlt+OReSharper_SwitchHeaderSource
Go to base symbolsAlt+HomeCtrl+UReSharper_GotoBase
Go to derived symbolsAlt+EndCtrl+Alt+BReSharper_GotoInheritors
Go to usageShift+Alt+F12Ctrl+Alt+F7ReSharper_GotoUsage
Go to containing declarationCtrl+[Ctrl+[ReSharper_GotoContainingDeclaration
Go to next member/tagAlt+DownAlt+DownReSharper_GotoNextMethod
Go to previous member/tagAlt+UpAlt+UpReSharper_GotoPrevMethod
Structural navigation: forwards TabTabReSharper_StructuralNavigationForward
Structural navigation: backwards Shift+TabShift+TabReSharper_StructuralNavigationBackward
Find usagesShift+F12Alt+F7ReSharper_FindUsages
Find usages of related entitiesCtrl+Shift+Alt+F12Shift+Alt+F7ReSharper_FindUsagesAdvanced
Highlight usages in fileShift+Alt+F11Ctrl+Shift+F7ReSharper_HighlightUsages
Go to previous location/highlightCtrl+Alt+PageUpCtrl+Alt+PageUpReSharper_ResultListGoToPrevLocation
Go to next location/highlightCtrl+Alt+PageDownCtrl+Alt+PageDownReSharper_ResultListGoToNextLocation
Remove highlighting of usages EscEsc
View recent filesCtrl+,Ctrl+EReSharper_GotoRecentFiles
View recent editsCtrl+Shift+,Ctrl+Shift+Alt+BackspaceReSharper_GotoRecentEdits
Go to previous editCtrl+Shift+BackspaceCtrl+Shift+BackspaceReSharper_GotoLastEditLocation
Go to related filesCtrl+Alt+F7Ctrl+Shift+Alt+GReSharper_GotoRelatedFiles
Go to breakpointsCtrl+Alt+F9Ctrl+Alt+F9ReSharper_GotoBreakpoints
View bookmarksCtrl+`Ctrl+`ReSharper_BookmarksBookmarksMenu
Go to numbered bookmarkCtrl+[number]Ctrl+[number]ReSharper_BookmarksGoToBookmarkX
Toggle numbered bookmarkCtrl+Shift+[numeric,key]Ctrl+Shift+[numeric,key]ReSharper_BookmarksToggleBookmarkX
Find Results windowCtrl+Alt+F12Ctrl+Alt+UReSharper_ShowFindResults
File structureCtrl+Alt+FCtrl+F11ReSharper_ShowCodeStructure
To-do itemsCtrl+Alt+DCtrl+Alt+.ReSharper_ShowTodoExplorer
Stack Trace ExplorerCtrl+E,TCtrl+Shift+EReSharper_ExploreStackTrace
Locate in Solution/Assembly ExplorerShift+Alt+LShift+Alt+LReSharper_LocateInSolutionOrAssemblyExplorer
Optimize ReferencesCtrl+Alt+YCtrl+Alt+YReSharper_OptimizeReferences
Go to ActionCtrl+Shift+ACtrl+Shift+AReSharper_GotoAction

Refactorings

Command

Shortcut
(Visual Studio)

Shortcut (IntelliJ IDEA/
ReSharper 2.x)

Alias

Refactor ThisCtrl+Shift+RCtrl+Shift+RReSharper_RefactorThis
RenameCtrl+R,RF2ReSharper_Rename
MoveCtrl+R,OF6ReSharper_Move
Safe deleteCtrl+R,DAlt+DeleteReSharper_SafeDelete
Extract methodCtrl+R,MCtrl+Alt+MReSharper_ExtractMethod
Introduce variableCtrl+R,VCtrl+Alt+VReSharper_IntroVariable
Introduce fieldCtrl+R,FCtrl+Alt+DReSharper_IntroduceField
Introduce parameterCtrl+R,PCtrl+Alt+PReSharper_IntroduceParameter
InlineCtrl+R,ICtrl+Alt+NReSharper_InlineVariable
Encapsulate fieldCtrl+R,ECtrl+R,EReSharper_EncapsulateField
Change signatureCtrl+R,SCtrl+F6ReSharper_ChangeSignature

Unit Testing

Default Highlight Keybinding For Microsoft Word Mac Torrent

Command

Shortcut
(Visual Studio)

Shortcut (IntelliJ IDEA/
ReSharper 2.x)

Alias

Run unit testsCtrl+U,RCtrl+T,RReSharper_UnitTestRunFromContext
Debug unit testsCtrl+U,DCtrl+T,DReSharper_UnitTestDebugContext
Run all tests in solutionCtrl+U,LCtrl+T,LReSharper_UnitTestRunSolution
Run current test sessionCtrl+U,YCtrl+T,YReSharper_UnitTestRunCurrentSession
Repeat previous test runCtrl+U,UCtrl+T,TReSharper_UnitTestSessionRepeatPreviousRun
Append to test sessionCtrl+U,ACtrl+T,AReSharper_UnitTestSessionAppendTests
Create new test sessionCtrl+U,MCtrl+T,MReSharper_ProfileAllTestsInCurrentContextWithMemoryUnit
Run tests under dotMemory UnitCtrl+U,NCtrl+T,NReSharper_UnitTestSessionNewSession
Unit Test ExplorerCtrl+Alt+UCtrl+Alt+TReSharper_ShowUnitTestExplorer
Unit Test SessionsCtrl+Alt+TCtrl+Alt+RReSharper_ShowUnitTestSessions

Default Highlight Keybinding For Microsoft Word Mac Dmg

Tool Windows

Default Highlight Keybinding For Microsoft Word Mac Free

Command

Shortcut
(Visual Studio)

Shortcut (IntelliJ IDEA/
ReSharper 2.x)

Alias

File structureCtrl+Alt+FCtrl+F11ReSharper_ShowCodeStructure
Find Results windowCtrl+Alt+F12Ctrl+Alt+UReSharper_ShowFindResults
Hierarchies windowCtrl+E,HCtrl+Alt+HReSharper_TypeHierarchyBrowse
Inspection Results windowCtrl+Alt+VCtrl+Alt+,ReSharper_ShowInspectionWindow
Stack Trace ExplorerCtrl+E,TCtrl+Shift+EReSharper_ExploreStackTrace
To-do itemsCtrl+Alt+DCtrl+Alt+.ReSharper_ShowTodoExplorer
Unit Test ExplorerCtrl+Alt+UCtrl+Alt+TReSharper_ShowUnitTestExplorer
Unit Test SessionsCtrl+Alt+TCtrl+Alt+RReSharper_ShowUnitTestSessions
Close recent tool windowCtrl+Shift+F4Ctrl+Shift+F4ReSharper_WindowManagerCloseRecentTool
Activate recent tool windowCtrl+Alt+BackspaceCtrl+Alt+BackspaceReSharper_WindowManagerActivateRecentTool