jEdit

Text editing

Complete word.

Ctrl + B

All hotkeys for jEdit

Files
New file.

Ctrl + N

Files
Open file.

Ctrl + O

Files
Close buffer.

Ctrl + W

Files
Close all buffers.

Ctrl + E then Ctrl + W

Files
Save buffer.

Ctrl + S

Files
Save all buffers.

Ctrl + E then Ctrl + S

Files
Print buffer.

Ctrl + P

Files
Go to previous buffer.

Ctrl + Page Up

Files
Go to next buffer.

Ctrl + Page Down

Files
Go to recent buffer.

Ctrl + `

Files
Show buffer switcher.

Alt + `

Files
Exit jEdit.

Ctrl + Q

Views
Turn gutter (line numbering) on and off.

Ctrl + E then Ctrl + T

Views
Remove split containing current text area only.

Ctrl + 0

Views
Remove all splits.

Ctrl + 1

Views
Split view horizontally.

Ctrl + 2

Views
Split view vertically.

Ctrl + 3

Views
Send keyboard focus to previous text area.

Alt + Page Up

Views
Send keyboard focus to next text area.

Alt + Page Down

Views
Send keyboard focus to top; bottom; left; right docking area.

Ctrl + E then ← ↑ → ↓

Views
Close currently focused docking area.

