IntelliJ (Linux)

Navigation

Go to declaration

Ctrl + B / Ctrl + Click

All hotkeys for IntelliJ (Linux)

Productivity
To quickly open any class.

Ctrl + N

Productivity
To quickly open any file.

Ctrl + Shift + N

Productivity
Toggle tools (maximize/minimize code window).

Ctrl + Shift + F12

Productivity
Code completion.

Ctrl + Space

Productivity
To find all places where a particular class, method or variable is used in the whole project by positioning the caret at the symbol's name or at its usage in code.

Alt + F7

Productivity
To quickly see the documentation for the class or method used at the editor's caret.

Crtl + P

Editing
Basic code completion (the name of any class, method or variable)

Ctrl + Space

Editing
Smart code completion (filters the list of methods and variables by expected type)

Ctrl + Shift + Space

Editing
Complete statement

Ctrl + Shift + Enter

Editing
Parameter info (within method call arguments)

Ctrl + P

Editing
Quick documentation lookup

Ctrl + Q

Editing
External Doc

Shift + F1

Editing
Brief Info

Ctrl + mouse over code

Editing
Show descriptions of error or warning at caret

Ctrl + F1

Editing
Generate code... (Getters, Setters, Constructors, hashCode/equals, toString)

Alt + Insert

Editing
Override methods

Ctrl + O

Editing
Implement methods

Ctrl + I

Editing
Surround with… (if..else, try..catch, for, synchronized, etc.)

Ctrl + Alt + T

Editing
Comment/uncomment with line comment

Ctrl + /

Editing
Comment/uncomment with block comment

Ctrl + Shift + /

Editing
Select successively increasing code blocks

Ctrl + W

Editing
Decrease current selection to previous state

Ctrl + Shift + W

Editing
Context info

Alt + Q

Editing
Show intention actions and quick-fixes

Alt + Enter

Editing
Reformat code

Ctrl + Alt + L

Editing
Optimize imports

Ctrl + Alt + O

Editing
Auto-indent line(s)

Ctrl + Alt + I

Editing
Indent/unindent selected lines

Tab / Shift + Tab

Editing
Cut current line or selected block to clipboard

Ctrl + X / Shift + Delete

Editing
Copy current line or selected block to clipboard

Ctrl + C / Ctrl + Insert

Editing
Paste from clipboard

Ctrl + V / Shift + Insert

Editing
Paste from recent buffers...

Ctrl + Shift + V

Editing
Duplicate current line or selected block

Ctrl + D

Editing
Delete line at caret

Ctrl + Y

Editing
Smart line join

Ctrl + Shift + J

Editing
Smart line split

Ctrl + Enter

Editing
Start new line

Shift + Enter

Editing
Toggle case for word at caret or selected block

Ctrl + Shift + U

Editing
Select till code block end/start

