MPS 2017 (Windows)

Navigation between Source Code

Navigate to declaration of a symbol at caret

Ctrl + B

All hotkeys for MPS 2017 (Windows)

Advanced Editing
Comment/uncomment current line or selected block with line comments

Ctrl + /

Advanced Editing
Comment/uncomment code with block comments

Ctrl + Shift + /

Advanced Editing
Show the Highlighting level pop-up window to configure highlighting in the current file

Ctrl + Shift + Alt + H

Advanced Editing
Show parameters of the method call at the caret

Ctrl + P

Advanced Editing
Show the current method or class declaration when it is not visible

Alt + Q

Advanced Editing
Show an error or warning description at the caret

Ctrl + F1

Advanced Editing
Open browser with the documentation for the selected item

Shift + F1

Advanced Editing
Override base class methods in the current class

Ctrl + O

Advanced Editing
Surround selected code fragment with if, do, tags or other constructs

Ctrl + Alt + T

Advanced Editing
Code completion for any class, method or variable

Ctrl + Spacebar

Advanced Editing
Code Completion filtering the lookup list basing on expected type

Ctrl + Shift + Spacebar

Advanced Editing
Goes through the names of classes, methods, keywords and variables in the current visibility scope

Alt + /

Advanced Editing
Show a pop-up list of starting with a specified prefix

Ctrl + J

Advanced Editing
Surround the selection with one of the templates

Ctrl + Alt + J

Advanced Editing
In templates: move the caret to the next template variable

Tab

Advanced Editing
In templates: move the caret to the previous template variable

Shift + Tab

Basic Editing
Delete a character to the left of the caret

Backspace

Basic Editing
Undo last operation

Ctrl + Z

Basic Editing
Redo last undone operation

Ctrl + Shift + Z

Basic Editing
Cut a current line or a selected code block to the Clipboard

Ctrl + X

Basic Editing
Copy a current line or a selected code block to the Clipboard

Ctrl + C

Basic Editing
Paste from the Clipboard to the caret location

Ctrl + V

Basic Editing
Paste selected entry from the Clipboard to the caret location

Ctrl + Shift + V

Basic Editing
Move the caret one line up

Up Arrow

Basic Editing
Move the caret one line up selecting the text

Shift + Up Arrow

Basic Editing
Move the caret one line down

Down Arrow

Basic Editing
Move the caret one line down selecting the text

Shift + Down Arrow

Basic Editing
Move the caret one character to the left

Left Arrow

Basic Editing
Move the caret one character to the left selecting the text

Shift + Left Arrow

Basic Editing
Move the caret one character to the right

Right Arrow

Basic Editing
Move the caret one character to the right selecting the text

Shift + Right Arrow

Basic Editing
Move the caret down to the page bottom

Ctrl + PgDn

Basic Editing
Move the caret down to the page bottom, selecting the text

Ctrl + Shift + PgDn

Basic Editing
Move the caret up to the page top

Ctrl + PgUp

Basic Editing
Move the caret up to the page bottom, selecting the text

Ctrl + Shift + PgUp

Basic Editing
Move the caret one Page down

PgDn

Basic Editing
Move the caret one Page down, selecting the text

Shift + PgDn

Basic Editing
Move the caret one Page up

PgUp

Basic Editing
Move the caret one Page up, selecting the text

Shift + PgUp

Basic Editing
Scroll the text one line down

Ctrl + Down Arrow

Basic Editing
Scroll a line at caret to the center of the screen

Ctrl + M

Basic Editing
Scroll the text one line up

Ctrl + Up Arrow

Basic Editing
Move the caret to the end of line

End

Basic Editing
Move the caret to the end of line, selecting the text

Shift + End

Basic Editing
Move the caret to the beginning of line

Home

Basic Editing
Move the caret to the beginning of line, selecting the text

Shift + Home

Basic Editing
Move the caret to the next word

Ctrl + Right Arrow

Basic Editing
Move the caret to the next word, selecting it

Ctrl + Shift + Right Arrow

Basic Editing
Move the caret to the previous word

Ctrl + Left Arrow

Basic Editing
Move the caret to the previous word, selecting it

Ctrl + Shift + Left Arrow

Basic Editing
Move the caret to the end of text

Ctrl + End

Basic Editing
Move the caret to the end of text, selecting it

Ctrl + Shift + End

Basic Editing
Move the caret to the beginning of text

Ctrl + Home

Basic Editing
Move the caret to the beginning of text, selecting it

Ctrl + Shift + Home

Basic Editing
Select the entire text opened in the editor

Ctrl + A

Basic Editing
Delete the line where the caret is currently located

Ctrl + Y

Basic Editing
Delete the word starting from the current caret location up to the word end

Ctrl + Delete

Basic Editing
Delete the word starting from the current caret location up to the word start

Ctrl + Backspace

Basic Editing
Toggle insert/overwrite modes

Insert

Basic Editing
Duplicate selected block or the line at the caret

Ctrl + D

Basic Editing
Toggle case of the selected text block

Ctrl + Shift + U

Basic Editing
Move the caret to the current code block end, highlighting the block limits

Ctrl + ]

Basic Editing
Move the caret to the current code block end, selecting the code beginning from the initial caret location

Ctrl + Shift + ]

Basic Editing
Move the caret to the current code block start, highlighting the block limits

