Visual Studio 2015 (Windows)

Code Snippets (Visual C# Scheme) - Find, Replace, and Goto

Find next / find previous

F3 / Shift + F3

All hotkeys for Visual Studio 2015 (Windows)

Code Editor - Find, Replace, and Goto
Find and replace dialog box

Ctrl + F

Code Editor - Find, Replace, and Goto
Find next / find previous

F3 / Shift + F3

Code Editor - Find, Replace, and Goto
Display Replace options on the quick tab

Ctrl + H

Code Editor - Find, Replace, and Goto
Find all references for selected symbol

Shift + F12

Code Editor - Find, Replace, and Goto
Find in files

Ctrl + Shift + F

Code Editor - Find, Replace, and Goto
Stop current find in files operation

Alt + F3 , s

Code Editor - Find, Replace, and Goto
Find next / find previous in selected text

Ctrl + F3 / Ctrl + Shift + F3

Code Editor - Find, Replace, and Goto
Find symbol

Alt + F12

Code Editor - Find, Replace, and Goto
Put cursor in find/command box of the toolbar. Use ctrl+/ in Visual C#

Ctrl + D

Code Editor - Find, Replace, and Goto
Incremental search / reverse incremental search

Ctrl + I / Ctrl + Shift + I

Code Editor - Find, Replace, and Goto
Quick find symbol

Shift + Alt + F12

Code Editor - Find, Replace, and Goto
Display Navigate-To dialog box

Ctrl + ,

Code Editor - Find, Replace, and Goto
Goto line number

Ctrl + G

Code Editor - Find, Replace, and Goto
Go to matching brace in source file

Ctrl + ]

Code Editor - Find, Replace, and Goto
Jump to next occurrence of highlighted symbol

Shift + Ctrl + Arrow down

Code Editor - Find, Replace, and Goto
Jump to previous occurrence of highlighted symbol

Shift + Ctrl + Arrow up

Code Editor - Undo, Redo, Copy, Paste
Cut, copy, paste

Ctrl + x , Ctrl+ c , Ctrl+ V

Code Editor - Undo, Redo, Copy, Paste
Pastes an item from the Clipboard ring

Ctrl + Shift + V

Code Editor - Undo, Redo, Copy, Paste
Undo

Ctrl + Z

Code Editor - Undo, Redo, Copy, Paste
Redo (or Shift+Alt+Backspace, or Ctrl+Shift+Z)

Ctrl + Y

Code Editor - Select Text
Extend selection one character/one line

Shift + Arrow Keys

Code Editor - Select Text
Extend selection to end / to beginning of document

Ctrl + Shift + End / Ctrl + Shift + Home

Code Editor - Select Text
Extend selection to nexst brace

Ctrl + Shift + ]

Code Editor - Select Text
Extend selection to end / to beginning of line

Shift + End / Shift + Home

Code Editor - Select Text
Extends selection down one page / up one page

Shift + Page Down / Shift + Page Up

Code Editor - Select Text
Select current word

Ctrl + W

Code Editor - Select Text
Cancel Selection

Esc

Code Editor - Select Text
Moves cursor and extend selection to the last line / first line in view.

Ctrl + Shift + Page Down / Page Up

Code Editor - Select Text
Extend selection one word to the right / one word to the left

Ctrl + Shift + Arrow Right / Arrow Left

Code Editor - Select Text
Select All

Ctrl + A

Code Editor - Collapse Items
Collapse / un-collapse current preset area (e.g. method)

Ctrl + M + M

Code Editor - Collapse Items
Collpase / hide current selection

Ctrl + M + H

Code Editor - Collapse Items
Collapse declaration bodies

Ctrl + M + O

Code Editor - Collapse Items
Collapse all

Ctrl + M + A

Code Editor - Collapse Items
Uncollapse all

Ctrl + M + X

Code Editor - Collapse Items
Collapse Html tag

Ctrl + m , ctrl + T

Code Editor - Edit Code
Delete current line or selection of lines to and add to clipboard

Ctrl + L

Code Editor - Edit Code
Delete current line or selection of lines

Ctrl + Shift + L

Code Editor - Edit Code
Delete word to right of cursor

Ctrl + Delete

Code Editor - Edit Code
Delete word to left of cursor

Ctrl + Backspace

Code Editor - Edit Code
Enter blank line above cursor

Ctrl + Enter

Code Editor - Edit Code
Enter blank line below cursor

Ctrl + Shift + Enter

Code Editor - Edit Code
Make uppercase

Ctrl + Shift + U

Code Editor - Edit Code
Make lowercase (reverse upercase)

Ctrl + U

Code Editor - Edit Code
Comment selected text

Ctrl + K + C

Code Editor - Edit Code
Uncomment selected text

Ctrl + K + U

Code Editor - Edit Code
Remove white space and tabs in selection or around current cursor position

Ctrl + K + \

Code Editor - Edit Code
Format document to code formatting settings

Ctrl + K + D

Code Editor - Edit Code
Format selection to code formatting settings

Ctrl + K + F

Code Editor - Edit Code
Display parameter required for selected method

Ctrl + Shift + Space

Code Editor - Edit Code
Visualize whitespace (or press Ctrl+r, then Ctrl+w)

Ctrl + Shift + 8

Code Editor - Edit Code
Format document to code formatting settings

Ctrl + K + D

Code Editor - Edit Code
Format selection to code formatting settings

Ctrl + K + F

Code Editor - Edit Code
Transpose word to right of cursor; makes b=a out of a=b if cursor was in front of a

Ctrl + Shift + T

Code Editor - Edit Code
Transpose character left and right of cursor; cursor between ab would make ba

Ctrl + T

Code Editor - Edit Code
Transpose line: Move line below cursor up and current line down.

Shift + Alt + T

Code Editor - IntelliSense and Code Helper
Autocomplete word from completion list (or alt+right arrow)

Ctrl + Space

Code Editor - IntelliSense and Code Helper
Show parameter info

Ctrl + Shift + Space

Code Editor - IntelliSense and Code Helper
Display symbol declaration

Ctrl + F12

Code Editor - IntelliSense and Code Helper
Display symbol definition

F12

Code Editor - IntelliSense and Code Helper
Open IntelliSense completion list

Ctrl + J

Code Editor - Blocks
If block

I

Code Editor - Blocks
Else block

E + L

Code Editor - Blocks
Do While Loop block

D + O

Code Editor - Blocks
For Loop block

F + O + R

Code Editor - Blocks
While loop block

W + H

Code Editor - Blocks
Lock block

L

Code Editor - Blocks
Break

B + R

Code Editor - Data Types
Short

S + H

Code Editor - Data Types
True

T + R

Code Editor - Data Types
False

F

Code Editor - Data Types
Float

F + L

Code Editor - Data Types
Byte

B + Y

Code Editor - Data Types
Bool

B + O

Code Editor - Data Types
Enum myEnum

E

Code Editor - Others
A new public class block

T

Code Editor - Others
Console.WriteLine

C + W

Code Editor - Others
MessageBox.show

M + B

Code Editor - Others
CrossAppDomainDelegate

C + R

Code Editor - Others
AccessViolationException

A + B

Code Editor - Others
Exception class

E + X

Code Editor - Others
Static Void Main block

S + V + M

Code Editor - Others
Parallel

P + U

Code Editor - Others
Public Int Property

P + R

Code Editor - Others
Stackalloc

S

Coding - Find, Replace, and Goto
Find and replace dialog box

Ctrl + F

Coding - Find, Replace, and Goto
Find next / find previous

F3 / Shift + F3

Coding - Find, Replace, and Goto
Display Replace options on the quick tab

Ctrl + H

Coding - Find, Replace, and Goto
Find all references for selected symbol

Shift + F12