Ctrl + E then Ctrl + `

Action bar
Display the action bar and give it keyboard focus.

Ctrl + ⤶ Enter

Action bar
Repeat last editor action.

Ctrl + Space

Moving the caret
Move caret one character or line.

← ↑ → ↓

Moving the caret
Move caret one word or paragraph.

Ctrl + ← ↑ → ↓

Moving the caret
Move caret one screenful.

Page Up / Down

Moving the caret
First non-whitespace character of line, beginning of line, first visible line (repeated presses).

Home

Moving the caret
Last non-whitespace character of line, end of line, last visible line (repeated presses).

End

Moving the caret
Beginning of buffer.

Ctrl + Home

Moving the caret
End of buffer.

Ctrl + End

Moving the caret
Go to matching bracket.

Ctrl + ]

Moving the caret
Go to previous bracket.

Ctrl + E

Source code editing
Expand abbreviation.

Ctrl + ;

Moving the caret
Go to line.

Ctrl + L

Selecting text
Extend selection by one character or line.

↑   Shift + ← ↑ → ↓

Selecting text
Extend selection by one word or paragraph.

Ctrl + ↑   Shift + ← ↑ → ↓

Selecting text
Extend selection by one screenful.

Shift + Page Up

Selecting text
Extend selection by one screenful.

Shift + Page Down

Selecting text
Extend selection to first non-whitespace character of line, beginning of line, first visible line (repeated presses).

↑   Shift + Home

Selecting text
Extend selection to last non-whitespace character of line, end of line, last visible line (repeated presses).

↑   Shift + End

Selecting text
Extend selection to beginning of buffer.

Ctrl + ↑   Shift + Home

Selecting text
Extend selection to end of buffer.

Ctrl + ↑   Shift + End

Selecting text
Select code block.

Ctrl + [

Selecting text
Select word; line; paragraph.

Ctrl + E then W

Selecting text
Select line

Ctrl + E then L

Selecting text
Select paragraph

Ctrl + E then P

Selecting text
Select line range.

Ctrl + E Ctrl + L

Selecting text
Select all.

Ctrl + A

Selecting text
Select none.

Esc

Selecting text
Switch between range and rectangular selection mode.

Alt + \

Selecting text
Switch between single and multiple selection mode.

Ctrl + \

Selecting text
Invert selection.

Ctrl + E then I

Scrolling
Ensure current line is visible, and send focus to the text area.

Ctrl + E then Ctrl + J

Scrolling
Center caret on screen.

Ctrl + E then Ctrl + N

Scrolling
Scroll up one line.

Ctrl + '

Scrolling
Scroll down one line.

Ctrl + /

Scrolling
Scroll up; down one page.

Alt + '

Scrolling
Scroll down one page.

Alt + /

Text editing
Undo.

Ctrl + Z

Text editing
Redo.

Ctrl + E then Ctrl + Z

Text editing
Delete character before caret

⬅ Backspace

Text editing
Delete character after caret

Del

Text editing
Delete word before caret

Ctrl + ⬅ Backspace

Text editing
Delete word after caret

Ctrl + Del

Text editing
Delete line

Ctrl + D

Text editing
Delete paragraph

Ctrl + E then D

Text editing
Delete from caret to beginning; end of line.

Ctrl + ↑   Shift + ⬅ Backspace

Text editing
Delete from caret to end of line.

Ctrl + ↑   Shift + Del

Text editing
Remove trailing whitespace from the current line (or all selected lines).

Ctrl + E then R

Text editing
Join lines.

Ctrl + J

Text editing
Complete word.

Ctrl + B

Text editing
Format paragraph (or selection).

Ctrl + E then F

Clipboard and registers
Cut selected text to clipboard.

Ctrl + X

Clipboard and registers
Cut selected text to clipboard.

↑   Shift + Del

Clipboard and registers
Copy selected text to clipboard.

Ctrl + C

Clipboard and registers
Copy selected text to clipboard.

Ctrl + Insert

Clipboard and registers
Append selected text to clipboard, removing it from the buffer.

Ctrl + E then Ctrl + U

Clipboard and registers
Append selected text to clipboard, leaving it in the buffer.

Ctrl + E then Ctrl + A

Clipboard and registers
Paste clipboard contents.

Ctrl + V

Clipboard and registers
Paste clipboard contents.

↑   Shift + Insert

Clipboard and registers
Vertically paste clipboard contents.

Ctrl + E then Ctrl + P

Clipboard and registers
(press key afterwards) Cut selected text to register key.

Ctrl + R then Ctrl + X

Clipboard and registers
(press key afterwards) Copy selected text to register key.

Ctrl + R then Ctrl + C

Clipboard and registers
(press key afterwards) Append selected text to register key, removing it from the buffer.

Ctrl + R then Ctrl + U

Clipboard and registers
(press key afterwards) Append selected text to register key, leaving it in the buffer.

Ctrl + R then Ctrl + A

Clipboard and registers
(press key afterwards) Paste contents of register key.

Ctrl + R then Ctrl + V

Clipboard and registers
(press key afterwards) Vertically paste contents of register key.

Ctrl + R then Ctrl + P

Clipboard and registers
Paste previous.

Ctrl + E then Ctrl + V

Clipboard and registers
Paste deleted.

Ctrl + E then Ctrl + Y

Markers
If current line doesn't contain a marker, one will be added. Otherwise, the existing marker will be removed. Use the Markers menu to return to markers added in this manner.

Ctrl + E Ctrl + M

Markers
Add marker with shortcut key.

Ctrl + T

Markers
Go to marker with shortcut key.

Ctrl + Y

Markers
Select to marker with shortcut key.

Ctrl + U

Markers
Go to marker with shortcut key, and move the marker to the previous caret position.

Ctrl + K

Markers
Move caret to previous marker.

Ctrl + E then Ctrl + ,

Markers
Move caret to next marker.

Ctrl + E then Ctrl + .

Search and replace
Open search and replace dialog box.

Ctrl + F

Search and replace
Find next.

Ctrl + G

Search and replace
Find previous.

Ctrl + H

Search and replace
Search in open buffers.

Ctrl + E then Ctrl + B

Search and replace
Search in directory.

Ctrl + E then Ctrl + D

Search and replace
Replace in selection.

Ctrl + E then Ctrl + R

Search and replace
Replace in selection and find next.

Ctrl + E then Ctrl + G

Search and replace
Incremental search bar.

Ctrl + ,

Search and replace
HyperSearch bar.

Alt + ,

Search and replace
Incremental search for word under the caret.

Ctrl + .

Search and replace
HyperSearch for word under the caret.

Alt + .

Search and replace
Toggle ignore case.

Ctrl + E then Ctrl + I

Search and replace
Toggle regular expressions.

Ctrl + E then Ctrl + X

Source code editing
Shift current line (or all selected lines) left; right.

Alt + ←  →

Source code editing
Shift selected lines left; right. Note that pressing TAB with no selection active will insert a tab character at the caret position.

↑   Shift + ⭾ Tab

Source code editing
Shift selected lines left; right. Note that pressing TAB with no selection active will insert a tab character at the caret position.

⭾ Tab

Source code editing
Indent current line (or all selected lines).

Ctrl + I

Source code editing
Range comment selection.

Ctrl + E then Ctrl + C

Source code editing
Line comment selection.

Ctrl + E then Ctrl + K

Folding and narrowing
Collapse fold containing caret.

Alt + ⬅ Backspace

Folding and narrowing
Expand fold containing caret one level only.

Alt + ⤶ Enter

Folding and narrowing
Expand fold containing caret fully.

Alt + ↑   Shift + ⤶ Enter

Folding and narrowing
Expand all folds.

Ctrl + E then X

Folding and narrowing
Add explicit fold.

Ctrl + E then A

Folding and narrowing
Select fold.

Ctrl + E then S

Folding and narrowing
Expand folds with level less than key, collapse all others.

Ctrl + E then ⤶ Enter

Folding and narrowing
Narrow to fold.

Ctrl + E then N then N

Folding and narrowing
Narrow to selection.

Ctrl + E then N then S

Folding and narrowing
Moves caret to previous; next fold.

Alt + ↑  ↓

Folding and narrowing
Moves caret to the parent fold of the one containing the caret.

Ctrl + E then U

Macros
Record macro.

Ctrl + M then Ctrl + R

Macros
Record temporary macro.

Ctrl + M then Ctrl + M

Macros
Stop recording.

Ctrl + M then Ctrl + S

Macros
Run temporary macro.

Ctrl + M then Ctrl + P

Alternative shortcuts
Move caret to previous character.

Alt + J

Alternative shortcuts
Move caret to next character.

Alt + L

Alternative shortcuts
Move caret up one line

Alt + I

Alternative shortcuts
Move caret down one line

Alt + K

Alternative shortcuts
Move caret up one screenful

Alt + Q

Alternative shortcuts
Move caret down one screenful

Alt + A

Alternative shortcuts
First non-whitespace character of line, beginning of line, first visible line (repeated presses).

Alt + Z

Alternative shortcuts
Last non-whitespace character of line, end of line, last visible line (repeated presses).

Alt + X

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


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


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


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