Eclipse

Code information

Open Type Hierarchy window for selected item

F4

All hotkeys for Eclipse

Managing files and projects
Create a new project with Wizard

Ctrl + N

Managing files and projects
Create a new project, file, class, etc.

Ctrl + Alt + N

Managing files and projects
. Open project, file, etc.

Alt + F then .

Managing files and projects
Open resource file, folder or project

Ctrl + ↑   Shift + R

Managing files and projects
Show and access file properties

Alt + ⤶ Enter

Running and debugging
Step into function

F5

Managing files and projects
Save currently open file

Ctrl + S

Managing files and projects
Save all open files

Ctrl + ↑   Shift + S

Managing files and projects
Close currently open file

Ctrl + W

Managing files and projects
Close all files

Ctrl + ↑   Shift + W

Editor
Jump to the editor window

F12

Editor
Switch to previous editor

Ctrl + Page Down

Editor
Switch to next editor

Ctrl + Page Up

Editor
Maximize or restore current editor window (also works with other windows)

Ctrl + M

Editor
Show the list of open editors

Ctrl + E

Editor
Show the list of open editors, but switch immediately when you release <keybs>Ctrl</keybs>

Ctrl + F6

Editor
Go to previous / next editor windows

Alt + ←  →

Editor
Open Editor Window Option menu

Alt + -

Editor
Show view menu

Ctrl + F10

Editor
n Show / hide line numbers

Ctrl + F10 then N

Editor
Show or hide the diff. column on the left (column that indicates changes since last save)

Ctrl + ↑   Shift + Q

Editor
Zoom in

Ctrl + ↑   Shift + +

Editor
Zoom out

Ctrl + ↑   Shift + -

Navigation in editor window
Jump to beginning of indention. Press twice to jump to beginning of the line

Home

Navigation in editor window
Jump to end of line

End

Navigation in editor window
Jump to beginning of source

Ctrl + Home

Navigation in editor window
Jump to end of source

Ctrl + End

Navigation in editor window
Jump one word to the left / right

Ctrl + ←  →

Navigation in editor window
Jump to previous / next method

Ctrl + ↑   Shift + ↑  ↓

Navigation in editor window
Jump to line number

Ctrl + L

Navigation in editor window
Jump to last edited location

Ctrl + Q

Navigation in editor window
Jump to previous / next compiler syntax warning or error

Ctrl + .

Navigation in editor window
Jump to previous / next compiler syntax warning or error

Ctrl + ,

Navigation in editor window
With a bracket selected: Jump to matching closing or opening bracket

Ctrl + ↑   Shift + P

Navigation in editor window
Collapse / expand current method or class

Ctrl + [

Navigation in editor window
Collapse / expand current method or class

Ctrl + ]

Navigation in editor window
Collapse / expand current method or class

Ctrl + Num -

Navigation in editor window
Collapse / expand all methods or classes

Ctrl + Num *

Navigation in editor window
Scroll editor without changing cursor position

Ctrl + ↑  ↓

Navigation in editor window
Previous sub-tab

Alt + Page Up

Navigation in editor window
Next sub-tab

Alt + Page Down

Selecting text
Expand selection by one character to the left or right

↑   Shift + ←  →

Selecting text
Expand selection to the next or previous word

Ctrl + ↑   Shift + ←  →

Selecting text
Expand selection by one line up or down

↑   Shift + ↑  ↓

Selecting text
Expand selection to end of line

↑   Shift + End

Selecting text
Expand eslection to beginning of line

↑   Shift + Home

Selecting text
Expand selection to current element

Alt + ↑   Shift +

Selecting text
Expand selection to previous or next element

Alt + ↑   Shift + ←  →

Selecting text
Reduce previously expanded selection by one step

Alt + ↑   Shift +

Editing text
Copy

Ctrl + C

Editing text
Cut

Ctrl + X

Editing text
Paste

Ctrl + V

Editing text
Undo last action

Ctrl + Z

Editing text
Redo last undone action

Ctrl + Y

Editing text
Delete line

Ctrl + D

Editing text
Move current line or selection up or down

Alt + ↑  ↓

Editing text
Duplicate current line or selection up or down

Ctrl + Alt + ↑  ↓

Editing text
Delete next word

Ctrl + Del

Editing text
Delete previous word

Ctrl + ⬅ Backspace

Editing text
Enter line below current line

↑   Shift + ⤶ Enter

Editing text
Enter line above current line

↑   Shift + Ctrl + ⤶ Enter

Editing text
Switch between insert and overwrite mode

Insert

Editing text
Convert selection to lowercase

↑   Shift + Ctrl + Y

Editing text
Convert selection to uppercase

↑   Shift + Ctrl + X

Search and replace
Open find and replace dialog box

Ctrl + F

Search and replace
Find previous occurence of the search term

Ctrl + K

Search and replace
Find next occurence of the search term