Ctrl + Shift + ] / [

Editing
Delete to word end

Ctrl + Delete

Editing
Delete to word start

Ctrl + Backspace

Editing
Expand/collapse code block

Ctrl + NumPad + / -

Editing
Expand all / collapse all

Ctrl + Shift + NumPad + / -

Editing
Close active editor tab

Ctrl + F4

Editing
Find usages / Find usages in file

Alt + F7 / Ctrl + F7

Editing
Highlight usages in file

Ctrl + Shift + F7

Editing
Show usages

Ctrl + Alt + F7

Editing
Copy

F5

Editing
Move

F6

Editing
Safe Delete

Alt + Delete

Editing
Rename

Shift + F6

Editing
Change Signature

Ctrl + F6

Editing
Inline

Ctrl + Alt + N

Editing
Extract Method

Ctrl + Alt + M

Editing
Extract Variable

Ctrl + Alt + V

Editing
Extract Field

Ctrl + Alt + F

Editing
Extract Constant

Ctrl + Alt + C

Editing
Extract Parameter

Ctrl + Alt + P

Search/Replace
Search everywhere

Double Shift

Search/Replace
Find

Ctrl + F

Search/Replace
Find next / Find previous

F3 / Shift + F3

Search/Replace
Replace

Ctrl + R

Search/Replace
Find in path

Ctrl + Shift + F

Search/Replace
Replace in path

Ctrl + Shift + R

Search/Replace
Search structurally (Ultimate Edition only)

Ctrl + Shift + S

Search/Replace
Replace structurally (Ultimate Edition only)

Ctrl + Shift + M

Compile and Run
Make project (compile modifed and dependent)

Ctrl + F9

Compile and Run
Compile selected file, package or module

Ctrl + Shift + F9

Compile and Run
Select configuration and run

Alt + Shift + F10

Compile and Run
Select configuration and debug

Alt + Shift + F9

Compile and Run
Run

Shift + F10

Compile and Run
Debug

Shift + F9

Compile and Run
Run context configuration from editor

Ctrl + Shift + F10

Debugging
Commit project to VCS

Ctrl + K

Debugging
Update project from VCS

Ctrl + T

Debugging
View recent changes

Alt + Shift + C

Debugging
‘VCS’ quick popup

Alt + `

Debugging
Step over

F8

Debugging
Step into

F7

Debugging
Smart step into

Shift + F7

Debugging
Step out

Shift + F8

Debugging
Run to cursor

Alt + F9

Debugging
Evaluate expression

Alt + F8

Debugging
Resume program

F9

Debugging
Toggle breakpoint

Ctrl + F8

Debugging
View breakpoints

Ctrl + Shift + F8

Live Templates
Surround with Live Template

Ctrl + Alt + J

Live Templates
Insert Live Template

Ctrl + J

Live Templates
Iteration according to Java SDK 1.5 style

Ctrl + J - iter

Live Templates
Check object type with instanceof and downcast it

Ctrl + J - inst

Live Templates
Iterate Collection / Iterate elements of java.util.Collection

Ctrl + J - itco

Live Templates
Iterate Itterator / IIterate elements of java.util.Iterator

Ctrl + J - itit

Live Templates
Iterate List / Iterate elements of java.util.List

Ctrl + J - itli

Live Templates
Public static final

Ctrl + J - psf

Live Templates
throw new

Ctrl + J - thr

Navigation
Go to class

Ctrl + N

Navigation
Go to file

Ctrl + Shift + N

Navigation
Go to symbol

Ctrl + Alt + Shift + N

Navigation
Go to next/previous editor tab

Alt + Right/Left

Navigation
Go back to previous tool window

F12

Navigation
Go to editor (from tool window)

Esc

Navigation
Hide active or last active window

Shift + Esc

Navigation
Close active run/messages/find/... tab

Ctrl + Shift + F4

Navigation
Go to line

Ctrl + G

Navigation
Recent files popup

Ctrl + E

Navigation
Navigate backward / navigate forward

Ctrl + Alt + Arrow left / Arrow right

Navigation
Navigate to last edit location

Ctrl + Shift + Backspace

Navigation
Select current file or symbol in any view

Alt + F1

Navigation
Go to declaration

Ctrl + B / Ctrl + Click

Navigation
Go to implementation(s)

Ctrl + Alt + B

Navigation
Open quick definition lookup

Ctrl + Shift + I

Navigation
Go to type declaration

Ctrl + Shift + B

Navigation
Go to super-method/super-class

Ctrl + U

Navigation
Go to previous/next method

Alt + Arrow up / Arrow down

Navigation
Move to code block end / move to code start

Ctrl + ] / [

Navigation
File structure popup

Ctrl + F12

Navigation
Type hierarchy

Ctrl + H

Navigation
Method hierarchy

Ctrl + Shift + H

Navigation
Call hierarchy

Ctrl + Alt + H

Navigation
Next/previous highlighted error

F2 / Shift + F2

Navigation
Edit source / View source

F4 / Ctrl + Enter

Navigation
Show navigation bar

Alt + Home

Navigation
Toggle bookmark

F11

Navigation
Toggle bookmark with mnemonic

Ctrl + F11

Navigation
Go to numbered bookmark

Ctrl + 0 ... 9

Navigation
Show bookmarks

Shift + F11

General
Open corresponding tool window

Alt + 0 ... 9

General
Save all

Ctrl + S

General
Synchronize

Ctrl + Alt + Y

General
Toggle maximizing editor

Ctrl + Shift + F12

General
Add to Favorites

Alt + Shift + F

General
Inspect current file with current profile

Alt + Shift + I

General
Quick switch current scheme

Ctrl + `

General
Open Settings dialog

Ctrl + Alt + S

General
Open Project Structure dialog

Ctrl + Alt + Shift + S

General
Find Action

Ctrl + Shift + A

General
Switch between tabs and tool window

Ctrl + Tab

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)
Jump to URI while in edit mode
Messages in Main View - Manage Messages