Coding - Find, Replace, and Goto
Find in files

Ctrl + Shift + F

Coding - Find, Replace, and Goto
Stop current find in files operation

Alt + F3 , s

Coding - Find, Replace, and Goto
Find next / find previous in selected text

Ctrl + F3 / Ctrl + Shift + F3

Coding - Find, Replace, and Goto
Find symbol

Alt + F12

Coding - Find, Replace, and Goto
Put cursor in find/command box of the toolbar. Use ctrl+/ in Visual C#

Ctrl + D

Coding - Find, Replace, and Goto
Incremental search / reverse incremental search

Ctrl + I / Ctrl + Shift + I

Coding - Find, Replace, and Goto
Quick find symbol

Shift + Alt + F12

Coding - Find, Replace, and Goto
Display Navigate-To dialog box

Ctrl + ,

Coding - Find, Replace, and Goto
Goto line number

Ctrl + G

Coding - Find, Replace, and Goto
Go to matching brace in source file

Ctrl + ]

Coding - Find, Replace, and Goto
Jump to next occurrence of highlighted symbol

Shift + Ctrl + Arrow down

Coding - Find, Replace, and Goto
Jump to previous occurrence of highlighted symbol

Shift + Ctrl + Arrow up

Coding - Undo, Redo, Copy, Paste
Cut, copy, paste

Ctrl + x , Ctrl+ c , Ctrl+ V

Coding - Undo, Redo, Copy, Paste
Pastes an item from the Clipboard ring

Ctrl + Shift + V

Coding - Undo, Redo, Copy, Paste
Undo

Ctrl + Z

Coding - Undo, Redo, Copy, Paste
Redo (or Shift+Alt+Backspace, or Ctrl+Shift+Z)

Ctrl + Y

Coding - Select Text
Extend selection one character/one line

Shift + Arrow Keys

Coding - Select Text
Extend selection to end / to beginning of document

Ctrl + Shift + End / Ctrl + Shift + Home

Coding - Select Text
Extend selection to nexst brace

Ctrl + Shift + ]

Coding - Select Text
Extend selection to end / to beginning of line

Shift + End / Shift + Home

Coding - Select Text
Extends selection down one page / up one page

Shift + Page Down / Shift + Page Up

Coding - Select Text
Select current word

Ctrl + W

Coding - Select Text
Cancel Selection

Esc

Coding - Select Text
Moves cursor and extend selection to the last line / first line in view.

Ctrl + Shift + Page Down / Page Up

Coding - Select Text
Extend selection one word to the right / one word to the left

Ctrl + Shift + Arrow Right / Arrow Left

Coding - Select Text
Select All

Ctrl + A

Coding - Collapse Items
Collapse / un-collapse current preset area (e.g. method)

Ctrl + M + M

Coding - Collapse Items
Collpase / hide current selection

Ctrl + M + H

Coding - Collapse Items
Collapse declaration bodies

Ctrl + M + O

Coding - Collapse Items
Collapse all

Ctrl + M + A

Coding - Collapse Items
Uncollapse all

Ctrl + M + X

Coding - Collapse Items
Collapse Html tag

Ctrl + m , ctrl + T

Coding - Edit Code
Delete current line or selection of lines to and add to clipboard

Ctrl + L

Coding - Edit Code
Delete current line or selection of lines

Ctrl + Shift + L

Coding - Edit Code
Delete word to right of cursor

Ctrl + Delete

Coding - Edit Code
Delete word to left of cursor

Ctrl + Backspace

Coding - Edit Code
Enter blank line above cursor

Ctrl + Enter

Coding - Edit Code
Enter blank line below cursor

Ctrl + Shift + Enter

Coding - Edit Code
Make uppercase

Ctrl + Shift + U

Coding - Edit Code
Make lowercase (reverse upercase)

Ctrl + U

Coding - Edit Code
Comment selected text

Ctrl + K + C

Coding - Edit Code
Uncomment selected text

Ctrl + K + U

Coding - Edit Code
Remove white space and tabs in selection or around current cursor position

Ctrl + K + \

Coding - Edit Code
Format document to code formatting settings

Ctrl + K + D

Coding - Edit Code
Format selection to code formatting settings

Ctrl + K + F

Coding - Edit Code
Display parameter required for selected method

Ctrl + Shift + Space

Coding - Edit Code
Visualize whitespace (or press Ctrl+r, then Ctrl+w)

Ctrl + Shift + 8

Coding - Edit Code
Format document to code formatting settings

Ctrl + K + D

Coding - Edit Code
Format selection to code formatting settings

Ctrl + K + F

Coding - Edit Code
Transpose word to right of cursor; makes b=a out of a=b if cursor was in front of a

Ctrl + Shift + T

Coding - Edit Code
Transpose character left and right of cursor; cursor between ab would make ba

Ctrl + T

Coding - Edit Code
Transpose line: Move line below cursor up and current line down.

Shift + Alt + T

Coding - IntelliSense and Code Helper
Autocomplete word from completion list (or alt+right arrow)

Ctrl + Space

Coding - IntelliSense and Code Helper
Show parameter info

Ctrl + Shift + Space

Coding - IntelliSense and Code Helper
Display symbol declaration

Ctrl + F12

Coding - IntelliSense and Code Helper
Display symbol definition

F12

Coding - IntelliSense and Code Helper
Open IntelliSense completion list

Ctrl + J

Coding - Blocks
If block

I

Coding - Blocks
Else block

E + L

Coding - Blocks
Do While Loop block

D + O

Coding - Blocks
For Loop block

F + O + R

Coding - Blocks
While loop block

W + H

Coding - Blocks
Lock block

L

Coding - Blocks
Break

B + R

Coding - Data Types
Short

S + H

Coding - Data Types
True

T + R

Coding - Data Types
False

F

Coding - Data Types
Float

F + L

Coding - Data Types
Byte

B + Y

Coding - Data Types
Bool

B + O

Coding - Data Types
Enum myEnum

E

Coding - Others
A new public class block

T

Coding - Others
Console.WriteLine

C + W

Coding - Others
MessageBox.show

M + B

Coding - Others
CrossAppDomainDelegate

C + R

Coding - Others
AccessViolationException

A + B

Coding - Others
Exception class

E + X

Coding - Others
Static Void Main block

S + V + M

Coding - Others
Parallel

P + U

Coding - Others
Public Int Property

P + R

Coding - Others
Stackalloc

S