Ctrl + ↑   Shift + K

Search and replace
Search Workspace (Java search, Task search, and File search)

Ctrl + H

Search and replace
Incremental search forward

Ctrl + J

Search and replace
Incremental search backwards

Ctrl + ↑   Shift + J

Search and replace
Open a resource search dialog to find any class

Ctrl + ↑   Shift + O

Indentions and comments
Increase indent of selected text

⭾ Tab

Indentions and comments
Decrease indent of selected text

↑   Shift + ⭾ Tab

Indentions and comments
Correct indention of selected text or current line

Ctrl + I

Indentions and comments
Auto format all code in editor using code formatter

Ctrl + ↑   Shift + F

Indentions and comments
Comment / uncomment line or selection (add //)

Ctrl + /

Indentions and comments
Toggle comments

Ctrl + ↑   Shift + C

Indentions and comments
Add block comment arount selection (add /...*/)

Ctrl + ↑   Shift + /

Indentions and comments
Remove block comment

Ctrl + ↑   Shift + \

Indentions and comments
Add element comment (add /** ... */)

Alt + ↑   Shift + J

Editing source code
Open content assist (e.g. show available methods or field names)

Ctrl + Space

Editing source code
Open quick fix and quick assist

Ctrl + 1

Editing source code
Suggest word completion (after typing at least one letter). Press repeatedly until reaching correct name

Alt + /

Editing source code
Deactivate or activate Smart Insert Mode (automatic indention, automatic brackets, etc.)

Ctrl + ↑   Shift + Insert

Code information
Show code outline or structure

Ctrl + O

Code information
Open class, method, or variable information (show as tooltip text)

F2

Code information
Open declaration: Jump to Declaration of selected class, method, or parameter

F3

Code information
Open Type Hierarchy window for selected item

F4

Code information
Show or open Quick Type Hierarchy for selected item

Ctrl + T

Code information
Open type in hierarchy

Ctrl + ↑   Shift + T

Code information
Open call hierarchy

Ctrl + Alt + H

Code information
Find occurrences of expression in current file

Ctrl + ↑   Shift + U

Code information
Open declaration or implementation

Ctrl + Mouse movement

Refactoring
Rename selected element and all references

Alt + ↑   Shift + R

Refactoring
Move selected element to other class or file (with complete method or class selected)

Alt + ↑   Shift + V

Refactoring
Change method signature (with method name selected)

Alt + ↑   Shift + C

Refactoring
Extract selection to method

Alt + ↑   Shift + M

Refactoring
Extract local variable: Create and assign a variable from selected expression

Alt + ↑   Shift + L

Refactoring
Inline selected local variables, methods or constants when possible (replaces variable with its declarations/ assignment and puts it directly into the statements)

Alt + ↑   Shift + I

Running and debugging
Save and launch application

Ctrl + F11

Running and debugging
Debug

F11

Running and debugging
Next step (line by line)

F6

Running and debugging
Step out

F7

Running and debugging
Skip to next breakpoint

F8

Other
Switch forward between panels. Useful for switching back and forth between Package Explorer and Editor

Ctrl + F7

Other
Switch backward between panels. Useful for switching back and forth between Package Explorer and Editor

Ctrl + ↑   Shift + F7

Other
Print

Ctrl + P

Other
Open Eclipse help

F1

Other
Show context menu

↑   Shift + F10

Team (SVN Subversive)
Synchronize with repository

Ctrl + Alt + S

Team (SVN Subversive)
Commit

Ctrl + Alt + C

Team (SVN Subversive)
Update

Ctrl + Alt + U

Team (SVN Subversive)
Update to revision

Ctrl + Alt + D

Team (SVN Subversive)
Merge

Ctrl + Alt + E

Team (SVN Subversive)
Show properties

Ctrl + Alt + T

Team (SVN Subversive)
Add to svn:ignore

Ctrl + Alt + I

Similar combinations for other applications


Civilization V (Windows)
Diplomacy info
General Hotkeys

F4


Open Office Writer 3 (Linux)
jum to next error
Editing

F4


Adobe Reader 9 (Linux)
Show/hide Navigation Pane
Change View

F4


Adobe Reader X (Windows)
Show/hide Navigation Pane
Change View

F4


Android Emulator (Windows)
Hang up / end call button
Main Device Keys

F4


KDevelop (Linux)
jum to next error
Editing

F4


Eclipse Helios (Windows)
Open Type Hierarchy window for selected item
Code Information

F4


Microsoft Excel 2010 (Windows)
Repeat last formatting action: Apply previously applied Cell Formatting to a different Cell
Work with Data Selections - Number Formats

F4


Microsoft Excel 2010 (Windows)
After typing cell reference (e.g. =E3) makes reference absolute (=$E$4)
Work with Data Selections - Formulas

F4


SharpDevelop 4.0 (Windows)
Show the Property Grid
SharpDevelop Features

F4


Tally 9.0 (Windows)
Contra Voucher (All voucher creation and alteration screens). View list of Groups (Reports groups summary, group voucher screen, cash/ bank summary)
General Shortcuts

F4


Access 2010 (Windows)
Toggle the property sheet
Manage Access Features - Design View

F4


Dolphin File Manager 1.7 (Linux)
View Konsole Terminal Emulator
15 Shortcuts for Dolphin File Manager 1.7 (Linux)

F4


Total Commander 8 (Windows)
Edit files
Main Shortcuts

F4


Microsoft Excel 2011 (MacOS)
Paste text into the active cell
Function keys

F4


Notepad++ 5 (Windows)
Next search result
Search

F4


Open Office Impress (Linux)
Position and Size
Function Keys

F4


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

F2 / F3 / F4


Tekla Structures 14.0 (Windows)
Snap to reference lines/points
General shortcuts

F4


Microsoft Excel 2010 (Windows)
Repeat last formatting action: Apply previously applied Cell Formatting to a different Cell
Insert and Edit Data - Number Formats

F4


Mindjet Mindmanager 2012 (Windows)
Isolate/Others (good for focusing in a branch in a large map)
Viewing

F4


Microsoft Excel 2010 (Windows)
After typing cell reference (e.g. =E3) makes reference absolute (=$E$4)
Insert and Edit Data - Formulas

F4


Smartplant Review (Windows)
Hide Level (Object)
Function Keys

F4


Microsoft Word 2007 (Windows)
Repeat the last action.
Function key reference: Function keys

F4


Oracle SQL Developer 4 (Windows)
Run to Cursor
Debug

F4


UltraEdit (Windows)
Toggle focus between active file and Tree View if shown
Document Navigation Shortcuts

F4


Access 2010 (Windows)
Toggle the property sheet
Working with Text and Data - Design View

F4


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

F2 / F3 / F4


Android Emulator (Linux)
Hang up / end call button
Main Device Keys

F4


GroupWise 2012 (Windows)
Open the selected item
Function keys

F4


Microsoft Windows 7 (Windows)
Display the items in the active list
Dialog Boxes

F4


Microsoft Excel 2010 (Windows)
Repeat last formatting action: Apply previously applied Cell Formatting to a different Cell
Format Data - Number Formats

F4


Microsoft Excel 2010 (Windows)
After typing cell reference (e.g. =E3) makes reference absolute (=$E$4)
Format Data - Formulas

F4


Avid Media Composer 7 (Windows)
When in Capture Mode, F4 begins the capture. When in Log Mode, F4 logs a Master Clip to the bin.
Capturing

F4


Avid Media Composer 7 (MacOS)
When in Capture Mode, F4 begins the capture. When in Log Mode, F4 logs a Master Clip to the bin.
Capturing

F4


Texmaker 4.0.2 (Windows)
Dvi->PS
"Tools" menu

F4


Microsoft PowerPoint 2010 (Windows)
Open the Look in list.
Manage Open and Save As dialog boxes

F4 / Alt + I


HoneyView 5.03 (Windows)
Close File
Main Shortcuts

F4


Audacity 2 (Linux)
Zoom tool
Tools

F4


Adobe Reader X (Linux)
Show/hide Navigation Pane
Change View

F4


FL Studio (Windows)
Next empty pattern
Pattern Selector

F4


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

F4


NetBeans 8 (Windows)
Run to cursor location in file
Debugging

F4


IntelliJ (Linux)
Edit source / View source
Navigation

F4 / Ctrl + Enter


Microsoft Excel 2010 (Windows)
Repeat last formatting action: Apply previously applied Cell Formatting to a different Cell
Formulas and Names - Number Formats

F4


IntelliJ (Windows)
Edit source / View source
Navigation

F4 / Ctrl + Enter


Microsoft Excel 2010 (Windows)
After typing cell reference (e.g. =E3) makes reference absolute (=$E$4)
Formulas and Names - Formulas

F4


Access 2010 (Windows)
Toggle the property sheet
Working with Access Views - Design View

F4


Directory Opus (Windows)
Location
Misc.

F4


Comsol 5 (Windows)
Enable selected nodes
Model Tree

F4


Comsol 5 (Linux)
Enable selected nodes
Model Tree

F4


Audacity 2 (Windows)
Zoom tool
Tools Toolbar

F4


Comsol 5 (MacOS)
Enable selected nodes
Model Tree

F4


Microsoft Excel 2013 (Windows)
Repeat last formatting action: Apply previously applied Cell Formatting to a different Cell
Format Cells

F4


Microsoft Excel 2013 (Windows)
After typing cell reference (eg =E4) makes reference absolute (=$E$4). Repeat if you want to toogle from absolute reference to parcial or complete removal ($E$4 -> E$4 -> $E4 -> returning to E4.
Formulas

F4


Qt Creator (Windows)
Edit signals and slots
Editor

F4


Qt Creator (MacOS)
Edit signals and slots
Editor

F4


Qt Creator (Windows)
Switch between header and source file
Editor

F4


Linux Mint (Linux)
Toggle Terminal in top pane (require the Nemo Terminal plugin)
File Manager (Nemo) - Toggle Side Pane, Split View, and Terminal

F4


Qt Creator (MacOS)
Switch between header and source file
Editor

F4


Qt Creator (MacOS)
Move between code editor and visual editor
Qt Quick Designer

F4


Qt Creator (Windows)
Move between code editor and visual editor
Qt Quick Designer

F4


Autodesk Maya 2015 (Windows)
Show Modeling menu set
Interfaces

F4


Microsoft Excel 2010 (Windows)
Repeat last formatting action: Apply previously applied Cell Formatting to a different Cell
The Rest - Number Formats

F4


Microsoft Excel 2010 (Windows)
After typing cell reference (e.g. =E3) makes reference absolute (=$E$4)
The Rest - Formulas

F4


uTorrent (Windows)
Show Toolbar
21 Shortcuts for uTorrent (Windows)

F4


Notepad++ 6 (Windows)
Go to next found
Search menu

F4


uTorrent (Linux)
Show Toolbar
21 Shortcuts for uTorrent (Linux)

F4


Adobe Photoshop CS5 (MacOS)
Paste
Function keys

F4


uTorrent (MacOS)
Show Toolbar
21 Shortcuts for uTorrent (MacOS)

F4


Adobe Photoshop CS5 (Windows)
Paste
Function keys

F4


Access 2010 (Windows)
Toggle the property sheet
The Rest - Design View

F4


Microsoft Outlook 2016 (Windows)
Search for text within an open item
Search

F4


Microsoft Excel 2016 (Windows)
After typing cell reference (eg =E4) makes reference absolute (=$E$4). Repeat if you want to toogle from absolute reference to parcial or complete removal ($E$4 -> E$4 -> $E4 -> returning to E4.
Select Cells - Basics

F4


Android Studio (Windows)
Go to source
General Shortcuts

F4


Access 2016 (Windows)
Switch to propery sheet
Windows/Content Switching/Navigation

F4


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

F4


Autodesk Maya 2017 (Windows)
Show Modeling menu set
Interfaces

F4


Microsoft Outlook 2016 (Windows)
Find or replace
Mail

F4


Adobe After Effects CC (Windows)
Show or hide Layer Switches and Modes columns
Layers

F4


Adobe After Effects CC (MacOS)
Show or hide Layer Switches and Modes columns
Layers

F4


Microsoft Excel 2016 (Windows)
After typing cell reference (eg =E4) makes reference absolute (=$E$4). Repeat if you want to toogle from absolute reference to parcial or complete removal ($E$4 -> E$4 -> $E4 -> returning to E4.
Format Cells - Basics

F4


Adobe Illustrator CC (MacOS)
Paste
Function Key Shortcuts

F4


Adobe Illustrator CC (Windows)
Paste
Function Key Shortcuts

F4


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

F4


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

F4


Microsoft Excel 2016 (Windows)
After typing cell reference (eg =E4) makes reference absolute (=$E$4). Repeat if you want to toogle from absolute reference to parcial or complete removal ($E$4 -> E$4 -> $E4 -> returning to E4.
Formulas - Basics

F4


Zoho Sheet (MacOS)
Repeat last action
Actions

F4 / Command + Y / Option + Return


Dynamics NAV 2015 (Windows)
Drop-down or Look up to Select
Function Key Shortcuts

F4


Zoho Sheet (Windows)
Toggle absolute and relative references
Formula related shortcuts

F4


Dynamics SL 2015 (Windows)
Toggles between “Field View” and “Grid View” (same as double left click)
Function Key Shortcuts

F4


Microsoft Excel 2016 (Windows)
After typing cell reference (eg =E4) makes reference absolute (=$E$4). Repeat if you want to toogle from absolute reference to parcial or complete removal ($E$4 -> E$4 -> $E4 -> returning to E4.
Manage Workbooks - Basics

F4


Dynamics SL 2015 (Windows)
Go to edit mode for Date and Time fields
Grid/View Shortcuts

Type the value directly / F4 / Alt + Down Arrow to display the date/time picker


Dynamics SL 2015 (Windows)
Go to edit mode for Two Options fields
Grid/View Shortcuts

Spacebar to switch between the two options / F4 / Alt + Down Arrow to drop down the list


Zoho Sheet (MacOS)
Toggle absolute and relative references
Formula related shortcuts

F4


Autodesk Inventor 2017 (Windows)
Rotate
Function Key

F4


Autodesk 3ds Max 2017 (Windows)
View edged faces
General user interface

F4


Microsoft Word 2016 (Windows)
Repeat the last action.
All Function Key Shortcuts

F4


CyberLink PhotoDirector 8 (Windows)
Switch to list view
Workspace

F4


AutoCad Architecture 2017 (Windows)
Tablet mode
Function Keys

F4


AutoCAD 2016 (Windows)
Toggles 3DOSNAP (AutoCAD only) or Toggles TABMODE (AutoCAD LT only)
General

F4


Apple Motion (MacOS)
Show the Object Inspector
Window Menu

F4


Microsoft Excel 2016 (Windows)
After typing cell reference (eg =E4) makes reference absolute (=$E$4). Repeat if you want to toogle from absolute reference to parcial or complete removal ($E$4 -> E$4 -> $E4 -> returning to E4.
Excel Auto Tables and Data Forms - Basics

F4


Act! CRM (Windows)
Mini calender
View Shortcuts

F4


Counter Strike Source (Windows)
Report Bug
Miscellaneous Shortcuts

F4


JetBrains PyCharm (Windows)
Edit Source
Navigation

F4


Eclipse Helios (MacOS)
Show Type Hierarchy of Current java class
Miscellaneous Shortcuts

F4


IntelliJ (MacOS)
Edit Source
Navigation Shortcuts

F4


JetBrains RubyMine (Windows)
Edit Source
Navigation Shortcuts

F4


JetBrains RubyMine (MacOS)
Edit Source
Navigation Shortcuts

F4


JetBrains RubyMine (Linux)
Edit Source
Navigation Shortcuts

F4


JetBrains PyCharm (MacOS)
View Source
Navigation Shortcuts

F4


JetBrains AppCode (MacOS)
Edit Source
Navigation Controls

F4


Blender 3D (Windows)
Display Logic Context
Universal

F4


Adobe Dreamweaver (Windows)
Show Panels
Windows

F4


JetBrains PhpStorm (Windows)
Edit Source
Navigation

F4


DAZ Studio (Windows)
Save layout As
Customize Commands

F4


JetBrains PhpStorm (MacOS)
Edit Source
Navigation

F4


JetBrains PhpStorm (Linux)
Edit Source
Navigation

F4


DAZ Studio (MacOS)
Save layout As
Customize Commands

F4


Steinberg Cubase 9 (Windows)
VST connection
Devices Catagory

F4


Steinberg Cubase 9 (MacOS)
VST connection
Devices Catagory

F4


Corel PhotoPaint X6 (Windows)
Fit in Window
View Menu

F4


Corel Designer X7 (Windows)
Zoom to All Objects
Zoom

F4


Corel Ventura 10 (Windows)
Zoom to Actual Size
Zoom and View

F4


Corel Draw X8 (Windows)
Zoom to all object
Zoom and Pan

F4


Opera (MacOS)
Toggle last active panel with panel selector
Panel

F4


Opera (Windows)
Toggle last active panel with panel selector
Panel

F4


Microsoft Word 2016 (MacOS)
Paste the Clipboard contents
Function key shortcuts

F4


Adobe Captivate 2017 (MacOS)
Preview the project
Function Key Shortcuts

F4


Adobe Captivate 2017 (Windows)
Preview the project
Function Key Shortcuts

F4


Adobe Captivate 2017 (MacOS)
Preview project
Recording

F4


Adobe Captivate 2017 (Windows)
Preview project
Recording

F4


Adobe Captivate 2017 (Windows)
Auto panning
Recording

F4


Kingsoft Spreadsheets 2016 (Windows)
Repeats the last action of adding or deleting the Whole Row/Column
Other Shortcuts

F4


MetaTrader MT4 (Windows)
Download Metaeditor
Function Key Shortcuts

F4


WinSCP 5 (Windows)
Edit focused file
File Management

F4


Krita Painting 3 (Windows)
Save incremental backup
General

F4


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

F4


TradeStation (Windows)
Find Next
Editor Shortcuts

F4


PotPlayer (Windows)
Close
Function Key Shortcuts

F4


Zerodha Trader (Windows)
Market Watch
For Market Watch and Other Settings on User Interface

F4


Tencent QQ Player (Windows)
Control Panel
30 Shortcuts for Tencent QQ Player (Windows)

F4


XYplorer (Windows)
Refresh Tree
Function key Shortcuts

F4


CA Client Automation (Windows)
Run to Cursor
Debug Menu

F4


Maxthon (Web Application)
Move focus to the Address bar & open the URL list
Others

F4


ZBrush 4 (Windows)
Alphas
PopUp Selection

F4


MPS 2017 (Windows)
Open an editor for the selected item or items and give focus to the last opened file
General Shortcuts

F4


Pegasus Mail (Web Application)
Logged-in users...
Addresses

F4


Delphi 10 (Windows)
Run program to current cursor position
193 Shortcuts for Delphi 10 (Windows)

F4


GOM Player (Windows)
Finish Playback
Playback Control

F4


Libreoffice Writer (Windows)
Open Data Source View
Function Keys

F4


iClone 7 (Windows)
Show/Hide Content Manager
OnScreen Display

F4


Gnumeric (Windows)
Repeat the last action
21 Shortcuts for Gnumeric (Windows)

F4


Tableau (Windows)
Starts and stops forward playback on the pages shelf
General

F4


OpenSCAD (MacOS)
Reoad and Preview
Function Shortcuts

F4


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

F4


Alphacam (Windows)
Close and Finish
Geometry Creation

F4


ForkLift 3
Edit
Commander style

F4


Zwift (PC and macOS)
"Hammer Time!"
Function

F4


Smite (Windows)
Train Ability 4 (Ultimate)
Attack and Ability Controls

F4


Smite (MacOS)
Train Ability 4 (Ultimate)
Attack and Ability Controls

F4


CuteFTP (Windows)
Switch between Site Manager and Local Drives tabs
General

F4


CuteFTP (MacOS)
Switch between Site Manager and Local Drives tabs
72 Shortcuts for CuteFTP (MacOS)

F4


Anno 1800
Camera zoom levels
Camera

F4


winIDEA
Next error
Edit

F4


Exact Audio Copy
Detect gaps
Action menu

F4


Fortnite (PC)
Roof
Building

F4


Vivaldi
Panel
View

F4


Open Rails 0.6.2
Track monitor
Panels

F4


HyperWorks (Windows)
Distance:3 places
24 Shortcuts for HyperWorks (Windows)

F4


Miscreated
Emote: Middle finger
Emote

F4


FlashFXP (Web Application)
Open Site Manager
54 Shortcuts for FlashFXP (Web Application)

F4


Xyplorer
Refresh Tree
View Menu

F4


TurboCAD (Windows)
Select a rectangular area to create the aerial view
171 Shortcuts for TurboCAD (Windows)

F4


CodeLite 10 (Windows)
Run to cursor
Debug

F4


Source Insight (Windows)
Search Forward
General

F4


Mastercam (Windows)
Show Analyze menu
53 Shortcuts for Mastercam (Windows)

F4


Evergreen (Linux)
Search Patrons
Circulation

F4


KiCad 5.0.2
Zoom center
Page Layout Editor

F4


IRONCAD (Windows)
Dolly
Camera Function Keys Assignment

F4


Geany (Linux)
Switch to VTE
Build,Make and Compile

F4


Geany (Windows)
Switch to VTE
Build,Make and Compile

F4


Geany (MacOS)
Switch to VTE
Build,Make and Compile

F4


Modo (Windows)
Setup toolbox
Floating Windows

F4


KiCAD (Windows)
Zoom Center
EE Schema

F4


KiCAD (Linux)
Zoom Center
EE Schema

F4


Modo (MacOS)
Setup toolbox
Floating Windows

F4


KiCAD (MacOS)
Zoom Center
EE Schema

F4


Cobalt (Windows)
Format
70 Shortcuts for Cobalt (Windows)

F4


Ulead PhotoImpact 8 (Windows)
Opens the Image Optimizer dialog box
Web Menu

F4


Target 3001! (Windows)
Switch Units(mm,Microm,Lnch and Mil)
Function key Shortcuts

F4


Altium Designer (Windows)
HIde/Display all Floating Panels
Environment Shortcuts

F4


gEDA (Linux)
Enter text tool
Other Important Shortcuts

F4


Europa Universalis IV
Cycle the Ledger sections
General

F4


BricsCAD (Windows)
Toggles the tablet mode
Function Key Shortcuts

F4


BricsCAD (Linux)
Toggles the tablet mode
Function Key Shortcuts

F4


MyPaint (Windows)
Previous scrap
Show Edit Menu

F4


Substance Painter
Swap 2D / 3D view
General

F4


BricsCAD (MacOS)
Toggles the tablet mode
Function Key Shortcuts

F4


Banner 9 (Windows, Mac)
Duplicate Selected Record
Mac shortcuts

F4


Substance Painter (Mac)
Swap 2D / 3D view
General

F4


TopSolid (Windows)
Link edition
Operation Manager

F4


SolveSpace (Windows)
Center at View Point
View Menu

F4


SolveSpace (MacOS)
Center at View Point
View Menu

F4


Solidwork Composer (Windows)
Redoes the last operation
35 Shortcuts for Solidwork Composer (Windows)

F4


SuperMemo (Windows)
Open Tasklist Manager
129 Shortcuts for SuperMemo (Windows)

F4


Aspire (Windows)
Opens the Snap Settings form
General Shortcuts

F4


VCarve Pro (Windows)
Opens the Snap Settings form
General Shortcuts

F4


FlexiSign Pro 8.1 (Windows)
Paste
Selection

F4


MyLibreOfficeMediaFKeys (Linux)
Lower Speed 5%
MediaPlayerFKeys

F4


FlexiSign Pro 8.1 (MacOS)
Paste
Selection

F4


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

F4


MindManager v19 (Windows)
Isolate/Others (good for focusing in a branch in a large map)
Viewing

F4


American Truck Simulator
Full lights control
Interface controllers

F4


KeyCreator (Windows)
Menu Button 4
Miscellaneous Shortcuts

F4


AVImark
Remove
Follow up list

F4


DayZ
Frig off
Communication

F4


RimWorld
Opens the Animals tab
User interface

F4


Tableau (Mac)
Start or stop forward playback on the Pages shelf
Pages (Tableau Desktop)

F4


Lacerte
Open Client Status Window
Clients, Detail, Forms and Diagnostics screens

F4


Samsung TV
Colour keys perform different functions depending on the TV mode
General

F4


Tableau
Start or stop forward playback on the Pages shelf
Pages (Tableau Desktop)

F4


AutoCAD
Toggle 3DOsnap
Toggle Drawing Modes

F4


Company of Heroes
Select Tier 3 Building
General

F4


QuickBooks Desktop
QuickBooks Technical Support helper
Opening Windows/List

F4


Siemens NX
Repeat command > Shortcut keys
Tools menu

F4


Tibia
(Healing / Support) Ultimate healing
Action bar

F4


Old School RuneScape (OSRS)
Switch to the Worn Equipment tab
General

F4


UiPath Studio
Lets you choose the UI Framework to record, which can be Default, AA, and UIA
Recording

F4


ePSXe
Toggle the internal framerate limiter on/off
General

F4


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

F4


ZoomText
ZoomText finder
ZoomText Keyboard

F4


Kerbal Space Program
Toggle ship labels
System/UI Commands

F4


Adobe Illustrator
Paste
Function keys

F4


Adobe Illustrator (Mac)
Paste
Function keys

F4


Black Desert Online
Beauty salon
General

F4


Gravit Designer
Paste style
Edit

F4


PaintShop Pro 2018
Tool options
Single key shorcuts

F4


Call of Duty: Black Ops 4
Open player account menu
Interface

F4


Diablo II
Sets or uses left / right mouse button skills
General

F4


Bluebeam Revu
Toggle navigation bar
Miscellaneous

F4


Magic: The Gathering Online
Pass priority for the rest of the turn or until your opponent does anything or you’re prompted to attack or block
General

F4


World of Tanks
Follow me!
Misc

F4


Adobe Photoshop CC
Paste
Using function keys

F4


CorelDRAW Graphics Suite 2018
Zoom To Fit
General

F4


Euro Truck Simulator 2
Full lights control
Interface controls

F4


Virtual DJ 2018
Sampler 4 play_stop
General

F4


Clip Studio Paint Pro
Paste
Edit menu

F4


LightWave 3D
Next view layout
Layout: View

F4


TextRoom
Find next
General

F4


Dota 2
Opens a stats window showing xp/min, gold/min, current gold and networth of all player
Spectator & replay controls

F4


E-Sword
Copy ToolTip
General

F4


Oracle EBS Forms
Exit
General

F4


World of Warcraft
Select one of your group members
Selecting

F4


Microsoft FrontPage
Open the Look in list.
Access and use Open and Save As dialog boxes

F4


Microsoft Word 2016
Repeat the last action
Function key reference

F4


Comodo IceDragon
(When Search bar is active) Select or Manage Search Engines
Search Options

F4


Apple iBooks
(if you’ve assigned them in the Styles drawer) Apply a paragraph, character, or list style
Format text

F4


Microsoft Visual Studio 2017 (Most used shortcuts)
View.PropertiesWindow
View

F4


Counter Strike: Global Offensive
Report bug
Miscellaneous

F4


GoldWave
Plays (green mode)
Main Window

F4


IntelliJ IDEA (Windows, Linux)
Edit source
Navigation

F4


IntelliJ IDEA (macOS)
Edit source
Navigation

F4


NetBeans
Run to cursor location in file
Debugging

F4


LibreOffice Impress
Position and Size
Function keys

F4


Hearthstone
Emote "Sorry"
3rd party program: Hotkeys

F4


LibreOffice Draw
Opens the Position and Size dialog
Function keys for drawings

F4


LibreOffice Base
Preview
Query design

F4


Mp3tag
Play selected file(s)
General

F4


Brackets
Next Bookmark
General

F4


WinHex
Continue global search
Search menu

F4


LibreOffice Writer
Open Data Source View
Function keys

F4


LibreOffice Calc
Rearranges the relative or absolute references (for example, A1, $A$1, $A1, A$1) in the input field
Function keys

F4


WriteMonkey
Jump to the position of last change
Navigation

F4


Microsoft Visual Studio 2017 (All shortcuts)
View.PropertiesWindow
View

F4


The Sims 4
Open the Gallery, where you can view other players' creations and add them to your neighborhood
General

F4


Google Sheets
(when entering a formula) Absolute/relative references
Use formulas

F4


Tekla Structures 20
Snap to reference lines / points
General

F4


Maple
Join Execution Group
Menu accelerators

F4


REAPER
Screenset: Load track view #01
Section: Main

F4


WinNc
Edit
General

F4


Multi Commander
File - Edit File
Core shortcuts

F4


Qt Creator
Move between Text Editor and Form Editor
Qt Quick Designer

F4


Midnight Commander
Opens file in internal text editor
Function keys

F4


Delphi
Run program to current cursor position
General

F4


Guitar Pro
Check the bars' duration
Tools

F4


Microsoft Access 2016
Open or close the property sheet
Design view: Navigating

F4


The Bat!
Check entire text
Message Editor

F4


Maxthon
URL keys
Others

F4


WinMerge
Show line difference
Comparing files

F4


Krita 3.0
Save incremental backup
General

F4


WPS Office
Repeats the last action of adding or deleting the whole row/column
General

F4


League of Legends
Move camera to corresponding ally champion (camera must be unlocked)
General

F4


SQL Server Management Studio (SSMS)
Display the Properties Window
Windows management

F4


Microsoft Internet Explorer 11
Display a list of addresses you've typed
Address bar

F4


Outlook 2016 and Outlook 2013
Find or replace
Mail

F4


IrfanView
Add current image to slideshow
Slideshow

F4


PeaZip
Show navigation menu
Functional keys

F4


7-Zip
Open selected item with editor
File menu

F4


Firefox Quantum
View menu to switch, add or manage search engines
Search

F4


CoffeeCup HTML Editor
Find next
Edit

F4


Microsoft Excel 2016
When a cell reference or range is selected in a formula, F4 cycles through all the various combinations of absolute and relative references
Function keys

F4


WinSCP
Edit focused file
File management

F4


Notepad++
Go to next found
Search menu

F4


uTorrent
Show toolbar
General

F4


AIMP
File info
Working with Playlist

F4


Paint.NET
Layer properties
Layers menu

F4


Opera
Toggle last active panel with panel selector
Panel keys: Activation

F4


GOM Player
Finish playback
Playback control

F4


Android Studio
Jump to source
Navigating and searching

F4


Adobe Acrobat Reader DC
Show / hide navigation pane
Change view

F4


Windows Calculator
Select BYTE
Programmer mode

F4


Windows Media Player 11
Change how items are displayed in the Details pane
Navigate the library

F4


Overwatch
Spectate 4
Spectate

F4


SketchUp
Right
Angle

F4


Audacity
Chooses Zoom tool
Tools toolbar

F4


Microsoft Edge
Select the address bar
General

F4


Total Commander
Edit files
File manipulation

F4


Internet Explorer (Windows)
Open webpages visited in the past when in address bar. Includes Favorites and History. Navigate with arrow keys and enter to visit.
Basic Navigation and Address Bar

Alt + Arrow Down / F4


Adobe Reader 9 (Windows)
Show/hide Navigation Pane
Change View

F4


Microsoft Windows Vista (Windows)
Jump to the address bar on the top of the Explorer Window.
Windows/Vista Explorer Shortcuts

Alt + D / F4


Open Office Impress (Windows)
Position and Size
Function Keys

F4


Microsoft Outlook 2007 (Windows)
Search for text within a message or other item.
Shortcuts for Search

F4


Microsoft Excel 2007 (Windows)
Repeat previous formatting on current cell
Format Cells

F4


Microsoft Excel 2007 (Windows)
Repeats the last command or action, if possible.
Function keys in Excel 2007

F4


Internet Explorer (Windows)
Close IE8 Window.
Manage IE8 Windows

F4


IrfanView 4.42 (Windows)
Add current image to slideshow
Slideshow Controls

F4


Microsoft Outlook 2007 (Windows)
Find or replace.
Shortcuts for Managing E-Mail

F4


Adobe Dreamweaver (MacOS)
Show Panels
Windows

F4


Adobe After Effects CS5 (MacOS)
Show or hide Layer Switches and Modes columns
Layers

F4


Adobe After Effects CS5 (Windows)
Show or hide Layer Switches and Modes columns
Layers

F4


Windows Media Player 11 (Windows)
Change how items are displayed in the Details pane by using the options available with the View Options button. Focus must be in the main Window. Presse ctrl+e, then 3x tab before.
Navigate with Keyboards in WMP Library

F4


Battlefield V
Vehicle seat 4
General

F4


Nano
Justify the current paragraph
Formatting

F4


DBeaver 6.0.3
Open editor of selected element(s)
Database Navigator

F4


Scrivener 1.9.9
Fonts
Formatting

F4


Pinnacle Studio 22
Start Import
Importer

F4