Ctrl +click


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


Dolphin File Manager 1.7 (Linux)
Select multiple items, one at a time
15 Shortcuts for Dolphin File Manager 1.7 (Linux)

Ctrl +Click


Adobe Photoshop CS5 (Windows)
Select/deselect multiple discontiguous layers
Photoshop CS5 Panels - Layers Panel

Ctrl +click


Phoenix Viewer (Windows)
Build
View

Ctrl + B


Adobe Photoshop CS5 (Windows)
Select/deselect multiple discontiguous layer comps
Photoshop CS5 Panels - Layers Comps Panel

Ctrl +click


Microsoft Outlook 2010 (Windows)
Jump to URI while in edit mode
Messages in Compose View - Manage Messages

Ctrl +click


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)
Jump to URI while in edit mode
Calendar Shortcuts - Manage Messages

Ctrl +click


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


Photoshop Lightroom 4 (Windows)
Select multiple folders or collections (in Library, Slideshow, Print, and Web modules)
Managing photos and catalog

Shift +click / Ctrl +click


Opera (Linux)
Add to Speed Dial
Menus

Ctrl + B


Adobe Photoshop CS5 (Windows)
Select/deselect multiple discontiguous layers
Extract and Pattern Maker (plug-in) - Layers Panel

Ctrl +click


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

Ctrl + B


Adobe Photoshop CS5 (Windows)
Select/deselect multiple discontiguous layer comps
Extract and Pattern Maker (plug-in) - Layers Comps Panel

Ctrl +click


Sticky Notes (Windows)
Bold text
Format Text

Ctrl + B


Photoshop Lightroom 4 (Windows)
Select multiple discrete photos
Comparing photos in the Library module

Ctrl +click


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


Adobe Illustrator CS5 (Windows)
Select multiple artboards in the Artboards panel
Viewing Artwork

Ctrl +click


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


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


Adobe Illustrator CS5 (Windows)
Select noncontiguous actions, brushes, layers (same level only), links, styles, or swatches
Panel Shortcuts

Ctrl +click


Adobe Flash Professional (Windows)
Toggles to the opposite magnifier. If the + magnifier (zoom in) is active, and you hit Control while clicking, you switch to the - magnifier and actually zoom OUT.
Other tricks - With the magnifier tool

Ctrl + Click


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


Adobe Photoshop CS5 (MacOS)
Change between Rotate, Roll, Drag, Slide, and Scale 3D Object Tool
3D tools (PS Extended)

Ctrl +click / Option


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


Onshape (Windows)
Open in new tab
General

Ctrl +click


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

Ctrl + B


Photoshop Lightroom CC (Windows)
Select multiple folders or collections
Managing Photos and Catalogs

Shift +click / Ctrl +click


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


Microsoft Edge Browser (Windows)
Open link in a new tab
Window / Tab Control

Ctrl + click


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


Photoshop Lightroom CC (Windows)
Select multiple discrete photos
Comparing Photos in the Library Module

Ctrl +click


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


Adobe Photoshop CC (Windows)
Select/ deselect multiple discontiguous layers
Basic Shortcuts for Photoshop CC 2015 - Layers Panel

Ctrl +Click


Adobe Photoshop CC (Windows)
Select/ deselect multiple discontiguous layer comps
Basic Shortcuts for Photoshop CC 2015 - Layer Comps Panel

Ctrl +Click


InDesign CC (Windows)
Select Thru
Click Technique

Ctrl + Click


Corel Painter 2017 (Windows)
Brush Control Panel
Panel Commands

Ctrl + B