Code Snippets (Visual C# Scheme) - Find, Replace, and Goto
Find and replace dialog box

Ctrl + F

Code Snippets (Visual C# Scheme) - Find, Replace, and Goto
Find next / find previous

F3 / Shift + F3

Code Snippets (Visual C# Scheme) - Find, Replace, and Goto
Display Replace options on the quick tab

Ctrl + H

Code Snippets (Visual C# Scheme) - Find, Replace, and Goto
Find all references for selected symbol

Shift + F12

Code Snippets (Visual C# Scheme) - Find, Replace, and Goto
Find in files

Ctrl + Shift + F

Code Snippets (Visual C# Scheme) - Find, Replace, and Goto
Stop current find in files operation

Alt + F3 , s

Code Snippets (Visual C# Scheme) - Find, Replace, and Goto
Find next / find previous in selected text

Ctrl + F3 / Ctrl + Shift + F3

Code Snippets (Visual C# Scheme) - Find, Replace, and Goto
Find symbol

Alt + F12

Code Snippets (Visual C# Scheme) - Find, Replace, and Goto
Put cursor in find/command box of the toolbar. Use ctrl+/ in Visual C#

Ctrl + D

Code Snippets (Visual C# Scheme) - Find, Replace, and Goto
Incremental search / reverse incremental search

Ctrl + I / Ctrl + Shift + I

Code Snippets (Visual C# Scheme) - Find, Replace, and Goto
Quick find symbol

Shift + Alt + F12

Code Snippets (Visual C# Scheme) - Find, Replace, and Goto
Display Navigate-To dialog box

Ctrl + ,

Code Snippets (Visual C# Scheme) - Find, Replace, and Goto
Goto line number

Ctrl + G

Code Snippets (Visual C# Scheme) - Find, Replace, and Goto
Go to matching brace in source file

Ctrl + ]

Code Snippets (Visual C# Scheme) - Find, Replace, and Goto
Jump to next occurrence of highlighted symbol

Shift + Ctrl + Arrow down

Code Snippets (Visual C# Scheme) - Find, Replace, and Goto
Jump to previous occurrence of highlighted symbol

Shift + Ctrl + Arrow up

Code Snippets (Visual C# Scheme) - Undo, Redo, Copy, Paste
Cut, copy, paste

Ctrl + x , Ctrl+ c , Ctrl+ V

Code Snippets (Visual C# Scheme) - Undo, Redo, Copy, Paste
Pastes an item from the Clipboard ring

Ctrl + Shift + V

Code Snippets (Visual C# Scheme) - Undo, Redo, Copy, Paste
Undo

Ctrl + Z

Code Snippets (Visual C# Scheme) - Undo, Redo, Copy, Paste
Redo (or Shift+Alt+Backspace, or Ctrl+Shift+Z)

Ctrl + Y

Code Snippets (Visual C# Scheme) - Select Text
Extend selection one character/one line

Shift + Arrow Keys

Code Snippets (Visual C# Scheme) - Select Text
Extend selection to end / to beginning of document

Ctrl + Shift + End / Ctrl + Shift + Home

Code Snippets (Visual C# Scheme) - Select Text
Extend selection to nexst brace

Ctrl + Shift + ]

Code Snippets (Visual C# Scheme) - Select Text
Extend selection to end / to beginning of line

Shift + End / Shift + Home

Code Snippets (Visual C# Scheme) - Select Text
Extends selection down one page / up one page

Shift + Page Down / Shift + Page Up

Code Snippets (Visual C# Scheme) - Select Text
Select current word

Ctrl + W

Code Snippets (Visual C# Scheme) - Select Text
Cancel Selection

Esc

Code Snippets (Visual C# Scheme) - Select Text
Moves cursor and extend selection to the last line / first line in view.

Ctrl + Shift + Page Down / Page Up

Code Snippets (Visual C# Scheme) - Select Text
Extend selection one word to the right / one word to the left

Ctrl + Shift + Arrow Right / Arrow Left

Code Snippets (Visual C# Scheme) - Select Text
Select All

Ctrl + A

Code Snippets (Visual C# Scheme) - Collapse Items
Collapse / un-collapse current preset area (e.g. method)

Ctrl + M + M

Code Snippets (Visual C# Scheme) - Collapse Items
Collpase / hide current selection

Ctrl + M + H

Code Snippets (Visual C# Scheme) - Collapse Items
Collapse declaration bodies

Ctrl + M + O

Code Snippets (Visual C# Scheme) - Collapse Items
Collapse all

Ctrl + M + A

Code Snippets (Visual C# Scheme) - Collapse Items
Uncollapse all

Ctrl + M + X

Code Snippets (Visual C# Scheme) - Collapse Items
Collapse Html tag

Ctrl + m , ctrl + T

Code Snippets (Visual C# Scheme) - Edit Code
Delete current line or selection of lines to and add to clipboard

Ctrl + L

Code Snippets (Visual C# Scheme) - Edit Code
Delete current line or selection of lines

Ctrl + Shift + L

Code Snippets (Visual C# Scheme) - Edit Code
Delete word to right of cursor

Ctrl + Delete

Code Snippets (Visual C# Scheme) - Edit Code
Delete word to left of cursor

Ctrl + Backspace

Code Snippets (Visual C# Scheme) - Edit Code
Enter blank line above cursor

Ctrl + Enter

Code Snippets (Visual C# Scheme) - Edit Code
Enter blank line below cursor

Ctrl + Shift + Enter

Code Snippets (Visual C# Scheme) - Edit Code
Make uppercase

Ctrl + Shift + U

Code Snippets (Visual C# Scheme) - Edit Code
Make lowercase (reverse upercase)

Ctrl + U

Code Snippets (Visual C# Scheme) - Edit Code
Comment selected text

Ctrl + K + C

Code Snippets (Visual C# Scheme) - Edit Code
Uncomment selected text

Ctrl + K + U

Code Snippets (Visual C# Scheme) - Edit Code
Remove white space and tabs in selection or around current cursor position

Ctrl + K + \

Code Snippets (Visual C# Scheme) - Edit Code
Format document to code formatting settings

Ctrl + K + D

Code Snippets (Visual C# Scheme) - Edit Code
Format selection to code formatting settings

Ctrl + K + F

Code Snippets (Visual C# Scheme) - Edit Code
Display parameter required for selected method

Ctrl + Shift + Space

Code Snippets (Visual C# Scheme) - Edit Code
Visualize whitespace (or press Ctrl+r, then Ctrl+w)

Ctrl + Shift + 8

Code Snippets (Visual C# Scheme) - Edit Code
Format document to code formatting settings

Ctrl + K + D

Code Snippets (Visual C# Scheme) - Edit Code
Format selection to code formatting settings

Ctrl + K + F

Code Snippets (Visual C# Scheme) - Edit Code
Transpose word to right of cursor; makes b=a out of a=b if cursor was in front of a

Ctrl + Shift + T

Code Snippets (Visual C# Scheme) - Edit Code
Transpose character left and right of cursor; cursor between ab would make ba

Ctrl + T

Code Snippets (Visual C# Scheme) - Edit Code
Transpose line: Move line below cursor up and current line down.

Shift + Alt + T

Code Snippets (Visual C# Scheme) - IntelliSense and Code Helper
Autocomplete word from completion list (or alt+right arrow)

Ctrl + Space

Code Snippets (Visual C# Scheme) - IntelliSense and Code Helper
Show parameter info

Ctrl + Shift + Space

Code Snippets (Visual C# Scheme) - IntelliSense and Code Helper
Display symbol declaration

Ctrl + F12

Code Snippets (Visual C# Scheme) - IntelliSense and Code Helper
Display symbol definition

F12

Code Snippets (Visual C# Scheme) - IntelliSense and Code Helper
Open IntelliSense completion list

Ctrl + J

Code Snippets (Visual C# Scheme) - Blocks
If block

I

Code Snippets (Visual C# Scheme) - Blocks
Else block

E + L

Code Snippets (Visual C# Scheme) - Blocks
Do While Loop block

D + O

Code Snippets (Visual C# Scheme) - Blocks
For Loop block

F + O + R

Code Snippets (Visual C# Scheme) - Blocks
While loop block

W + H

Code Snippets (Visual C# Scheme) - Blocks
Lock block

L

Code Snippets (Visual C# Scheme) - Blocks
Break

B + R

Code Snippets (Visual C# Scheme) - Data Types
Short

S + H

Code Snippets (Visual C# Scheme) - Data Types
True

T + R

Code Snippets (Visual C# Scheme) - Data Types
False

F

Code Snippets (Visual C# Scheme) - Data Types
Float

F + L

Code Snippets (Visual C# Scheme) - Data Types
Byte

B + Y

Code Snippets (Visual C# Scheme) - Data Types
Bool

B + O

Code Snippets (Visual C# Scheme) - Data Types
Enum myEnum

E

Code Snippets (Visual C# Scheme) - Others
A new public class block

T

Code Snippets (Visual C# Scheme) - Others
Console.WriteLine

C + W

Code Snippets (Visual C# Scheme) - Others
MessageBox.show

M + B

Code Snippets (Visual C# Scheme) - Others
CrossAppDomainDelegate

C + R

Code Snippets (Visual C# Scheme) - Others
AccessViolationException

A + B

Code Snippets (Visual C# Scheme) - Others
Exception class

E + X

Code Snippets (Visual C# Scheme) - Others
Static Void Main block

S + V + M

Code Snippets (Visual C# Scheme) - Others
Parallel

P + U

Code Snippets (Visual C# Scheme) - Others
Public Int Property

P + R

Code Snippets (Visual C# Scheme) - Others
Stackalloc

S

Manage Visual Studio
Save current file

Ctrl + S

Manage Visual Studio
Save all files

Ctrl + Shift + S

Manage Visual Studio
Create new project

Ctrl + Shift + N

Manage Visual Studio
Open file

Ctrl + O

Manage Visual Studio
Open project

Ctrl + Shift + O

Manage Visual Studio
Add item to project

Ctrl + Shift + A

Manage Visual Studio
Close menu or dialog

Esc

Manage Visual Studio
Print

Ctrl + P

Manage Visual Studio
Toggle full screen mode

Shift + Alt + Enter

Manage Visual Studio
Close current tab

Ctrl + F4

Manage Visual Studio
Go to next / go to previous window

Ctrl + F6 / Ctrl + Shift + F6

Manage Visual Studio
Press and hold Ctrl+Tab, then using arrow keys gives a small task manager with all open files and views

Ctrl + Tab , then Arrow keys

Manage Visual Studio
Find current document in Solution Explorer

Ctrl - [ / Ctrl + S

Manage Visual Studio
Diagram

Ctrl + 1

Manage Visual Studio
Criteria

Ctrl + 2

Manage Visual Studio
SQL

Ctrl + 3

Manage Visual Studio
Results

Ctrl + 4

Manage Visual Studio
Rename

F2 / Ctrl + R / R

Bookmarks
Toogle bookmark

Ctrl + K + K

Bookmarks
Goto next bookmark

Ctrl + K + N

Bookmarks
Goto previous bookmark

Ctrl + K + P

Bookmarks
Goto next bookmark in folder

Ctrl + Shift + K + N

Bookmarks
Goto previous bookmark in folder

Ctrl + Shift + K + P

Bookmarks
Put focus on bookmark window

Ctrl + K + W

Bookmarks
Leave bookmark window and focus on editor

Esc

Bookmarks
Toggle code shortcut at current line*

Ctrl + K + H

Bookmarks
Clear all bookmarks

Ctrl + K + L

Bookmarks
Show Task List (including code shortcuts)

Ctrl + \ + T

Build and Debug
Build solution (or Ctrl+shift+b)

F6

Build and Debug
Rebuild solution

Ctrl + Alt + F7

Build and Debug
Cancel build process

Ctrl + Break

Build and Debug
Show error list

Ctrl + \ + E

Build and Debug
Toggle breakpoint

F9

Build and Debug
Insert new function breakpoint

Ctrl + B

Build and Debug
Start debugging

F5

Build and Debug
Debug / step into

F11

Build and Debug
Debug / step over

F10

Build and Debug
Debug / step out

Shift + F11

Build and Debug
Debug / run to cursor

Ctrl + F10

Build and Debug
Show Quickwatch window

Ctrl + Alt + Q

Build and Debug
Set current statement to be the next executed

Ctrl + Shift + F10

Build and Debug
Show nexst statement

Alt + * (on numeric keyboard)

Build and Debug
Show Exception dialog box

Ctrl + Alt + E

Build and Debug
Toggle between disassembly and user code view

Ctrl + F11

Build and Debug
Stop Debugging

Shift + F5

Build and Debug
Bypass debugger

Ctrl + F5

Build and Debug
Show attach to process window

Ctrl + Alt + P

Build and Debug
Break all executing threads

Ctrl + Alt +break

Tool Windows
Put cursor in the find/command box in toolbar

Ctrl + /

Tool Windows
Open code snippet manager window

Ctrl + K + B

Tool Windows
Open macro IDE window

Alt + F11

Tool Windows
Open bookmark window

Ctrl + K + W

Tool Windows
Open call hierarchy window

Ctrl + Alt + K

Tool Windows
Open class view window

Ctrl + Shift + C

Tool Windows
Open Command window

Ctrl + Alt + A

Tool Windows
Open Output window

Ctrl + Shift + O

Tool Windows
Open Resource view window

Ctrl + Shift + E

Tool Windows
Open Server explorer window

Ctrl + Alt + S

Tool Windows
Open Solution explorer window

Ctrl + Shift + L

Tool Windows
Close Find & Replace Window

Shift + Esc

For HTML Pages
Toggle between Design and Code behind pages

F7

For HTML Pages
Toggle between Design and HTML Source

Shift + F7

For HTML Pages
Cycle between design, split and source

Ctrl + Page Down / Page Up

For HTML Pages
Delete all breakpoints

Ctrl + Shift + F9

Similar combinations for other applications


Civilization V (Windows)
Military info
General Hotkeys

F3


Microsoft Outlook 2010 (Windows)
Go to Search box
Messages in Main View - Main Window

F3 / Ctrl + E


Open Office Writer 3 (Linux)
Repeat search
Search and Replace

F3


Microsoft Projects 2010 (Windows)
With Column Filter active: Remove all Filters
Navigate Gantt Chart and Select Tasks

F3


Adobe Reader 9 (Linux)
Find next / find previous (alternative is Ctrl+g / Ctrl+Shift+g)
Find and Select

F3 / Shift + F3


Adobe Reader X (Windows)
Find next / find previous (alternative is ctrl+g / ctrl+shift+g)
Find and Select

F3 / Shift + F3


Microsoft Outlook 2010 (Windows)
Switch case between all upper, all lower, and first letter upper.
Messages in Main View - Format Message Body

Shift + F3


KDevelop (Linux)
Repeat search
Search and Replace

F3


Android Emulator (Windows)
Call/ dial Button
Main Device Keys

F3


Eclipse Helios (Windows)
Open Declaration: Jump to Declaration of selected class, method, or parameter
Code Information

F3


Thunderbird (Windows)
Find text again next in Current Message
Find Messages

Ctrl + G / F3


SharpDevelop 4.0 (Windows)
Find next
Find/Replace

F3


Thunderbird (Windows)
Find text again previous in Current Message
Find Messages

Ctrl + Shift + G / Shift + F3


Thunderbird (MacOS)
Find text again next in Current Message
Find Messages

Command + G / F3


Thunderbird (Linux)
Find text again next in Current Message
Find Messages

Ctrl + G / F3


Thunderbird (MacOS)
Find text again previous in Current Message
Find Messages

Command + Shift + G / Shift + F3


Thunderbird (Linux)
Find text again previous in Current Message
Find Messages

Ctrl + Shift + G / Shift + F3


Firefox (Linux)
Find previous occurrence of search term.
Search

Ctrl + Shift + G / Shift + F3


Microsoft Excel 2010 (Windows)
Display the Insert Function dialog box.
Work with Data Selections - Formulas

Shift + F3


Firefox (Windows)
Find previous occurrence of search term.
Search

Ctrl + Shift + G / Shift + F3


Microsoft Excel 2010 (Windows)
Insert a function into a formula .
Work with Data Selections - Formulas

Shift + F3


Microsoft Outlook 2010 (Windows)
Go to Search box
Messages in Compose View - Main Window

F3 / Ctrl + E


Microsoft Excel 2003 (Windows)
Create a list of names in the worksheet
Common

F3


Microsoft Excel 2010 (Windows)
Paste a defined name into a formula.
Work with Data Selections - Names

F3


Microsoft Excel 2003 (Windows)
Insert a function
Unusual

Shift + F3


Google Chrome (Windows)
Find text on webpage. Press Enter for.
Search

Ctrl + F / F3


Microsoft OneNote 2010 (Windows)
While searching the current page, move to the previous result.
Searching Notes

shift + f3


Dolphin File Manager 1.7 (Linux)
Split View
15 Shortcuts for Dolphin File Manager 1.7 (Linux)

F3


Total Commander 8 (Windows)
List files
Main Shortcuts

F3


Microsoft Outlook 2010 (Windows)
Switch case between all upper, all lower, and first letter upper.
Messages in Compose View - Format Message Body

Shift + F3


Microsoft Excel 2011 (MacOS)
Copy text from the active cell
Function keys

F3


Microsoft Excel 2011 (MacOS)
Open the Formula Builder
Function keys

Shift + F3


Total Commander 8 (Windows)
List only file under cursor, when multiple files selected
Main Shortcuts

Shift + F3


Inpage (Windows)
To select title text boox tool
For Tools Selection

Shift + F3


Google Chrome (Linux)
Find text on webpage. Press Enter for
Search

Ctrl + F / F3


Notepad++ 5 (Windows)
Find next
Search

F3


Notepad++ 5 (Windows)
Find previous
Search

Shift + F3


Open Office Impress (Linux)
Edit group.
Function Keys

F3


Open Office Impress (Linux)
Duplicate
Function Keys

Shift + F3


Microsoft Word 2007 (Windows)
Change the case of letters.
Character and paragraph formatting Apply character formats

Shift + F3


Microsoft Outlook 2010 (Windows)
Go to Search box
Calendar Shortcuts - Main Window

F3 / Ctrl + E


Adobe Illustrator CS5 (MacOS)
Cut / Copy / Paste
Function Keys

F2 / F3 / F4


Tekla Structures 14.0 (Windows)
Select parts select switch
General shortcuts

F3


Microsoft Excel 2011 (MacOS)
Open the Formula Builder
Working in cells or the Formula bar

Shift + F3


Microsoft Excel 2010 (Windows)
Display the Insert Function dialog box.
Insert and Edit Data - Formulas

Shift + F3


Microsoft Excel 2010 (Windows)
Insert a function into a formula .
Insert and Edit Data - Formulas

Shift + F3


Microsoft Excel 2010 (Windows)
Paste a defined name into a formula.
Insert and Edit Data - Names

F3


Smartplant Review (Windows)
Define Display Set
Function Keys

F3


Microsoft Outlook 2010 (Windows)
Switch case between all upper, all lower, and first letter upper.
Calendar Shortcuts - Format Message Body

Shift + F3


Opera (Linux)
Find next
Find

Ctrl + G / F3


Opera (Linux)
Find previous instance of text
Find

Ctrl + Shift + G / Shift + F3


Microsoft Word 2007 (Windows)
Change the case of letters.
Function key reference: SHIFT+Function key

Shift + F3


Evernote (Windows)
Set focus to the tag field of the active note
Note Editor

F3


Sublime Text (Windows)
Find next/ previous
Find and Replace

F3 / Shift + F3


Oracle SQL Developer 4 (Windows)
Find Next/ Previous
Search

F3 / Shift + F3


UltraEdit (Windows)
Repeat last find toward end of file
Search Menu

F3


Android Emulator (Linux)
Call/ dial Button
Main Device Keys

F3


Adobe Illustrator CS5 (Windows)
Cut / Copy / Paste
Function Keys

F2 / F3 / F4


Microsoft Outlook 2010 (Windows)
Find contact or other item
Contacts Shortcuts

F3 / Ctrl + E


GroupWise 2012 (Windows)
Find next instance
Function keys

F3


CATIA V5 (Windows)
Structure tree out or insert (Toggle specification tree display on and off)
38 Shortcuts for CATIA V5 (Windows)

F3


CATIA V5 (Windows)
Structure tree activate around e.g. character size to modify (activate the graph if the model is active and inversely)
38 Shortcuts for CATIA V5 (Windows)

Shift + F3


Microsoft Windows 7 (Windows)
Move the cursor to the search box. Press tab to leave
Windows Help

F3


AutoCAD 2012 (Windows)
Toggles object snap mode
Toggle Drawing Modes

F3


NetBeans 8 (Windows)
Find next/previous in file
General Keyboard Shortcts

F3 / Shift + F3


Microsoft Excel 2010 (Windows)
Display the Insert Function dialog box.
Format Data - Formulas

Shift + F3


Microsoft Excel 2010 (Windows)
Insert a function into a formula .
Format Data - Formulas

Shift + F3


Avid Media Composer 7 (Windows)
Adds a Red locator to the clip
Capturing

F3


Avid Media Composer 7 (MacOS)
Adds a Red locator to the clip
Capturing

F3


Texmaker 4.0.2 (Windows)
View dvi
"Tools" menu

F3


Microsoft Excel 2010 (Windows)
Paste a defined name into a formula.
Format Data - Names

F3


Microsoft PowerPoint 2010 (Windows)
Change the case of letters between sentence, lowercase, or uppercase.
Change Fonts and Formatting

Shift + F3


IntelliJ (Linux)
Find next / Find previous
Search/Replace

F3 / Shift + F3


IntelliJ (Windows)
Find next / Find previous
Search/Replace

F3 / Shift + F3


Audacity 2 (Linux)
Draw tool
Tools

F3


Adobe Reader X (Linux)
Find next / find previous (alternative is ctrl+g / ctrl+shift+g)
Find and Select

F3 / Shift + F3


HoneyView 5.03 (Windows)
Edit Bookmarks
Other

F3


WinRAR (Windows)
Find files
Tools Menu

F3


Microsoft Excel 2010 (Windows)
Display the Insert Function dialog box.
Formulas and Names - Formulas

Shift + F3


Microsoft Excel 2010 (Windows)
Insert a function into a formula .
Formulas and Names - Formulas

Shift + F3


Axialis IconWorkshop (Windows)
Add to the Librarian
File Menu

F3


Beyond Compare (Windows)
Find next
Search Menu

F3


Beyond Compare (Windows)
Find previous
Search Menu

Shift + F3


Microsoft Excel 2010 (Windows)
Paste a defined name into a formula.
Formulas and Names - Names

F3


Beyond Compare (Windows)
Find next filename
Search Menu - Folder Compare

F3


Beyond Compare (Windows)
Find previous filename
Search Menu - Folder Compare

Shift + F3


Directory Opus (Windows)
Search
Misc.

F3


Beyond Compare (Windows)
Find next filename
Search Menu - Folder Sync

F3


Beyond Compare (Windows)
Find previous filename
Search Menu - Folder Sync

Shift + F3


Comsol 5 (Windows)
Disable selected nodes
Model Tree

F3


Presonus Studio One (Windows)
Toggle size
Console

Shift + F3


Comsol 5 (Linux)
Disable selected nodes
Model Tree

F3


Audacity 2 (Windows)
Draw tool
Tools Toolbar

F3


Comsol 5 (MacOS)
Disable selected nodes
Model Tree

F3


Microsoft Word 2013 (Windows)
Change between all upper-, first letter upper- and all lower-case
Format Text and Paragraph

Shift + F3


Microsoft Excel 2013 (Windows)
Display the Insert Function dialog box
Formulas

Shift + F3


Microsoft Excel 2013 (Windows)
Insert a function into a formula
Formulas

Shift + F3


Linux Mint (Linux)
Toggle Extra Pane (split view that shows two folder side by side)
File Manager (Nemo) - Toggle Side Pane, Split View, and Terminal

F3


Adobe Acrobat Pro (Windows)
Move to previous search result and highlight it in the document
Navigation

Shift + F3 / Ctrl + Shift + G


Adobe Acrobat Pro (Windows)
Move to next search result and highlight it in the document
Navigation

F3 / Ctrl + G


Qt Creator (MacOS)
Find next / Find previous
Editor

F3 / Shift + F3


Qt Creator (Windows)
Find next / Find previous
Editor

F3 / Shift + F3


Atom (text editor) 1.0 (Linux)
Find next
Find and Replace

F3


Atom (text editor) 1.0 (Linux)
Find previous
Find and Replace

Shift + F3


Atom (text editor) 1.0 (Windows)
Find next
Find and Replace

F3


Atom (text editor) 1.0 (Windows)
Find previous
Find and Replace

Shift + F3


Windows 10 Command Prompt (Windows)
Repeat previous Command
Recall Commands

F3


Autodesk Maya 2015 (Windows)
Show Polygons menu set
Interfaces

F3


Notepad++ 6 (Windows)
Find Next
Search menu

F3


Notepad++ 6 (Windows)
Find Previous
Search menu

Shift + F3


Microsoft Excel 2010 (Windows)
Display the Insert Function dialog box.
The Rest - Formulas

Shift + F3


Microsoft Excel 2010 (Windows)
Insert a function into a formula .
The Rest - Formulas

Shift + F3


Sonar 2015 (Windows)
Record metronome on/off
Transport

F3


Sonar 2015 (Windows)
Open Metronome settings
Transport

Shift + F3


Sonar 2015 (Windows)
Record metronome on/off
Record

F3


Microsoft Excel 2010 (Windows)
Paste a defined name into a formula.
The Rest - Names

F3


Adobe Photoshop CS5 (MacOS)
Copy
Function keys

F3


Microsoft Excel 2013 (Windows)
Paste a defined name into a formula
Lesser Used Shortcuts

F3


Microsoft Windows 10 (Windows)
Search file and folder
The Rest

F3


Adobe Photoshop CS5 (Windows)
Copy
Function keys

F3


Microsoft Excel 2016 (Windows)
Paste named range in formula
Select Cells - Basics

F3


Microsoft Outlook 2016 (Windows)
Switch case (selected text)
Common Commands: Format Text and work with Editor

Shift + F3


Microsoft Visio 2016 (Windows)
Open format task pane
Format text

F3


Microsoft OneNote 2016 (Windows)
While searching current page, move to previous result
Search Notes

Shift + F3


Corel VideoStudio X9.5 (Windows)
Mark in
Runtime Shortcuts

F3


Autodesk Maya 2017 (Windows)
Show Polygons menu set
Interfaces

F3


Microsoft PowerPoint 2016 (Windows)
Toggle cases(UppseCase/LowerCase)
Edit and General Text Operations

Shift + F3


Microsoft PowerPoint 2016 (Windows)
Change cases
Edit and General Text Operations

Shift + F3


Microsoft Excel 2016 (Windows)
Paste named range in formula
Format Cells - Basics

F3


Adobe After Effects CC (Windows)
Toggle between Graph Editor and Layer bar Modes
Keyframes and Graph Editor

Shift + F3


Adobe Illustrator CC (MacOS)
Copy
Function Key Shortcuts

F3


Adobe After Effects CC (MacOS)
Toggle between Graph Editor and Layer bar Modes
Keyframes and Graph Editor

Shift + F3


Adobe Illustrator CC (Windows)
Copy
Function Key Shortcuts

F3


Hexagon 2 (MacOS)
Select Edges
Select,Interface and Display Shortcuts

F3


Hexagon 2 (Windows)
Select Edges
Select,Interface and Display Shortcuts

F3


FileMaker Pro (Windows)
Zoom document larger / smaller
Navigation and Window Display

F3 / Shift + F3


Microsoft Excel 2016 (Windows)
Paste named range in formula
Formulas - Basics

F3


CINEMA 4D (Windows)
Timeline
Editor

Shift + F3


Dynamics NAV 2015 (Windows)
Select type to filter
Function Key Shortcuts

F3


Zoho Sheet (MacOS)
Find within spreadsheet
Actions

Command + F / F3


Microsoft Word 2016 (Windows)
Change cases(UppseCase/LowerCase)
Text Editing/Graphics editing Operations

Shift + F3


Dynamics NAV 2015 (Windows)
Select Show Results
Page View and Review

Shift + F3


Dynamics SL 2015 (Windows)
Opens PV list or the calendar on date fields. If you prefer the mouse, double right click on the field
Function Key Shortcuts

F3


Zoho Sheet (Windows)
Show Function Dialog Box
Formula related shortcuts

Shift + F3


Microsoft Excel 2016 (Windows)
Paste named range in formula
Manage Workbooks - Basics

F3


Zoho Sheet (MacOS)
Show Function Dialog Box
Formula related shortcuts

Shift + F3


Age of Empires (Windows)
Pause The Game
Game Commands

F3


Autodesk Inventor 2017 (Windows)
Zoom Selected
Function Key

F3


Autodesk 3ds Max 2017 (Windows)
Wireframe/smooth and highlight
General user interface

F3


Microsoft Word 2016 (Windows)
Change the case of letters.
All Function Key Shortcuts

Shift + F3


CyberLink PhotoDirector 8 (Windows)
Switch to thumbnail view
Workspace

F3


Autodesk Inventor 2017 (Windows)
Zoom window
View

Shift + F3


AutoCad Architecture 2017 (Windows)
Object snap
Function Keys

F3


AutoCAD 2016 (Windows)
Toggles OSNAP
General

F3


Apple Motion (MacOS)
Show the Filters Inspector
Window Menu

F3


AutoCAD 2016 (Windows)
Subobject selection is limited to edges (AutoCAD only)
General

Shift + F3


Microsoft Excel 2016 (Windows)
Paste named range in formula
Excel Auto Tables and Data Forms - Basics

F3


Microsoft Projects 2016 (Windows)
Display all filtered tasks or all filtered resources.
Navigate Views and Windows

F3


Act! CRM (Windows)
Work week user roles
View Shortcuts

Shift + F3


Microsoft Projects 2016 (Windows)
Reset sort order to ID order and turn off grouping.
Navigate Views and Windows

Shift + F3


Call of Duty (Windows)
Spectator View Mode
General Game Controls

F3


Atom (text editor) 1.0 (MacOS)
Find next
Find and Replace

F3


Atom (text editor) 1.0 (MacOS)
Find previous
Find and Replace

Shift + F3


GTA V Cheats (Windows)
Cancel Recording
General Shortcuts

F3


Final Cut Pro (MacOS)
Find previous (in Find results)
Finding items

Shift + F3


Eclipse Helios (MacOS)
Move Cursor to Declaration
Navigation Shortcuts

F3


JetBrains RubyMine (Windows)
Find Next
Find and Replace

F3


JetBrains RubyMine (Windows)
Find Previous
Find and Replace

Shift + F3


Microsoft Excel 2016 (Windows)
Paste a defined name into a formula
Cut, Copy, Paste, and Paste Special

F3


JetBrains RubyMine (Linux)
Find Next
Find and Replace

F3


JetBrains RubyMine (Linux)
Find Previous
Find and Replace

Shift + F3


JetBrains PyCharm (Windows)
Find Next
Find and Replace

F3


JetBrains PyCharm (Windows)
Find Previous
Find and Replace

Shift + F3


FileZilla (Windows)
Search remote files
28 Shortcuts for FileZilla (Windows)

F3


IntelliJ (MacOS)
Toggle Bookmark
Navigation Shortcuts

F3


JetBrains RubyMine (MacOS)
Show Bookmarks
Navigation Shortcuts

Shift + F3


Adobe Flash Builder (Windows)
Go to Definition of Variable
24 Shortcuts for Adobe Flash Builder (Windows)

F3


Adobe Flash Builder (MacOS)
Go to Definition of Variable
24 Shortcuts for Adobe Flash Builder (MacOS)

F3


JetBrains AppCode (MacOS)
Show Bookmarks
Navigation Controls

Shift + F3


Adobe Dreamweaver (Windows)
Find Next
Find and Replace

F3


Adobe Dreamweaver (Windows)
Find Previous
Find and Replace

Shift + F3


JetBrains PhpStorm (Windows)
Find Next
Find and Replace

F3


JetBrains PhpStorm (Windows)
Find Previous
Find and Replace

Shift + F3


Blender 3D (Windows)
Writes A Picture
Universal

F3


JetBrains PhpStorm (Linux)
Find Next
Find and Replace

F3


Microsoft Word 2016 (MacOS)
Change letters to uppercase, lowercase, or mixed case
Frequently Used Shortcuts

Shift + F3


JetBrains PhpStorm (Linux)
Find Previous
Find and Replace

Shift + F3


Microsoft Excel 2016 (MacOS)
Display the Formula Builder
Frequently used shortcuts

Shift + F3


DAZ Studio (Windows)
Customize
Customize Commands

F3


DAZ Studio (MacOS)
Customize
Customize Commands

F3


Steinberg Cubase 9 (Windows)
Mix console
Devices Catagory

F3


Steinberg Cubase 9 (MacOS)
Mix console
Devices Catagory

F3


Corel PhotoPaint X6 (Windows)
Zoom in/Zoom out
View Menu

F2 / F3


Microsoft Excel 2016 (MacOS)
Open the Formula Builder
Work in cells or the Formula bar

Shift + F3


Corel Quattro Pro X8 (Windows)
Save As
File Menu

F3


Microsoft Word 2016 (MacOS)
Change the case of letters
Format characters

Shift + F3


DAZ Studio (Windows)
Find next
Script Commands

Shift + F3


Corel Designer X7 (Windows)
Zoom out Around Pointer
Zoom

F3


Corel Draw X8 (Windows)
Change case
Font Formatting

Shift + F3


Corel WordPerfect X8 (Windows)
Save As
63 Shortcuts for Corel WordPerfect X8 (Windows)

F3


DAZ Studio (MacOS)
Find next
Script Commands

Shift + F3


Corel Ventura 10 (Windows)
Zoom in/Zoom out
Zoom and View

F2 / F3


Corel Quattro Pro X8 (Windows)
Displays List of Macro commands
EditMode Shortcuts

Shift + F3


HTML-Kit (Windows)
Go to Next Occurance of Specified Text
87 Shortcuts for HTML-Kit (Windows)

F3


Corel Draw X8 (Windows)
Zoom out
Zoom and Pan

F3


Corel Quattro Pro X8 (Windows)
Shows List of Available Macros
Function Keys

Shift + F3


Microsoft Word 2016 (MacOS)
Copy selected text or graphics to the clipboard
Function key shortcuts

F3


Microsoft Excel 2016 (MacOS)
Open the Formula Builder
The following table provides the function key shortcuts for Excel 2016 for Mac*

Shift +F3


Microsoft Word 2016 (MacOS)
Change letters to uppercase, lowercase, or mixed case
Function key shortcuts

Shift + F3


InCopy CC (MacOS)
Replace selected text with Change To text and find next
Find and Replace

Shift + F3


InCopy CC (Windows)
Replace selected text with Change To text and find next
Find and Replace

Shift + F3


Adobe Captivate 2017 (MacOS)
Test view the current slide
Function Key Shortcuts

F3


Adobe Captivate 2017 (Windows)
Test view the current slide
Function Key Shortcuts

F3


Forte (Windows)
Find Next
Main Browser Window

F3


Adobe Captivate 2017 (MacOS)
Preview single slide
Recording

F3


Adobe Captivate 2017 (Windows)
Preview single slide
Recording

F3


Adobe Captivate 2017 (Windows)
Manual panning
Recording

F3


Chief Architect (Windows)
Import Tools - Import Drawing (DWG,DXF)
Other Shortcuts

Shift + F3


Chief Architect (MacOS)
Import Tools - Import Drawing (DWG,DXF)
Other Shortcuts

Shift + F3


Primevera P6 P6 (Windows)
Find Next
General Shortcuts

F3


MetaTrader MT4 (Windows)
Open Global Variables Window
Function Key Shortcuts

F3


Brackets (Windows)
Find Next
99 Shortcuts for Brackets (Windows)

F3


Brackets (Windows)
Find Previous
99 Shortcuts for Brackets (Windows)

Shift + F3


TradeStation (Windows)
Verify
Editor Shortcuts

F3


Forte (Windows)
Find next
Usenet/Email Filter windows

F3


Zerodha Trader (Windows)
Order Book
For Monitoring Funds/Trades/Positions/Orders

F3


PotPlayer (Windows)
Open
Function Key Shortcuts

F3


Informix Genero 2.5.0 (Windows)
Find next
Find and Replace

F3


Informix Genero 2.5.0 (Windows)
Find previous
Find and Replace

Shift + F3


XYplorer (Windows)
Find Now
Function key Shortcuts

F3


Forte (Windows)
Find Next
Composition Window

F3


Tencent QQ Player (Windows)
Playlist
30 Shortcuts for Tencent QQ Player (Windows)

F3


MediaMonkey (Windows)
Search
Standard Keyboard Shortcuts

Ctrl + F / F3


XYplorer (Windows)
Repeat Last Search
Function key Shortcuts

Shift + F3


Jetbrains CLion (Windows)
Find next/Find previous
Find and Replace

F3 / Shift + F3


CA Client Automation (Windows)
Find Next
Edit Menu

F3


Maxthon (Web Application)
Next tab
Switch tabs

F3


ZBrush 4 (Windows)
Strokes
PopUp Selection

F3


Siemens NX 11 (Windows)
Current Dialog Box
View Menu

F3


Vegas Pro 14 (Windows)
Jog left/right (when not in edge-trimming mode or during playback)
Cursor Placement,Loop Region and Time Selection

F3 / F9


Pegasus Mail (Web Application)
Address books...
Addresses

F3


MPS 2017 (Windows)
Navigate to the next/previous occurrence of a selected word in the editor
Search

F3 / Shift + F3


Pegasus Mail (Web Application)
Quick lookup
Addresses

Shift + F3


Libreoffice Writer (Windows)
Complete AutoText
Function Keys

F3


Visual Studio Code (Windows)
Find next/previous
Search and Replace

F3 / Shift + F3


Vegas Pro 14 (Windows)
Trim left/right (when in edge-trimming mode)
Event Selection and Editing

F3 / F9


ProRealTime (Windows)
Personal Template 3
Templates

F3


iClone 7 (Windows)
Show/Hide Timeline
OnScreen Display

F3


DrawPlus (Windows)
Pen Tool
Tools Shortcuts

P / F3


SolidWorks (Windows)
View Quick Snaps
View Menu

F3


Quickbooks Desktop (Windows)
Open Search
The Rest

F3


Rhino (Windows)
Properties
Default Shortcuts

F3


Sierra Chart (Windows)
Chart Values Window
Window Menu

F3


Soundforge (Windows)
Find next instance of last-searched text
Script Editor

F3


Soundforge (Windows)
Find previous instance of last-searched text
Script Editor

Shift + F3


OpenSCAD (MacOS)
Reload
Function Shortcuts

F3


Cabinet Vision (Windows)
Opens Object Options
Getting Different Program Quickly

F3


Cabinet Vision (Windows)
In Wall Layout, Opens the Angle Calculator
Layout and CAD

F3


ForkLift 3
Quick look
Commander style

F3


Alphacam (Windows)
Ortho Mode On/Off
Geometry Creation

F3


RStudio (Windows)
Find next
Source

F3


RStudio (Windows)
Find previous
Source

Shift + F3


Delphi 10 (Windows)
Find again
193 Shortcuts for Delphi 10 (Windows)

F3


winIDEA
Repeat the last action
Edit

F3


Zwift (PC and macOS)
"Ride On!"
Function

F3


Smite (Windows)
Train Ability 3
Attack and Ability Controls

F3


Smite (MacOS)
Train Ability 3
Attack and Ability Controls

F3


CuteFTP (Windows)
Find next
General

F3


Anno 1800
Camera zoom levels
Camera

F3


CuteFTP (MacOS)
Find next
72 Shortcuts for CuteFTP (MacOS)

F3


Fortnite (PC)
Stairs
Building

F3


Exact Audio Copy
Test gaps on silence
Action menu

F3


progeCAD (Windows)
Turns entity snaps on and off
51 Shortcuts for progeCAD (Windows)

F3


Kate (Linux)
Find Next
29 Shortcuts for Kate (Linux)

F3


Kate (Windows)
Find Next
38 Shortcuts for Kate (Windows)

F3


CodeLite 10 (Windows)
Find next
Search

F3


CodeLite 10 (Windows)
Find previous
Search

Shift + F3


Kate (MacOS)
Find Next
28 Shortcuts for Kate (MacOS)

F3


HyperWorks (Windows)
Replace
24 Shortcuts for HyperWorks (Windows)

F3


Miscreated
Emote: Wave
Emote

F3


Ansys Mechanical (Windows)
Open Tree Search Dialog Box
Tree Outline

F3


Xyplorer
Opens Find Text dialog if there wasn't any previous search in that edit box.
Other Shortcuts

F3


FlashFXP (Web Application)
Find / Find next
54 Shortcuts for FlashFXP (Web Application)

F3


HyperWorks (Windows)
Edges (for equivalence)
24 Shortcuts for HyperWorks (Windows)

Shift + F3


TurboCAD (Windows)
Design Director… (Professional only)
171 Shortcuts for TurboCAD (Windows)

F3


Ansys Mechanical (Windows)
Activate Extend to Connection Selection
Selection Filters

Shift + F3


progeCAD (Windows)
Turns entity snaps on and off
Function Key Shortcuts

F3


Mastercam (Windows)
Repaint
53 Shortcuts for Mastercam (Windows)

F3


Source Insight (Windows)
Search Backward
General

F3


Comodo IceDragon (Windows)
Find Again
Search Options

F3


Comodo IceDragon (Windows)
Find Previous
Search Options

Shift + F3


Evergreen (Linux)
Serach Catalog
Circulation

F3


Most used text editing
Find next occurence of last searched string
Functions

F3


Evergreen (Linux)
Search Catalog
Cataloging

F3


KiCad 5.0.2
Zoom redraw
Page Layout Editor

F3


Evergreen (Linux)
Retrieve Record by TCN
Cataloging

Shift + F3


PSPad (Windows)
Find Next - Search text for next occurrence
Search

F3


VariCAD (Windows)
Information
Hot Keys

Shift + F3


PSPad (Windows)
Find Previous - Find previous occurrence
Search

Shift + F3


Place Anywhere (Fallout 4 mod)
Toggle workshop grid snapping
General

F3


Vivaldi
Find next in page
Page

F3


Gmsh 4.1.4
Mesh volumes
General

F3


IRONCAD (Windows)
Orbit
Camera Function Keys Assignment

F3


Modo (Windows)
Sculpt/paint toolbox
Floating Windows

F3


KiCAD (Windows)
Zoom Redraw
EE Schema

F3


KiCAD (Linux)
Zoom Redraw
EE Schema

F3


Modo (MacOS)
Sculpt/paint toolbox
Floating Windows

F3


ChessBase 13
Next higher directory level
Database window

F3


KiCAD (MacOS)
Zoom Redraw
EE Schema

F3


Cobalt (Windows)
Blind
70 Shortcuts for Cobalt (Windows)

F3


Bus Simulator 18
Passenger mirror
Movement and camera

F3


Roblox Studio
Find next
Scripting

F3


Wordfast Pro (Windows)
Uppercase / Lowercase
100 Shortcuts for Wordfast Pro (Windows)

Shift + F3


Wordfast Pro (MacOS)
Uppercase / Lowercase
100 Shortcuts for Wordfast Pro (MacOS)

Shift + F3


FEKO (Windows)
Find next
General EDITFEKO Shortcuts

F3


FEKO (Linux)
Find next
General EDITFEKO Shortcuts

F3


Target 3001! (Windows)
SchematicPCB(With Cross Probe)
Function key Shortcuts

F3


Target 3001! (Windows)
SchematicPCB(Without Cross Probe)
Function key Shortcuts

Shift + F3


WinRAR
Find files
Tools menu

F3


Assetto Corsa
Track cameras
In-game

F3


RStudio
(Windows) Find Next
Source

F3


gEDA (Linux)
Enter arc tool
Other Important Shortcuts

F3


Foxit Reader (Windows)
Find Next
30 Shortcuts for Foxit Reader (Windows)

F3


Foxit Reader (Linux)
Find Next
30 Shortcuts for Foxit Reader (Linux)

F3


Oracle RightNow
Move to first field in Quick Search
Global

F3


Foxit Reader (MacOS)
Find Next
30 Shortcuts for Foxit Reader (MacOS)

F3


LDCad
Opens the filter dialog
Partbin

F3


Europa Universalis IV
Cycle the Ledger sections
General

F3


MyPaint (Windows)
Open scrap
Show Edit Menu

F3


Banner 9 (Windows, Mac)
Duplicate Item
Windows shortcuts

F3


TopSolid (Windows)
Operation Search
Operation Manager

F3


SolveSpace (Windows)
Nearest Isometric View
View Menu

F3


SolveSpace (MacOS)
Nearest Isometric View
View Menu

F3


Substance Painter
Viewport layout 2D only
General

F3


BricsCAD (Windows)
Turns the Status Bar on/off (STATBAR command)
Other Shortcuts

Shift + F3


Altium Designer (Windows)
Find next occurrence of searched text
Schematic Editor Only Shortcuts

F3


Substance Painter (Mac)
Viewport layout 2D only
General

F3


SuperMemo (Windows)
Search
129 Shortcuts for SuperMemo (Windows)

F3


BricsCAD (Linux)
Turns the Status Bar on/off (STATBAR Ctrl)
Other Shortcuts

Shift + F3


DraftSight (Windows)
Turns EntitySnaps On/Off
37 Shortcuts for DraftSight (Windows)

F3


Aspire (Windows)
Opens the 3D Preview window
General Shortcuts

F3


BricsCAD (MacOS)
Turns the Status Bar on/off (STATBAR command)
Other Shortcuts

Shift + F3


VCarve Pro (Windows)
Opens the 3D Preview window
General Shortcuts

F3


FlexiSign Pro 8.1 (Windows)
Copy
Selection

F3


FlexiSign Pro 8.1 (MacOS)
Copy
Selection

F3


MyLibreOfficeMediaFKeys (Linux)
Rewind 5 seconds
MediaPlayerFKeys

F3


Subnautica
Debug graphics menu
Windows

F3


GeoGebra
Copy definition of selected object to the Input Bar
Mac desktop

F3


SuperMemo (Windows)
Search Leeches
129 Shortcuts for SuperMemo (Windows)

Shift + F3


FlexiSign Pro 8.1 (Windows)
Find and Replace
Text Shortcuts

F3


FlexiSign Pro 8.1 (MacOS)
Find and Replace
Text Shortcuts

F3