Ctrl + [

Basic Editing
Move the caret to the current code block start, selecting the code beginning from the initial caret location

Ctrl + Shift + [

Basic Editing
Start a new line after the current one positioning the caret in accordance with the current indentation level

Shift + Enter

Basic Editing
Start a new line before the current one

Ctrl + Alt + Enter

Basic Editing
Concatenate the selected lines into one or concatenate the line where the caret is currently located with the next line

Ctrl + Shift + J

Basic Editing
Split the selected line at the point where the caret is located, leaving the caret at the end of the first line

Ctrl + Enter

Basic Editing
Select successively increasing code blocks starting from the current caret location

Ctrl + W

Basic Editing
Remove sequentially the selection made by the action

Ctrl + Shift + W

Basic Editing
Move the selected block to the next indentation level

Tab

Basic Editing
Move the selected block to the previous indentation level

Shift + Tab

Basic Editing
Indent the current line or selected block according to the General settings

Ctrl + Alt + I

Code Folding
Expand the current collapsed fragment

Ctrl + NumPad +

Code Folding
Collapse the current folding region

Ctrl + NumPad -

Code Folding
Expand the current folded fragment and all the subordinate collapsed folding regions within that fragment

Ctrl + Alt + NumPad +

Code Folding
Collapse the current folding region and all the subordinate folding regions within it

Ctrl + Alt + NumPad -

Code Folding
Expand all collapsed fragments within the selection, or, if nothing is selected, expand all the collapsed fragments in the current file

Ctrl + Shift + NumPad +

Code Folding
Collapse all folding regions within the selection, or, if nothing is selected, collapse all the folding regions in the current file

Ctrl + Shift + NumPad -

Code Folding
Expand the current fragment and all the nested fragments up to the specified level

Ctrl + NumPad 1..5

Code Folding
Expand all the collapsed fragments in the file up to the specified nesting level

Ctrl + Shift + NumPad 1..5

Code Folding
Collapse the selected fragment and create a custom folding region for it to make it "foldable" / Expand the current fragment and remove the corresponding custom folding region to make the fragment "unfoldable"

Ctrl + .

Running and Debugging
Run a program

Shift + F10

Running and Debugging
Quickly select run/debug configuration and run or edit it

Shift + Alt + F10

Running and Debugging
Repeat execution with the same settings, with the same tab of the Run tool window having the focus

Ctrl + F5

Running and Debugging
Repeat execution with the same settings, with the same tab of the editor having the focus

Shift + F10

Running and Debugging
Debug a program

Shift + F9

Running and Debugging
Quickly select run/debug configuration and debug or edit it

Shift + Alt + F9

Running and Debugging
Step to the next line in the current file See Stepping Through the Program

F8

Running and Debugging
Step to the next executed line See Stepping Through the Program

F7

Running and Debugging
Select the method to step in, if the current line contains multiple method call expressions See Choosing a Method to Step Into

Shift + F7

Running and Debugging
Step to a first executed line after returning from the current method See Stepping Through the Program

Shift + F8

Running and Debugging
Run until the next line in this method or file, skipping the methods referenced at the current execution point and ignoring breakpoints See Stepping Through the Program

Shift + Alt + F8

Running and Debugging
Steps into the method called in the current execution point even if this method is to be skipped See Stepping Through the Program

Shift + Alt + F7

Running and Debugging
Run to the line where the caret is located See Stepping Through the Program

Alt + F9

Running and Debugging
Run to the line where the caret is located, ignoring breakpoints See Stepping Through the Program

Ctrl + Alt + F9

Running and Debugging
Resume program execution

F9

Running and Debugging
Terminate a debugging session

Shift + F2

Running and Debugging
Evaluate an arbitrary expression

Alt + F8

Running and Debugging
Evaluate an arbitrary expression without calling Evaluate Expression dialog

Ctrl + Alt + F8

Running and Debugging
Toggle breakpoint at the current line

Ctrl + F8

Running and Debugging
View/manage all breakpoints

Ctrl + Shift + F8

General Shortcuts
Close an active tab in a tool window (for example, Find tool window)

Ctrl + Shift + F4

General Shortcuts
Close an active editor

Ctrl + F4

General Shortcuts
Open an editor for the selected item or items and give focus to the last opened file

F4

General Shortcuts
Export contents of a tool window to a text file This feature applies to the Version Control Tool Window, Messages Tool Window, and other tool windows that provide the export button  on the window toolbar

Alt + O

General Shortcuts
Create a new class, file or directory See Populating Modules

Alt + Insert

General Shortcuts
Save all files and settings

Ctrl + S

General Shortcuts
When several tabs are open in the editor or a view, open the next tab to the right (or first tab if the current one is the last)

Alt + Right Arrow

General Shortcuts
When several tabs are open in the editor or a view, open the next tab to the left (or last tab if the current one is the first)

Alt + Left Arrow

General Shortcuts
Display intention actions (if any) for the code where the caret is currently located, or the selected GUI component in a form

Alt + Enter

General Shortcuts
Detect all externally changed files and reload them from disk

Ctrl + Alt + Y

Search
Initiate text search

Ctrl + F

Search
Initiate text search and replace

Ctrl + R

Search
Navigate to the next/previous occurrence of a selected word in the editor

F3 / Shift + F3

Search
Search in the editor for the word where the caret is currently located

Ctrl + F3

Search
Initiate text search

Ctrl + F

Search
Initiate search for a text string in the specified scope

Ctrl + Shift + F

Search
Initiate search and replace in the specified scope

Ctrl + Shift + R

Search
Initiate search for usages of the selected symbol in the specified scope

Alt + F7

Search
Initiate search for usages of the selected symbol in the current file

Ctrl + F7

Search
Highlight usages of a symbol at caret

Ctrl + Shift + F7

Search
Show usages of a symbol at caret in a pop-up window Use list of found usages to jump to the desired location

Ctrl + Alt + F7

Search
Find an action, bypassing menus See Finding Actions

Ctrl + Shift + A

Navigation between Bookmarks
Navigate to a numbered bookmark with the corresponding number

Ctrl + Specified Number

Navigation between Bookmarks
Turn anonymous bookmark on or off

F11

Navigation between Bookmarks
Turn bookmark with mnemonic on or off

Ctrl + F11

Navigation between Bookmarks
Open Bookmarks dialog to manage existing bookmarks and navigate between them

Shift + F11

Navigation between IDE Components
Move focus from the current file, class, method or reference to a data source, to a view suggested in the Select Target pop-up menu Refer to Navigating Between IDE Components

Alt + F1

Navigation between IDE Components
Collapse all nodes in a tree view

Ctrl + NumPad -

Navigation between IDE Components
Expand all nodes in a tree view

Ctrl + NumPad +

Navigation between IDE Components
Navigate between files opened in the editor, and tool windows

Ctrl + Tab

Navigation between IDE Components
Open a tool window with the specified number

Alt + Number

Navigation between IDE Components
Hide the currently active tool window

Shift + Esc

Navigation between IDE Components
Activate the last focused tool window

F12

Navigation between Source Code
Display the Structure pop-up window for quick navigation through the current file

Ctrl + F12

Navigation between Source Code
Move focus from the current file, class, method or reference to a data source table to a view suggested in the Select Target pop-up menu See Navigating Between IDE Components

Alt + F1

Navigation between Source Code
Show the list of recently opened files

Ctrl + E

Navigation between Source Code
Show the list of recently updated files

Ctrl + Shift + E

Navigation between Source Code
Browse hierarchy for the selected class class

Ctrl + H

Navigation between Source Code
Navigate directly to a class in project by specifying its name in a pop-up dialog box

Ctrl + N

Navigation between Source Code
Navigate directly to a file in project by specifying its name in a pop-up dialog box

Ctrl + Shift + N

Navigation between Source Code
Show the list of recently opened files

Ctrl + E

Navigation between Source Code
Show the list of recently updated files

Ctrl + Shift + E

Navigation between Source Code
Navigate to any line in the current file by specifying its number

Ctrl + G

Navigation between Source Code
Navigate to declaration of a symbol at caret

Ctrl + B

Navigation between Source Code
Navigate to implementation of the item at caret

Ctrl + Alt + B

Navigation between Source Code
Navigate to a type declaration of a symbol at caret, the symbol being a variable or a method call

Ctrl + Shift + B

Navigation between Source Code
Navigate to a super method declaration of a method under the caret

Ctrl + U

Navigation between Source Code
Navigate to a test for the class at caret, if any, or navigate from a test to a test subject

Ctrl + Shift + T

Navigation between Source Code
Navigate between files with complicated relationships between them

Ctrl + Alt + Home

Navigation between Source Code
Navigate to the next method declaration in the active editor tab

Alt + Down Arrow

Navigation between Source Code
Navigate to the previous method declaration in the active editor tab

Alt + Up Arrow

Navigation between Source Code
Navigate to the start of the current code block

Ctrl + [

Navigation between Source Code
Navigate to the end of the current code block

Ctrl + ]

Navigation between Source Code
Undo last navigation operation

Ctrl + Alt + Left Arrow

Navigation between Source Code
Redo last undone navigation operation

Ctrl + Alt + Right Arrow

Navigation between Source Code
Navigate to a previous found item

Ctrl + Alt + Up Arrow

Navigation between Source Code
Navigate to a next found item

Ctrl + Alt + Down Arrow

Navigation between Source Code
Move through the most recent change points

Ctrl + Shift + Backspace

Navigation between Source Code
Navigate to the next found error/warning

F2

Navigation between Source Code
Navigate to the previous found error/warning

Shift + F2

Refactoring
Rename the selected file, class, field, method, etc and change all references to it accordingly

Shift + F6

Refactoring
Change the signature of the selected method and update all the corresponding method calls

Ctrl + F6

Refactoring
Move the selected class, package or static member to another package or class and update all the corresponding references

F6

Refactoring
Create a copy of the selected class, file or directory in the same or different directory or package

F5

Refactoring
Delete the selected class, method or field checking its usages

Alt + Delete

Refactoring
Turn the selected code fragment into a method

Ctrl + Alt + M

Refactoring
Create a new variable and use the selected expression as its value

Ctrl + Alt + V

Refactoring
Create a new field and use the selected expression as its value

Ctrl + Alt + F

Refactoring
Create a new constant (static final field) and use the selected expression as its value

Ctrl + Alt + C

Refactoring
Turn the selected expression into a new method parameter

Ctrl + Alt + P

Refactoring
Inline the selected method or variable

Ctrl + Alt + N

Similar combinations for other applications


Microsoft Word 2007 (Windows)
Make letters BOLD
Common tasks

Ctrl + B


VLC Media Player (Windows)
Edit Bookmarks
Manage VLC, Playlists, and Special Commands

Ctrl + B


Open Office Writer 3 (Linux)
Tgoggle Output window on bottom of main view
Editing

Ctrl + B


Microsoft OneNote 2010 (Windows)
Apply or remove bold formatting from the selected text.
Basic Editing and Formatting

ctrl + b


Civilization V (Windows)
Ranged
Action Hotkeys

Ctrl + b


Microsoft Projects 2010 (Windows)
Mark entry or selection as bold
Edit Fields

Ctrl + B


Microsoft Outlook 2010 (Windows)
Switch format to/from bold
Messages in Main View - Format Message Body

Ctrl + B


Google Mail (Windows)
Bold formatting
Format Text in Messages

Ctrl + B


KDevelop (Linux)
Tgoggle Output window on bottom of main view
Editing

Ctrl + B


Unity3D 3 (Windows)
Build and run
Manage Files

Ctrl + b


SharpDevelop 4.0 (Windows)
Goto matching bracket
Bookmarks

Ctrl + B


Firefox (Linux)
Show or hide bookmark sidebar
Bookmarks

Ctrl + B / Ctrl + I


Firefox (Windows)
Show or hide bookmark sidebar
Bookmarks

Ctrl + B / Ctrl + I


Inpage (Windows)
To bold the selected text
For formatting

Ctrl + b


Zune (Windows)
Previous song
Playing Songs

Ctrl + B


Phoenix Viewer (Windows)
Build
View

Ctrl + B


Microsoft Outlook 2010 (Windows)
Switch format to/from bold
Messages in Compose View - Format Message Body

Ctrl + B


Microsoft PowerPoint 2003 (Windows)
Bold
40 Shortcuts for Microsoft PowerPoint 2003 (Windows)

Ctrl + B


Google Docs (Windows)
Bold
Format Text

Ctrl + B


Mindjet Mindmanager 2012 (Windows)
Bold, Italics, Underline (common in Windows)
Most used - Box formatting

Ctrl + B / I / U


Microstation v8i (Windows)
View Attributes
Editing

Ctrl + B


Mindjet Mindmanager 2012 (Windows)
Bold, Italics, Underline (common in Windows)
Reorganizing - Box formatting

Ctrl + B / I / U


Notepad++ 5 (Windows)
Go to matching brace
Search

Ctrl + B


Microsoft Word 2007 (Windows)
Apply bold formatting.
Character and paragraph formatting Apply character formats

Ctrl + B


Total Commander 8 (Windows)
Directory branch: Show contents of current dir and all subdirs in one list
Main Shortcuts

Ctrl + b


Access 2010 (Windows)
Make text bold in the selected field of the PivotTable view
Manage Access Features - Pivot Table

Ctrl + B


Vuescan (Windows)
Abort
14 Shortcuts for Vuescan (Windows)

Ctrl + B


Tekla Structures 14.0 (Windows)
Create report
Modeling shortcuts

Ctrl + b


Microsoft Outlook 2010 (Windows)
Switch format to/from bold
Calendar Shortcuts - Format Message Body

Ctrl + B


Opera (Linux)
Toggle text-style bold
Text Editing

Ctrl + B


Evernote (Windows)
Make selection bold
Note Editor

Ctrl + b


Opera (Linux)
Add to Speed Dial
Menus

Ctrl + B


UltraEdit (Windows)
Find matching brace (,,{ or },,)
Search Menu

Ctrl + B


Sticky Notes (Windows)
Bold text
Format Text

Ctrl + B


Visual Studio 2015 (Windows)
Insert new function breakpoint
Build and Debug

Ctrl + B


VLC Media Player (MacOS)
Edit bookmarks
Manage VLC, Playlists, and Special Commands

Ctrl + B


Photoshop Lightroom 4 (Windows)
Show Quick Collection
Collections

Ctrl + B


NetBeans 8 (Windows)
Go to declaration
General Keyboard Shortcts

Ctrl + B


Microsoft Outlook 2010 (Windows)
Display Send/Receive progress when send/receive is in progress
Other Outlook 2010 Shortcut

Ctrl + B


FreeMind 0.9.0 (Windows)
Bold
Node formatting commands

Ctrl + B


Vuescan (Linux)
Abort
12 Shortcuts for Vuescan (Linux)

Ctrl + B


Microsoft PowerPoint 2010 (Windows)
Apply bold formatting.
Change Fonts and Formatting

Ctrl + B


Texmaker 4.0.2 (Windows)
Bold
"Latex" menu

Ctrl + B


Access 2010 (Windows)
Make text bold in the selected field of the PivotTable view
Working with Text and Data - Pivot Table

Ctrl + B


iTunes (Windows)
Hide or show the Browser (Artist and Album columns)
View Menu

Ctrl + B


Gwenview (Linux)
Show or hide the Thumbnail bar.
30 Shortcuts for Gwenview (Linux)

Ctrl + B


HoneyView 5.03 (Windows)
Open most recent Bookmark
Other

Ctrl + B


IntelliJ (Linux)
Go to declaration
Navigation

Ctrl + B / Ctrl + Click


Directory Opus (Windows)
Attributes
Operations Toolbar

Ctrl + B


IntelliJ (Windows)
Go to declaration
Navigation

Ctrl + B / Ctrl + Click


Axialis IconWorkshop (Windows)
New - Internet browser
File Menu

Ctrl + B


FL Studio (Windows)
Toggle blend notes
Record / Playback / Transport

Ctrl + B


Beyond Compare (Windows)
Take left then right
Edit Menu - Text Merge

Ctrl + B


Pro Tools (Windows)
Clear
Edit Menu

Ctrl + B


Presonus Studio One (Windows)
Bounce instrument parts
Event Menu

Ctrl + B


Microsoft Excel 2013 (Windows)
Apply or remove bold formatting
Format Cells

Ctrl + B


FL Studio (Windows)
Duplicate selection (or all clips in zoom range if nothing is selected) to the right
Playlist Action

Ctrl + B


Microsoft Word 2013 (Windows)
Apply/remove bold
Format Text and Paragraph

Ctrl + B


Adobe Flash Professional (Windows)
Break Apart
Modifying and editing

Ctrl + B


Atom (text editor) 1.0 (Windows)
Browse list of open files
General

Ctrl + B


Atom (text editor) 1.0 (Linux)
Browse list of open files
General

Ctrl + b


Access 2010 (Windows)
Make text bold in the selected field of the PivotTable view
Working with Access Views - Pivot Table

Ctrl + B


Linux Mint (Linux)
Edit bookmarks (Opens a dialog where you can sort, rename, and delete the shortcuts that appear in the left pane)
File Manager (Nemo) - Toggle Side Pane, Split View, and Terminal

Ctrl + B


FL Studio (Windows)
Duplicate selection, or all notes in zoom range if nothing is selected, to the right (works also with time line selections)
Piano Roll Action

Ctrl + B


Notepad++ 6 (Windows)
Go to matching brace
Edit menu

Ctrl + B


Qt Creator (MacOS)
Build project
Project

Ctrl + B


Qt Creator (Windows)
Build project
Project

Ctrl + B


Notepad++ 6 (Windows)
Go to Matching Brace (caret must be on a brace)
Search menu

Ctrl + B


Autodesk Maya 2015 (Windows)
Edit Paint Effects template brush settings
Painting Operation

Ctrl + B


Microsoft OneNote 2016 (Windows)
Format selected text Bold; press again to un-apply
Format

Ctrl + B


Skype for Business (Lync) 2016 (Windows)
Format bold
Instant Messaging

Ctrl + B


FreeMeta (Windows)
Clear all textbox texts.
FreeMeta software all shortcut keys

Ctrl + B


Microsoft Excel 2016 (Windows)
Apply/ remove bold format
Select Cells - Font Face, Font Decoration, and Cell Color

Ctrl + B


Sway 2016 (Windows)
Apply emphasis to text
Text and Content Formatting

Ctrl + B


Adobe Photoshop CC (Windows)
Adjust Color Balance
Basic Shortcuts for Photoshop CC 2015 - Image Basics

Ctrl + B


Adobe After Effects CC (Windows)
Activate and cycle through Brush, Clone Stamp, and Eraser Tools
Activating Tools

Ctrl + B


Clink (Windows)
backward-char
BASH (GNU Readline) Line Editing

Ctrl + B


Android Studio (Windows)
Go to declaration
General Shortcuts

Ctrl + B


Microsoft Outlook 2016 (Windows)
Bold
Common Commands: Format Text and work with Editor

Ctrl + B


Google Slides (Windows)
Bold
Text Editing

Ctrl + B


Microsoft Edge Browser (Windows)
Select element (on DOM Explorer tab)
Developer Tools (the following shortcuts are only applicable within the Developer Tools section)

Ctrl + B


Microsoft PowerPoint 2016 (Windows)
Bold text
Edit and General Text Operations

Ctrl + B


Microsoft Visio 2016 (Windows)
Turn on /off Bold
Format text

Ctrl + B


Microsoft Excel 2016 (Windows)
Apply/ remove bold format
Format Cells - Font Face, Font Decoration, and Cell Color

Ctrl + B


Access 2010 (Windows)
Make text bold in the selected field of the PivotTable view
The Rest - Pivot Table

Ctrl + B


Photoshop Lightroom CC (Windows)
Show Quick Collection
Collections

Ctrl + B


Microsoft Outlook 2016 (Windows)
Display Send/Receive progress
Mail

Ctrl + B


Autodesk Maya 2017 (Windows)
Edit Paint Effects template brush settings
Painting Operation

Ctrl + B


Corel Painter 2017 (Windows)
Brush Control Panel
Panel Commands

Ctrl + B


Adobe Photoshop CC (Windows)
Adjust Color Balance
Manage Panels - Image Basics

Ctrl + B


Microsoft Excel 2016 (Windows)
Apply/ remove bold format
Formulas - Font Face, Font Decoration, and Cell Color

Ctrl + B


FileMaker Pro (Windows)
Browse mode
Switch Modes

Ctrl + B


ArchiCAD 20 (Windows)
Repeat last command
Edit Menu Commands

Ctrl + B


IMVU (Windows)
Cycle through number of visible chat bubbles
Screen and View

Ctrl + B


InDesign CC (Windows)
Text Frame Options
Object Menu shortcuts

Ctrl + B


Hexagon 2 (Windows)
Hide Selected Faces
General Shortcuts

Ctrl + B


ArchiCAD 20 (Windows)
Repeat last command
Edit Commands(Text)

Ctrl + B


Nuke 10 (Windows)
New Bin
Node Graph

Ctrl + B


Nuke 10 (Linux)
New Bin
Node Graph

Ctrl + B


Zoho Writer (Windows)
To Bold the Text
Format Tab

Ctrl + B


Finale (Windows)
Bold
Text Tool

Ctrl + B


Microsoft Excel 2016 (Windows)
Apply/ remove bold format
Manage Workbooks - Font Face, Font Decoration, and Cell Color

Ctrl + B


Microsoft Word 2016 (Windows)
Bold text
Text Editing/Graphics editing Operations

Ctrl + B


CINEMA 4D (Windows)
Render Settings
Rendering

Ctrl + B


Wondershare Editor (Windows)
Split (Blade)
Editing

Ctrl + B


Age of Empires (Windows)
Go to barracks
Game Commands

Ctrl + B


AutoCAD 2016 (Windows)
Toggles Snap
General

Ctrl + B


Zoho Show (Windows)
Bold toggle for selection
Formatting Shortcuts

Ctrl + B


Microsoft Excel 2016 (Windows)
Apply/ remove bold format
Excel Auto Tables and Data Forms - Font Face, Font Decoration, and Cell Color

Ctrl + B


GIMP (Linux)
Toolbox
General

Ctrl + B


GIMP (Linux)
Toolbox
Dockable Dialogs

Ctrl + B


GIMP (Windows)
Toolbox
General

Ctrl + B


GIMP (Windows)
Toolbox
Dockable Dialogs

Ctrl + B


AutoCad Architecture 2017 (Windows)
Snap mode
Alphabest combination

Ctrl + B


Mac OS Sierra 10.12 (MacOS)
Move one character backward.
Document Shortcuts

Ctrl + B


1Password (Windows)
Copy the value in the username field of the selected Login item.
Main Program Shortcuts

Ctrl + B


Autodesk 3ds Max 2017 (Windows)
Subobject mode toggle
Subobjects

Ctrl + B


WordPress (Windows)
Bold
General Editor Shortcuts

Ctrl + B


Google Blogger (Web Application)
Bold
15 Shortcuts for Google Blogger (Web Application)

Ctrl + B


Google Hangouts (Web Application)
Bold
Format Messages(Windows Plateform)

Ctrl + B


JetBrains PyCharm (Windows)
Go to Declaration
Navigation

Ctrl + B


FileZilla (Windows)
Add Bookmark
28 Shortcuts for FileZilla (Windows)

Ctrl + B


JetBrains RubyMine (Windows)
Go to Declaration
Navigation Shortcuts

Ctrl + B


JetBrains RubyMine (Linux)
Go to Declaration
Navigation Shortcuts

Ctrl + B


Adobe Flash Builder (Windows)
Build Project
24 Shortcuts for Adobe Flash Builder (Windows)

Ctrl + B


Amazon Kindle (Windows)
Open/Close Notes and Marks
Reading Book

Ctrl + B


Logic Pro X (MacOS)
Beam Selected Notes
Score Editor

Ctrl + B


Adobe Animate CC (Windows)
Break Apart
Edit and Modify

Ctrl + B


Logic Pro X (MacOS)
Backup Files
Project Audio

Ctrl + B


Zimbra Collaboration Suite 8 (Windows)
Switch between HTML and Text Format for the body
Mail Compose Form

Ctrl + B


Adobe XD (Experience Design) (Windows)
Bold
Text

Ctrl + B


BrainSuite (Windows)
Back/ Show previous surface
Main Window

Ctrl + B


Bash (Linux)
Backward ine character
Navigation

Ctrl + B


Daz 3D Carrara 8 (Windows)
Browser
Application - Windows

Ctrl + B


Adobe Dreamweaver (Windows)
Bold
Text

Ctrl + B


Adobe RoboHelp (Windows)
Bold
Text Formatting

Ctrl + B


SharePoint 2016 (Windows)
Apply/Remove Bold formatting from the selected text
Rich Text Editing

Ctrl + B


Daz 3D Bryce 7 (Windows)
Show Objects as Box
Object

Ctrl + B


JetBrains PhpStorm (Windows)
Go to Declaration
Navigation

Ctrl + B


AbiWord (Linux)
Bold Text
7 Shortcuts for AbiWord (Linux)

Ctrl + B


AbiWord (Windows)
Bold Text
7 Shortcuts for AbiWord (Windows)

Ctrl + B


jEdit (Windows)
Complete Word
Text Editing

Ctrl + B


ZBrush 4 (Windows)
Bake Layer
Edit Move Navigation - Document Layers

Ctrl + B


JetBrains PhpStorm (Linux)
Go to Declaration
Navigation

Ctrl + B


Corel Ventura 10 (Windows)
Bold
Text Formatting

Ctrl + B


Daz 3D Carrara 8 (Windows)
Browser
Spline Modeler - Windows

Ctrl + B


ACDSee (Windows)
Add Currently Displayed Item to Image Basket
View Mode

Ctrl + B


Corel WordPerfect X8 (Windows)
Bold
63 Shortcuts for Corel WordPerfect X8 (Windows)

Ctrl + B


Corel PhotoPaint X6 (Windows)
Brightness
Adjust

Ctrl + B


VMWare Workstation 12 (Windows)
Begin/ Power on Virtual Machine
14 Shortcuts for VMWare Workstation 12 (Windows)

Ctrl + B


Corel Draw X8 (Windows)
Bold
Font Formatting

Ctrl + B


ZBrush 4 (Windows)
Bake Layer
Inner Ring Actions - Document Layers

Ctrl + B


Opera (Windows)
Toggle text-style bold
Text Editing

Ctrl + B


Corel Quattro Pro X8 (Windows)
Bold
Text Formatting

Ctrl + B


Corel Draw X8 (Windows)
Brightness/intensity
Dialogs

Ctrl + B


Steinberg Cubase 9 (Windows)
Open browser
Project

Ctrl + B


Opera (Windows)
Paste and go in current or new tab
Access Loading

Ctrl + B


Gliffy (Windows)
Send to back
Shape Shortcuts

Ctrl + B


Corel Quattro Pro X8 (Windows)
Returns to Previous Cell Containing Formula
Formula Keys

Ctrl + B


Chief Architect (Windows)
Break Wall
View Mode

Ctrl + B


Daz 3D Carrara 8 (Windows)
Browser
Vertex Modeler - Windows

Ctrl + B


ZBrush 4 (Windows)
Bake Layer
Sculpting Brushes - Document Layers

Ctrl + B


InCopy CC (Windows)
Bold
Working with Types

Ctrl + B / Ctrl + Shift + B


MusicBee (Windows)
Previous Track
Playback Controls

Ctrl + B


Kingsoft Presentation 2016 (Windows)
Bold
Editing Shortcuts

Ctrl + B


ZBrush 4 (Windows)
Bake Layer
3D Models - Document Layers

Ctrl + B


Kingsoft Spreadsheets 2016 (Windows)
Applies or removes bold formatting
Other Shortcuts

Ctrl + B


Kingsoft Writer 2016 (Windows)
Bold
Editing

Ctrl + B


Forte (Windows)
View Next Unread Body
Main Browser Window

Ctrl + B


Flock (Windows)
Open blog editor
General

Ctrl + B


Adobe Captivate 2017 (Windows)
Find audio in the Library/Change text to Bold
General and Miscellaneous Shortcuts

Ctrl + B


WinSCP 5 (Windows)
Bookmark current directory
Navigation

Ctrl + B


FxPro (Windows)
Show Bid
General Shortcuts

Ctrl + B


ZBrush 4 (Windows)
Bake Layer
ZSpheres - Document Layers

Ctrl + B


MetaTrader MT4 (Windows)
Call the Objects List Window
Miscellaneous Shortcuts

Ctrl + B


MediaMonkey (Windows)
Previous Track
Standard Keyboard Shortcuts

Ctrl + B / Ctrl + Alt + Left Arrow


Zerodha Trader (Windows)
Basket Orders
Place Order

Ctrl + B


vSphere Client (Windows)
Power On VM
Miscellaneus Shortcuts

Ctrl + B


VideoPad Video Editor (Windows)
Export video
File

Ctrl + B


MOTU Digital Performer 9 (Windows)
Previous sequence
Editing

Ctrl + B


Krita Painting 3 (Windows)
Color balance
Color

Ctrl + B


Groove Music (Windows)
Backwards/ Restart current song/skip to previous
Music Play

Ctrl + B


XYplorer (Windows)
Toggle Favorite Folder
General Shortcuts

Ctrl + B


VideoPad Video Editor (Windows)
Save, share or burn video
Sequence

Ctrl + B


Teamcenter (Windows)
BOM View
New Creation

Ctrl + B


Jetbrains CLion (Windows)
Go to declaration
Navigation Shortcuts

Ctrl + B


PotPlayer (Windows)
Blur On/Off
Standard Keyboard Controls

Ctrl + B


Maxthon (Web Application)
Hide favourite bar
Search Bar

Ctrl + B


Siemens NX 11 (Windows)
Hide
Edit Menu

Ctrl + B


Soundforge (Windows)
Toggle auto snap to zero crossings
Data Window

Ctrl + B


ZBrush 4 (Windows)
Bake Layer
Canvas and 2.5D - Document Layers

Ctrl + B


Delphi 10 (Windows)
Invoke buffer window when focus is on editor. The buffer window shows a list of all different tabs.
193 Shortcuts for Delphi 10 (Windows)

Ctrl + B


Vegas Pro 14 (Windows)
Paste repeat
General Editing

Ctrl + B


Sierra Chart (Windows)
Open ChartBook
File Menu

Ctrl + B


GOM Player (Windows)
Backward 10 sec
Playback Control

Ctrl + B


Vegas Pro 14 (Windows)
Paste repeat
Event Selection and Editing

Ctrl + B


Xamarin Studio (MonoDevelop) (Windows)
Go to Matching Brace
Text Editor

Ctrl + B


Pencil2D (Windows)
Select All
57 Shortcuts for Pencil2D (Windows)

Ctrl + B


Tableau (Windows)
Smaller cell size
General

Ctrl + B


Soundforge (Windows)
Bypass selected plug-in
Plug-In Chain

Ctrl + B


SolidWorks (Windows)
Rebuild
Edit Menu

Ctrl + B


GeoModeller3D (Windows)
Create axial surface data (an axial trace on a map
2D Structural Data

Ctrl + B


Visual Studio Code (Windows)
Toggle Sidebar visibility
Display

Ctrl + B


Gnumeric (Windows)
Toggles the boldness of the font in the current selection
21 Shortcuts for Gnumeric (Windows)

Ctrl + B


DrawPlus (Windows)
Bold
Text

Ctrl + B


Rhino (Windows)
Block
Default Shortcuts

Ctrl + B


Solid Edge (Windows)
Bottom
Manipulation

Ctrl + B


Google Data Studio
Bold
General (Windows)

Ctrl + B


Impro-Visor (Windows)
paste chords and melody from text area to current slot
Cut/Paste/Copy

Ctrl + B


CodeLite 10 (Windows)
Toggle bookmark
Editor

Ctrl + B


ChessBase 13
¥ Bishop
Commentary symbols

Ctrl + B


OpenSCAD (MacOS)
Navigate Char left
Navigation Shortcuts

Ctrl + B


Vivaldi
Bookmarks
Window

Ctrl + B


Solidworks 2019
Rebuilds the model.
User Interface

Ctrl + B


Alphacam (Windows)
Zoom Previous
Regular Commands

Ctrl + B


FlashFXP (Web Application)
Pops up the bookmark menu
54 Shortcuts for FlashFXP (Web Application)

Ctrl + B


Surfcam (Windows)
User Application menu
60 Shortcuts for Surfcam (Windows)

Ctrl + B


VMware Workstation 5.0
Power on.
General

Ctrl + B


CuteFTP (Windows)
Bold Font (when in HTML editor), Browse offline (when a Site is selected in Site Manager pane)
General

Ctrl + B


Geany (Linux)
Goto matching brace
Moving around in the document

Ctrl + B


Geany (Windows)
Goto matching brace
Moving around in the document

Ctrl + B


Kate (Linux)
Set a Bookmark
29 Shortcuts for Kate (Linux)

Ctrl + B


Kate (Windows)
Set a Bookmark
38 Shortcuts for Kate (Windows)

Ctrl + B


Dropbox Paper
Bold
Formatting

Ctrl + B


Ansys Mechanical (Windows)
Activate Body Selection
Selection Filters

Ctrl + B


Moldflow Insight (Windows)
Select By Properties
Editing Shortcuts

Ctrl + B


Moldflow Adviser (Windows)
Select By Properties
Editing Shortcuts

Ctrl + B


Most used text editing
Bold
Formatting

Ctrl + B


winIDEA
Begin New Session
Plugin: Analyzer

Ctrl + B


VariCAD (Windows)
Blank Objects
Hot Keys

Ctrl + B


Xyplorer
Toggle Favorite Folder: toggle favorite status of current folder
Favorites Menu

Ctrl + B


PhotoFiltre (Windows)
Stroke and fill
Others

Ctrl + B


KiCad 5.0.2
Run Bitmap2Component
KiCad Manager

Ctrl + B


Affinity Photo
Grow/Shrink
Pixel selection/Mask

Ctrl + B


Ulead PhotoImpact 8 (Windows)
Opens the Brightness & Contrast dialog box
Format Menu

Ctrl + B


Inkscape (Windows)
Toggle scrollbars
Window

Ctrl + B


Cisco IOS
One character to the left
Moving the cursor

Ctrl + B


Cobalt (Windows)
Go Back
70 Shortcuts for Cobalt (Windows)

Ctrl + B


GibbsCAM (Windows)
Balloons
Help Manu

Ctrl + B


DaVinci Resolve 14 (Windows)
Razor
Edit

Ctrl + B


SpaceClaim (Windows)
Bold text
71 Shortcuts for SpaceClaim (Windows)

Ctrl + B


Vectorworks (Windows)
Send to Back
Modify Menu

Ctrl + B


Modo (Windows)
Create polygon of given type from vertex selection
Tools

Ctrl + B


The Curse of Monkey Island
Increase sound buffer to 7 from 5 (or back). This may solve sound problem in old PCs
Other

Ctrl + B


MyPaint (Windows)
Show brush settings
Show Brush Menu

Ctrl + B


LDView
Model bounding box
General

Ctrl + B


Pidgin (Linux)
Add Buddy
Buddies Menu

Ctrl + B


Sage Simply Accounting (Windows)
Bring Home window to front
Keyboard Shortcuts in Record Windows

Ctrl + B


eM Client (Windows)
Bold Selected Text
13 Shortcuts for eM Client (Windows)

Ctrl + B


Banner 9 (Windows, Mac)
Toggle Accessibility Mode for current session
Mac shortcuts

Ctrl + B


IPython Shell
Move cursor back one character
Navigation

Ctrl + B


Sage Simply Accounting (Windows)
Bring Home window to front
Keyboard Shortcuts in Transaction Windows

Ctrl + B


WavePad Sound Editor (Windows)
Add Bookmark
Bookmarks and Regions

Ctrl + B


BricsCAD (Windows)
Toggles the Snap setting
Other Shortcuts

Ctrl + B


BricsCAD (Linux)
Toggles the Snap setting
Other Shortcuts

Ctrl + B


CamBam (Windows)
Edit Break at intersections
32 Shortcuts for CamBam (Windows)

Ctrl + B


KeyCreator (Windows)
Previous View
View Shortcuts

Ctrl + B


DraftSight (Windows)
Toggles Snap Mode during Command execution
37 Shortcuts for DraftSight (Windows)

Ctrl + B


Battlezone 98 Redux
Bail out and destroy vehicle
Other

Ctrl + B


Adobe Illustrator
Paste at back
Frequently used shortcuts

Ctrl + B


MindManager v19 (Windows)
Bold, Italics, Underline (common in Windows)
Most used - Box formatting

Ctrl + B / I / U


EasyWorship
Toggle Black Screen on and off
Show control

Ctrl + B


Figma (Web Application)
Bold
Text

Ctrl + B


SuperMemo (Windows)
Bold font in Text
129 Shortcuts for SuperMemo (Windows)

Ctrl + B


MindManager v19 (Windows)
Bold, Italics, Underline (common in Windows)
Reorganizing - Box formatting

Ctrl + B / I / U


FlexiSign Pro 8.1 (Windows)
Document Setup
Miscellaneous Shortcuts

Ctrl + B


Cisco Jabber
Bold
Instant messages

Ctrl + B


Tableau
Smaller cell size
Resizing rows and columns (Tableau Desktop)

Ctrl + B


GitHub Desktop
Branches list
View menu

Ctrl + B


BlackBerry Classic
Bold
Ctrl shortcuts

Ctrl + B


Ubuntu
Make the selected text bold
Common application shortcuts

Ctrl + B


Lacerte
Make selected text bold
Letter Editor

Ctrl + B


Microsoft Sticky Notes
Bold
Formatting

Ctrl + B


Claws Mail
Move a character backward
Compose window

Ctrl + B


FastMail
Bold
Compose

Ctrl + B


Siemens NX
Hide
Edit menu

Ctrl + B


draw.io
Toggle bold on selected text
Labels

Ctrl + B


Tibia
Open/close Battle Window
Control Buttons

Ctrl + B


Telegram
Bold
Formatting text

Ctrl + B


Nimbus Note
Bold
Formatting

Ctrl + B


Quicken 2018
Back up a file
File Operations

Ctrl + B


Adobe Bridge CC
Review mode
View menu

Ctrl + B


ArtRage Studio Pro
Blur Layer…
Panel Commands

Ctrl + B


Evernote for Windows
Bold
Note Editor

Ctrl + B


Confluence
Bold
Editor

Ctrl + B


PyCharm 2018.2
Navigate to declaration of a symbol at caret.
Navigation in source code

Ctrl + B


Bash (Unix shell)
Go left one character
Moving the cursor

Ctrl + B


Total War: Attila
Select all artillery
Selection

Ctrl + B


Atom (Windows)
(Source: Fuzzy Finder) fuzzy-finder:toggle-buffer-finder
All shortcuts

Ctrl + B


ActivePresenter 7
Bold
Canvas

Ctrl + B


Bluebeam Revu
Add bookmark
Markup & editing

Ctrl + B


Unreal Engine
Find in Content Browser
System-wide

Ctrl + B


Adobe Lightroom Classic
Show Quick Collection
Working with collections

Ctrl + B


SharePoint
Apply or remove bold formatting from the selected text.
Using rich text editing

Ctrl + B


CorelDRAW Graphics Suite 2018
Brightness/Contrast/Intensity
General

Ctrl + B


PaintShop Pro 2018
Mirror horizontal
Shortcuts with Ctrl

Ctrl + B


Adobe Animate CC (Windows)
Break Apart
Edit and modify

Ctrl + B


jEdit
Complete word.
Text editing

Ctrl + B


Kindle for PC
Close Notes and Marks (if opened)
While Reading a Book

Ctrl + B


BSPlayer
Next chapter
Playback

Ctrl + B


Nuance Power PDF
Create a bookmark
Bookmark

Ctrl + B


ZenWriter 2
Bold
General

Ctrl + B


SimpleMind
Bold font style for selected topics or labels
General

Ctrl + B


Metapad
Show status bar
Options

Ctrl + B


PDF-XChange Editor
Show/Hide the Bookmarks pane.
General

Ctrl + B


Inkscape
make selection bold
Text tool

Ctrl + B


Microsoft Paint
Bold selected text
Powers of Ctrl

Ctrl + B


MyPaint
Show brush settings
Brush

Ctrl + B


Microsoft FrontPage
Apply bold formatting.
Format text and paragraphs

Ctrl + B


Corel Painter
Brush controls panel (General or All)
Panel commands

Ctrl + B


LightWave 3D
IK boost tool
Layout: Modify

Ctrl + B


TextRoom
Bold
General

Ctrl + B


Microsoft Word 2016
Apply bold formatting
Format characters

Ctrl + B


Nuke
Create a new bin
Project / tags / versions bin

Ctrl + B


Oracle EBS Forms
Block menu
General

Ctrl + B


Arch Linux
Move cursor one character to the left
Terminal: Readline

Ctrl + B


E-Sword
Bold Editors only
General

Ctrl + B


Microsoft Visual Studio 2017 (Most used shortcuts)
Debug.BreakatFunction
Debug

Ctrl + B


Microsoft Visual Studio 2017 (All shortcuts)
Image.BrushTool
VC Image Editor

Ctrl + B


Adobe XD (Windows)
Bold
Text

Ctrl + B


WavePad
Add Bookmark
Bookmarks and Regions

Ctrl + B


NetBeans
Go to declaration
Navigating through source code

Ctrl + B


Adobe Premiere Pro (Windows)
Bold
Titler

Ctrl + B


Comodo IceDragon
Bookmarks sidebar
Bookmark Options

Ctrl + B


IntelliJ IDEA (Windows, Linux)
Go to declaration
Navigation

Ctrl + B


Microsoft PowerPoint (Creating presentations)
Apply bold formatting
Format text: Apple character formatting

Ctrl + B


Mp3tag
Restore all input fields
General

Ctrl + B


GoldWave
Pastes the clipboard into the sound at the beginning.
Editing

Ctrl + B


WinHex
Write
Edit menu

Ctrl + B


WordPerfect X8
Bold
General

Ctrl + B


GNU Emacs
Character - backward
Motion

Ctrl + B


Zim
Make selected text strong
General

Ctrl + B


Brackets
Add next match to your selection
Multiple cursors

Ctrl + B


LibreOffice
The Bold attribute is applied to the selected area. If the cursor is positioned in a word, this word is also put in bold
Editing and formatting documents

Ctrl + B


WriteMonkey
Bold (markdown)
Editing

Ctrl + B


Google Sheets (Android)
Bold
Format cells

Ctrl + B


Google Sheets
Bold
Format cells

Ctrl + B


MindMeister
Toggle bold
Format

Ctrl + B


Tekla Structures 20
Create report
Modeling

Ctrl + B


Medium
Bold
General

Ctrl + B


TinyMCE
Bold
Editor body

Ctrl + B


Tumblr
Bold
Posting (Windows)

Ctrl + B


FileMaker
Browse mode
Modes

Ctrl + B


Maple
Cursor Left
Command line interface

Ctrl + B


FocusWriter
Bold
General

Ctrl + B


Multi Commander
View - Button Panel
Core shortcuts

Ctrl + B


WinNc
Add files or directories to the backuplist
General

Ctrl + B


Git Tower (Windows)
Create new branch
Creating branches & tags

Ctrl + B


KompoZer
Text style Bold
Composition shortcuts

Ctrl + B


Delphi
Invoke buffer window when focus is on editor. The buffer window shows a list of all different tabs.
General

Ctrl + B


eM Client
Bold selected text
General

Ctrl + B