Apple Keynote (MacOS)
Open Shortcut menu
Objects on Canvas

Ctrl + Click


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


Apple Numbers (MacOS)
Open shortcut menu for selected item
Object Manipulation

Ctrl + Click


Apple Numbers (MacOS)
Open table formatting menu
Table Editing

Ctrl + Click


Nuke 10 (Windows)
Rotate viewer on x,y axis
3D Viewer

Ctrl + Click


FileMaker Pro (Windows)
Browse mode
Switch Modes

Ctrl + B


Nuke 10 (Linux)
Rotate viewer on x,y axis
3D Viewer

Ctrl + Click


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


Zoho Sheet (Windows)
Select/Focus the object
Shortcuts for Objects (Images,charts,buttons etc)

Ctrl + Click


CINEMA 4D (Windows)
Render Settings
Rendering

Ctrl + B


Adobe Photoshop CC (Windows)
Select/ deselect multiple discontiguous layers
Manage Panels - Layers Panel

Ctrl +Click


Adobe Photoshop CC (Windows)
Select/ deselect multiple discontiguous layer comps
Manage Panels - Layer Comps Panel

Ctrl +Click


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


Microsoft Projects 2016 (Windows)
Add next object to a multi-selection.
Working with OfficeArt Objects

Ctrl + Click


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


Todoist (Web Application)
Select and Change Multiple task at once
Task Quick Add Shortcuts

Ctrl + Click


1Password (Windows)
On the Add URL button in the edit Login dialog box, display a list of running programs used in creating an application Login.
Main Program Shortcuts

Ctrl + Click


1Password (Windows)
Expand the highlighted Login, Identity, or Credit Card item in the extension menu. Click on a field to copy its value to the clipboard.
Browser Shortcuts

Ctrl + Click / Tab


Adobe Acrobat Pro (MacOS)
Open context menu
Navigation

Ctrl + Click


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

Ctrl + B


Asana (Web Application)
Multi Select Individuals(Windows Only)
Selection Shortcuts

Ctrl + Click


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


Adobe Dreamweaver (Windows)
Multi-cursor discontiguous selection
Coding Shortcuts

Ctrl + Click


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


Blender 3D (Windows)
Lasso select
Universal

Ctrl + Click


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


Adobe Bridge CC (Windows)
Add to Selection in Discontiguous Mode
35 Shortcuts for Adobe Bridge CC (Windows)

Ctrl + Click


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


Adobe Bridge CC (Windows)
Move Multiple Loupe Tools Simultaneously
35 Shortcuts for Adobe Bridge CC (Windows)

Ctrl + Click


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


Unity3D 5 (Windows)
Snap
Tools

Ctrl + Click


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


MPS 2017 (Windows)
Navigate to declaration of a symbol at caret
Navigation between Source Code

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


Tableau (Windows)
Adds individual marks to the selection
Navigation and Selection Shortcuts

Ctrl + Click


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


Cabinet Vision (Windows)
Selects Multiple Cabinet
Selection Shortcuts

Ctrl + Click


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


Ableton Live 9 (Windows)
Arm/Solo Multiple Tracks
Ctrls for Tracks

Ctrl Click


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


Altium Designer (Windows)
Multi-select (non-sequential)
List Panel Shortcuts

Ctrl + Click


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


Inkscape (Windows)
Select within group
Selector

Ctrl + Click


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


Balsamiq Mockups (Windows)
Toggle selection
Selection

Ctrl + Click


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


Inkscape (Windows)
Toggle smooth/cusp/symmetric
Node Tool

Ctrl + Click


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


Inkscape (Windows)
Retract the handle
Node Tool

Ctrl + Click


Battlezone 98 Redux
Bail out and destroy vehicle
Other

Ctrl + B


Adobe Illustrator
Paste at back
Frequently used shortcuts

Ctrl + B


SuperMemo (Windows)
View File
129 Shortcuts for SuperMemo (Windows)

Ctrl + Click


Figma (Web Application)
Deep Select
Select

Ctrl + click


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

Ctrl + B / I / U


Altium Designer (Windows)
Highlights layer content on layer tabs
PCB Editor Only Shortcuts

Ctrl + Click


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