Eclipse Helios (Windows)

Run and Debug

Next step (line by line)

F6

All hotkeys for Eclipse Helios (Windows)

Manage Files and Projects
Create new project using the Wizard

Ctrl + N

Manage Files and Projects
Create new project, file, class, etc.

Ctrl + Alt + N

Manage Files and Projects
Open project, file, etc.

Alt + F , then .

Manage Files and Projects
Open Resource (file, folder or project)

Ctrl + Shift + R

Manage Files and Projects
Show and access file properties

Alt + Enter

Manage Files and Projects
Save current file

Ctrl + S

Manage Files and Projects
Save all files

Ctrl + Shift + S

Manage Files and Projects
Close current file

Ctrl + W

Manage Files and Projects
Close all files

Ctrl + Shift + W

Manage Files and Projects
Refresh content of selected element with local file system

F5

Editor Window
Jump to Editor Window

F12

Editor Window
Switch to next editor / switch to previous editor

Ctrl + Page Down / Ctrl + Page Up

Editor Window
Maximize or un-maximize current Editor Window (also works for other Windows)

Ctrl + M

Editor Window
Show list of open Editors. Use arrow keys and enter to switch

Ctrl + E

Editor Window
Show list of open Editors. Similar to ctrl+e but switches immediately upon release of ctrl

Ctrl + F6 / Ctrl + Shift + F6

Editor Window
Go to previous / go to next Editor Window

Alt + Arrow Left / Alt + Arrow Right

Editor Window
Open Editor Window Option menu

Alt + -

Editor Window
Show view menu (features available on left vertical bar: breakpoints, bookmarks, line numbers, …)

Ctrl + F10

Editor Window
Show or hide line numbers

Ctrl + F10 , then n

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

Ctrl + Shift + Q

Editor Window
Zoom text in/ out

Ctrl + Shift + + / -

Navigate in Editor
Jump to beginning / jump to end of indention. Press home twice to jump to beginning of line

Home / End

Navigate in Editor
Jump to beginning / jump to end of source

Ctrl + Home / End

Navigate in Editor
Jump one word to the left / one word to the right

Ctrl + Arrow Right / Arrow Left

Navigate in Editor
Jump to previous / jump to next method

Ctrl + Shift + Arrow Down / Arrow Up

Navigate in Editor
Jump to Line Number. To hide/show line numbers, press ctrl+F10 and select 'Show Line Numbers'

Ctrl + L

Navigate in Editor
Jump to last location edited

Ctrl + Q

Navigate in Editor
Jump to next / jump to previous compiler syntax warning or error

Ctrl + . / Ctrl + ,

Navigate in Editor
With a bracket selected: jump to the matching closing or opening bracket

Ctrl + Shift + P

Navigate in Editor
Collapse / Expand current method or class

Ctrl + [ + ] / Ctrl + - on numeric keyboard

Navigate in Editor
Collapse / Expand all methods or classes

Ctrl + [ / ] / Ctrl + * on numeric keyboard

Navigate in Editor
Scroll Editor without changing cursor position

Ctrl + Arrow Down / Ctrl + Arrow Up

Navigate in Editor
Next Sub-Tab / Previous Sub-Tab

Alt + Page Up / Alt + Page Down

Select Text
Expand selection by one character to the left / to the right

Shift + Arrow Right / Arrow Left

Select Text
Expand selection to next / previous word

Ctrl + Shift + Arrow Right / Arrow Left

Select Text
Expand selection by one line down / one line up

Shift + Arrow Down / Arrow Up

Select Text
Expand selection to end / to beginning of line

Shift + End / Home

Select Text
Select all

Ctrl + A

Select Text
Expand selection to current element (e.g. current one-line expression or content within brackets)

Alt + Shift + Arrow Up

Select Text
Expand selection to next / previous element

Alt + Shift + Arrow Left / Arrow Right

Select Text
Reduce previously expanded selection by one step

Alt + Shift + Arrow Down

Edit Text
Cut, copy and paste

Ctrl + C / Ctrl + X / Ctrl + V

Edit Text
Undo last action

Ctrl + Z

Edit Text
Redo last (undone) action

Ctrl + Y

Edit Text
Delete Line

Ctrl + D

Edit Text
Move current line or selection up or down

Alt + Arrow Up / Arrow Down

Edit Text
Duplicate current line or selection up or down

Ctrl + Alt + Arrow Up / Ctrl + Alt + Arrow Down /

Edit Text
Delete next word

Ctrl + Delete

Edit Text
Delete previous word

Ctrl + Backspace

Edit Text
Enter line below current line

Shift + Enter

Edit Text
Enter line above current line

Shift + Ctrl + Enter

Edit Text
Switch between insert and overwrite mode

Insert

Edit Text
Change selection to all lower case

Shift + Ctrl + Y

Edit Text
Change selection to all upper case

Shift + Ctrl + X

Search and Replace
Open find and replace dialog

Ctrl + F

Search and Replace
Find previous / find next occurrence of search term (close find window first)

Ctrl + K / Ctrl + Shift + K

Search and Replace
Search Workspace (Java Search, Task Search, and File Search)

Ctrl + H

Search and Replace
Incremental search forward / backwards. Type search term after pressing ctrl+j, there is now search window

Ctrl + J / Ctrl + Shift + J

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

Ctrl + Shift + O

Indentions and Comments
Increase / decrease indent of selected text

Tab / Shift + Tab

Indentions and Comments
Correct indention of selected text or of current line

Ctrl + I

Indentions and Comments
Autoformat all code in Editor using code formatter

Ctrl + Shift + F

Indentions and Comments
Comment / uncomment line or selection ( adds '//' )

Ctrl + /

Indentions and Comments
Add Block Comment around selection ( adds '/... */' )

Ctrl + Shift + /

Indentions and Comments
Remove Block Comment

Ctrl + Shift + \

Indentions and Comments
Add Element Comment ( adds '/** ... */')

Alt + Shift + J

Editing Source Code
Opens 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
Propose word completion (after typing at least one letter). Repeatedly press alt+/ 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 / structure

Ctrl + O

Code Information
Open class, method, or variable information (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 / 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 +move over method

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 assigns a variable from a selected expression

Alt + Shift + L

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

Alt + Shift + I

Run and Debug
Save and launch application (run)

Ctrl + F11

Run and Debug
Debug

F11

Run and Debug
Step Into function

F5

Run and Debug
Next step (line by line)

F6

Run and Debug
Step out

F7

Run and Debug
Skip to next Breakpoint

F8

The Rest
Switch forward / backward between views (panels). Useful for switching back and forth between Package Explorer and Editor.

Ctrl + F7 / Ctrl + Shift + F7

The Rest
Switch forward / backward between perspectives

Ctrl + F8 / Ctrl + Shift + F8

The Rest
Print

Ctrl + P

The Rest
Open Eclipse Help

F1

The Rest
Show Context Menu right click with mouse

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)
Tech Screen
General Hotkeys

F6


Novell Evolution 2 (Linux)
Focus search bar
General

f6


Thunderbird (Windows)
Switch focus between Folders Pane and Message List Pane
Navigate Messages

F6 / Tab / Shift + Tab


Thunderbird (Linux)
Switch focus between Folders Pane and Message List Pane
Navigate Messages

F6 / Tab / Shift + Tab


Thunderbird (MacOS)
Switch focus between Folders Pane and Message List Pane
Navigate Messages

F6 / Tab / Shift + Tab


Firefox (Windows)
Jump to address bar
Address Bar

Alt + D / Ctrl + L / F6


Microsoft Projects 2010 (Windows)
Switch among areas in the Help window
Navigate Projects Help

F6


Android Emulator (Windows)
Toggle trackball mode
Other Device Keys

F6


Firefox (MacOS)
Move to Next Frame
Navigation Controls

F6


Firefox (Linux)
Jump forwards / jump backwards between tab bar and page. To reach addressbar, press f6 until reaching the tab (see dotted line around tab) and press tab
Inside Webpages

F6 / Shift + F6


Microsoft Outlook 2010 (Windows)
Move between Calendar, TaskPad, and Folder List
Messages in Main View - Navigate Calendar

Ctrl + Tab / F6


Firefox (Windows)
Jump forwards / jump backwards between tab bar and page. To reach addressbar, press f6 until reaching the tab (see dotted line around tab) and press tab
Inside Webpages

F6 / Shift + F6


Google Chrome (Windows)
Alternate focus between address bar, bookmarks bar and webpage
View Webpages

F6


Tally 9.0 (Windows)
Select Receipt Voucher
General Shortcuts

F6


SharpDevelop 4.0 (Windows)
Continue to next breakpoint
Debugging

F6


Access 2010 (Windows)
Switch between the windows, or between design panes / properties / etc
Manage Access Features - Design View

F6


Google Chrome (Linux)
Alternate focus between address bar, bookmark bar and webpage
View Webpages

F6


Total Commander 8 (Windows)
Rename or move files
Main Shortcuts

F6


Firefox (MacOS)
Select Location Bar
Location Bar

Command + L / F6


Inpage (Windows)
To view 50% zoom of text
For changing zoom or view

F6


Access 2010 (Windows)
Move forward / backwards among the Query Designer panes
Manage Access Features - Query Designer

F6 / Shift + F6


Microsoft Excel 2011 (MacOS)
Move to the next pane in a workbook that has been split
Function keys

F6


Microsoft Outlook 2010 (Windows)
Move between Calendar, TaskPad, and Folder List
Messages in Compose View - Navigate Calendar

Ctrl + Tab / F6


Microsoft Excel 2011 (MacOS)
Move to the next pane / move to the previous pane in a workbook that has been split
Moving and scrolling in a sheet or workbook

F6 / Shift + F6


Adobe Illustrator CS5 (MacOS)
Show/hide Color panel
Function Keys

F6


Tekla Structures 14.0 (Windows)
Snap to nearest points
General shortcuts

F6


MyLifeOrganized (Windows)
Collapse entire outline or To-Do lists
Navigating To-Do Lists

F6


Opera (Linux)
Focus on next pane
Focus

F6


Photoshop Lightroom 4 (Windows)
Show/hide Filmstrip
Working with Panels

F6


Smartplant Review (Windows)
View Settings
Function Keys

F6


Microsoft Word 2007 (Windows)
Go to the next pane or frame.
Function key reference: Function keys

F6


Photoshop Lightroom 4 (MacOS)
Show/hide Filmstrip
Working with Panels

F6


Microsoft Outlook 2010 (Windows)
Move between Calendar, TaskPad, and Folder List
Calendar Shortcuts - Navigate Calendar

Ctrl + Tab / F6


Access 2010 (Windows)
Switch between the windows, or between design panes / properties / etc
Working with Text and Data - Design View

F6


Adobe Illustrator CS5 (Windows)
Show/hide Color panel
Function Keys

F6


Visual Studio 2015 (Windows)
Build solution (or Ctrl+shift+b)
Build and Debug

F6


Android Emulator (Linux)
Toggle trackball mode
Other Device Keys

F6


Oracle SQL Developer 4 (Windows)
Next Pane/ Previous Pane
Window

F6 / Shift + F6


Oracle SQL Developer 4 (Windows)
Autotrace
Worksheet

F6


Microsoft Excel 2011 (MacOS)
Move to the next pane in a workbook that has been split
Windows

F6


Sublime Text (Windows)
Toggle spell checking
Others

F6


Access 2010 (Windows)
Move forward / backwards among the Query Designer panes
Working with Text and Data - Query Designer

F6 / Shift + F6


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

F6


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

F6


Texmaker 4.0.2 (Windows)
Pdflatex
"Tools" menu

F6


Microsoft PowerPoint 2010 (Windows)
Move a task pane from another pane in the program window (clockwise direction). You may need to press F6 more than once
PowerPoint Taks Panes

F6


IntelliJ (Linux)
Move
Editing

F6


IntelliJ (Windows)
Move
Editing

F6


Microsoft PowerPoint 2010 (Windows)
Move a task pane from another pane in the program window (clockwise direction). You may need to press F6 more than once
Microsoft Office basics applicable to PowerPoint 2007

F6


Notepad2 (Windows)
Save as...
File Menu

F6


Audacity 2 (Linux)
Multi-Tool mode
Tools

F6


NetBeans 8 (Windows)
Run main project/file
Compiling, Testing, and Running

F6 / Shift + F6


Microsoft PowerPoint 2010 (Windows)
Cycle the focus through the different panes.
Work with the Selection pane.

F6


Beyond Compare (Windows)
Align with...
Actions Menu

F6


Gwenview (Linux)
Make the Location bar editable so that you can directly type in a file path. You can return to the standard Location Bar by pressing the arrow at the right.
30 Shortcuts for Gwenview (Linux)

F6


Directory Opus (Windows)
Dual display
Lister Menu

F6


Microsoft Word 2013 (Windows)
Cycle through Ribbon/open panes/Status Bar/document window
Navigate in Word Documents

F6


FL Studio (Windows)
Toggle Step Sequencer
Window Navigation

F6


Access 2010 (Windows)
Switch between the windows, or between design panes / properties / etc
Working with Access Views - Design View

F6


Presonus Studio One (Windows)
Show instruments
View Menu

F6


Adobe Flash Professional (Windows)
Add Keyframe
Frames

F6


Adobe Acrobat Pro (Windows)
Move focus to the next item among Document pane, Task panes, Message bar, and Navigation bar
Navigation - Navigating task panes

F6


Access 2010 (Windows)
Move forward / backwards among the Query Designer panes
Working with Access Views - Query Designer

F6 / Shift + F6


Audacity 2 (Windows)
Multi-tool
Tools Toolbar

F6


Beyond Compare (Windows)
Go next
Misc.

F6


Qt Creator (Windows)
Move to next item in output panes
General

F6


Qt Creator (MacOS)
Move to next item in output panes
General

F6


Adobe Acrobat Pro (Windows)
Move focus among the document, message bar, and navigation panels
Navigation - Navigation panels

F6


Comsol 5 (Windows)
Build the preceding node in the geometry branch
Build and Compute

F6


Axialis IconWorkshop (Windows)
Rename...
Librarian Menu

F6


Comsol 5 (Linux)
Build the preceding node in the geometry branch
Build and Compute

F6


Comsol 5 (MacOS)
Build the preceding node in the geometry branch
Build and Compute

F6


Microsoft Excel 2013 (Windows)
Move to the next pane / previous pane in a workbook that has been split
Manage Multiple Workbooks

F6 / Shift + F6


Microsoft Word 2013 (Windows)
With Navigation Pane open: Switch forward / backwards between (1) Navigation Pane, (2) Bottom Taskbar, (3) Ribbon, and (4) Document
Ribbons and Navigation Pane

F6 / Shift + F6


Linux Mint (Linux)
Cycle focus between panes
File Manager (Nemo) - Toggle Side Pane, Split View, and Terminal

F6


Autodesk Maya 2015 (Windows)
Show Rendering menu set
Interfaces

F6


uTorrent (Windows)
Show Status Bar
21 Shortcuts for uTorrent (Windows)

F6


uTorrent (Linux)
Show Status Bar
21 Shortcuts for uTorrent (Linux)

F6


Adobe Photoshop CS5 (MacOS)
Show/Hide Color panel
Function keys

F6


uTorrent (MacOS)
Show Status Bar
21 Shortcuts for uTorrent (MacOS)

F6


Photoshop Lightroom CC (Windows)
Show/ hide Filmstrip
Panel Shortcuts

F6


Photoshop Lightroom CC (MacOS)
Show/ hide Filmstrip
Panel Shortcuts

F6


Adobe Photoshop CS5 (Windows)
Show/Hide Color panel
Function keys

F6


Microsoft Excel 2010 (Windows)
Move to the next pane / previous pane in a workbook that has been split.
Manage Multiple Workbooks

F6 / Shift + F6


Microsoft Outlook 2016 (Windows)
Move between the Outlook window, the smaller panes in the Folder Pane, the Reading Pane, and the sections in the To-Do Bar, and the menu access keys in the Outlook ribbon
Basic Navigation

F6


Access 2010 (Windows)
Switch between the windows, or between design panes / properties / etc
The Rest - Design View

F6


Adobe Photoshop CC (Windows)
Toggle Color Window
Basic Shortcuts for Photoshop CC 2015 - Windows Basics

F6


Adobe After Effects CC (Windows)
Take Snapshot
Previews

Shift + F5 / F6 / F7 / F8


Adobe Photoshop CC (MacOS)
Toggle Color Window
Basic Shortcuts for PhotoShop CC 2015 - Windows Basics

F6


Access 2016 (Windows)
Switch windows(between upper and lower portion)
Windows/Content Switching/Navigation

F6


Access 2010 (Windows)
Move forward / backwards among the Query Designer panes
The Rest - Query Designer

F6 / Shift + F6


Adobe After Effects CC (Windows)
Display Snapshot in active Viewer
Previews

F5 / F6 / F7 / F8


Adobe After Effects CC (Windows)
Purge snapshot
Previews

Ctrl + Shift + F5 / F6 / F7 / F8


Adobe After Effects CC (MacOS)
Take Snapshot
Previews

Shift + F5 / F6 / F7 / F8


Adobe After Effects CC (MacOS)
Display Snapshot in active Viewer
Previews

F5 / F6 / F7 / F8


Adobe After Effects CC (MacOS)
Purge snapshot
Previews

Command + Shift + F5 / F6 / F7 / F8


Microsoft PowerPoint 2016 (Windows)
Focus to different pane
Navigation Operation

F6


Corel VideoStudio X9.5 (Windows)
Preferences
Setting Tab Operations

F6


Plex (Windows)
Media Items
Graphics(Audio/Video) Control

F6


Corel VideoStudio X9.5 (Windows)
Go Forward in clip
Runtime Shortcuts

F6


Plex (MacOS)
Media Items
Graphics(Audio/Video) Control

F6


Autodesk Maya 2017 (Windows)
Show Rendering menu set
Interfaces

F6


Adobe Illustrator CC (MacOS)
Show/hide color panel
Function Key Shortcuts

F6


InDesign CC (Windows)
Colors
Panels

F6


Adobe Illustrator CC (Windows)
Show/hide color panel
Function Key Shortcuts

F6


InDesign CC (MacOS)
Colors
Panels

F6


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

F6


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

F6


Adobe Photoshop CC (Windows)
Toggle Color Window
Manage Panels - Windows Basics

F6


Adobe Photoshop CC (MacOS)
Toggle Color Window
Manage Panels - Windows Basics

F6


FileMaker Pro (MacOS)
Step Into command
Script Debugger (Pro Advanced Only)

F6


CINEMA 4D (Windows)
Play backwards/stop
Animation Timeline

F6


FileMaker Pro (Windows)
Step Into command
Script Debugger (Pro Advanced Only)

F6


ArchiCAD 20 (Windows)
Bring forward
Tools display order

F6


ArchiCAD 20 (MacOS)
Bring forward
Tools display order

F6


Anime Studio (Windows)
Duplicate frame
Frame by Frame

F6


Dynamics NAV 2015 (Windows)
Go to the next Frame
Function Key Shortcuts

F6


Anime Studio (MacOS)
Duplicate frame
Frame by Frame

F6


Autodesk Inventor 2017 (Windows)
Home view
Function Key

F6


Microsoft Word 2016 (Windows)
Go to the next pane or frame.
All Function Key Shortcuts

F6


CyberLink PhotoDirector 8 (Windows)
Switch to viewer
Workspace

F6


AutoCad Architecture 2017 (Windows)
Dynamic UCS
Function Keys

F6


AutoCAD 2016 (Windows)
Toggles UCSDETECT (AutoCAD only)
General

F6


Apple Motion (MacOS)
Show/hide the Timing pane
Window Menu

F6


Adobe Acrobat Pro (MacOS)
Move focus to the next item among Document pane, Task panes, Message bar, and Navigation bar
Navigation - Navigating task panes

F6


Adobe Flash Professional (MacOS)
Add Keyframe
Frames

F6


Adobe Acrobat Pro (MacOS)
Move focus among the document, message bar, and navigation panels
Navigation - Navigation panels

F6


Microsoft Projects 2016 (Windows)
Select a drawing object.
Navigate Views and Windows

F6


GTA V Cheats (Windows)
Switch to Franklin
General Shortcuts

F6


IntelliJ (MacOS)
Move
Refactoring

F6


Microsoft Projects 2016 (Windows)
Move to a task pane from another pane in the program window (clockwise direction). You may need to press F6 more than once.
Switching between Windows

F6


JetBrains RubyMine (Windows)
Move
Refactoring

F6


JetBrains RubyMine (MacOS)
Move
Refactoring

F6


JetBrains RubyMine (Linux)
Move
Refactoring

F6


Pandora Classic (Web Application)
Switch Focus from Address Bar to Browser Window. Try e.g. Arrow Down/Arrow Up to validate focus is indeed on Browser Window
9 Shortcuts for Pandora Classic (Web Application)

F6


JetBrains AppCode (MacOS)
Move
Code Refactoring

F6


JetBrains PyCharm (MacOS)
Move
Refactoring

F6


Adobe Flash Builder (Windows)
Step over Breakpoint code
24 Shortcuts for Adobe Flash Builder (Windows)

F6


Adobe Flash Builder (MacOS)
Step over Breakpoint code
24 Shortcuts for Adobe Flash Builder (MacOS)

F6


JetBrains PyCharm (Windows)
Move
Refactoring

F6


Cloud9 (Windows)
Toggle Console
Tabs

F6


Blender 3D (Windows)
Display Shading Context and Texture Sub-Context
Universal

F6


Adobe Dreamweaver (Windows)
Freeze JavaScript (Live View)
View Specific

F6


JetBrains PhpStorm (Windows)
Move
Refactoring

F6


JetBrains PhpStorm (MacOS)
Move
Refactoring

F6


JetBrains PhpStorm (Linux)
Move
Refactoring

F6


Steinberg Cubase 9 (Windows)
Open loop browser
Media

F6


Steinberg Cubase 9 (MacOS)
Open loop browser
Media

F6


Corel Designer X7 (Windows)
Zoom to Selected Objects
Zoom

F6


Corel Ventura 10 (Windows)
Facing Page Zoom
Zoom and View

F6


Corel Draw X8 (Windows)
Rectangle tool
Toolbox Tool Selection

F6


Corel Quattro Pro X8 (Windows)
Jump to Other Pane if window is Split
Function Keys

F6


Forte (Windows)
Cycle through all windows
All Window

F6 / Ctrl + Tab


Adobe Captivate 2017 (MacOS)
Import audio
Function Key Shortcuts

F6


Adobe Captivate 2017 (Windows)
Import audio
Function Key Shortcuts

F6


Chief Architect (Windows)
Zoom Tools - Fill Window
Zoom Tools

F6


Chief Architect (MacOS)
Zoom Tools - Fill Window
Zoom Tools

F6


IBM Director (Windows)
Go to next Frame in Help system
14 Shortcuts for IBM Director (Windows)

F6


Notes 9.0 (Windows)
Cycle through All Panes in Open Perspective
26 Shortcuts for Notes 9.0 (Windows)

F6


MetaTrader MT4 (Windows)
Call Tester Window for Testing Expert Attached to the Chart
Function Key Shortcuts

F6


WinSCP 5 (Windows)
Move selected files (upload when local panel is active, download when remote panel is active)
File Management

F6


Brackets (Windows)
Grunt default
99 Shortcuts for Brackets (Windows)

F6


PotPlayer (Windows)
PlayList On/Off
Function Key Shortcuts

F6


XYplorer (Windows)
Cycle Focus
Function key Shortcuts

F6


MediaMonkey (Windows)
Show Now Playing node
Standard Keyboard Shortcuts

F6


Soundforge (Windows)
Toggle playback scrolling on and off
Magnification and View

F6


Vegas Pro 14 (Windows)
Show next window
Magnification and View

F6


ZBrush 4 (Windows)
Materials
PopUp Selection

F6


Jetbrains CLion (Windows)
Move
Refactoring

F6


Pegasus Mail (Web Application)
Distribution lists...
Addresses

F6


Sierra Chart (Windows)
Studies
Analysis Menu

F6


Titanium (MacOS)
Step Over
Run/Debug

F6


MPS 2017 (Windows)
Move the selected class, package or static member to another package or class and update all the corresponding references
Refactoring

F6


Soundforge (Windows)
Toggle playback scrolling on and off
Navigation and Playback

F6


iClone 7 (Windows)
Show/Hide Modify Panel
OnScreen Display

F6


Pencil2D (Windows)
Duplicate Frame
57 Shortcuts for Pencil2D (Windows)

F6


Rhino (Windows)
Toggle Camera
Default Shortcuts

F6


ForkLift 3
Move to
Commander style

F6


OpenSCAD (MacOS)
Render
Function Shortcuts

F6


SolidWorks (Windows)
Toggle Selection Filter
Miscellaneous Shortcuts

F6


Warframe
Take Screenshot
General

F6


Cabinet Vision (Windows)
Opens Auto Fill Options
Getting Different Program Quickly

F6


Alphacam (Windows)
Snap to End Point
Geometry Creation

F6


Titanium (Windows)
Step Over
Run/Debug

F6


Solidworks 2019
Toggle selection filter type
Commands

F6


Zwift (PC and macOS)
"Bring It!"
Function

F6


Delphi 10 (Windows)
IDE Insight
193 Shortcuts for Delphi 10 (Windows)

F6 / Ctrl + .


Smite (MacOS)
Vote to Surrender
Other Controls

F6


Smite (Windows)
Vote to Surrender
Other Controls

F6


progeCAD (Windows)
Switches coordinate display between On, Off, and Angle/Distance
51 Shortcuts for progeCAD (Windows)

F6 / Ctrl + D


Vivaldi
Bookmarks panel
View

F6


Miscreated
Emote: Come here
Emote

F6


HyperWorks (Windows)
Edit element:Combine
24 Shortcuts for HyperWorks (Windows)

F6


Ansys Mechanical (Windows)
Toggle Between Shaded Exterior and Edge,Shaded Exterior and Wireframe Views
Graphics Actions

F6


Comodo IceDragon (Windows)
Move to Next Frame
Viewing, Printing and Saving Current Page

F6


FlashFXP (Web Application)
Open Preferences dialog.
54 Shortcuts for FlashFXP (Web Application)

F6


TurboCAD (Windows)
Select the next object in draw order
171 Shortcuts for TurboCAD (Windows)

F6


progeCAD (Windows)
Switches coordinate display between On, Off, and Angle/Distance
Function Key Shortcuts

F6


winIDEA
Run script
Tools

F6


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

F6


Evergreen (Linux)
Record InHouse Use
Circulation

F6


VariCAD (Windows)
Redraw
Hot Keys

F6


Place Anywhere (Fallout 4 mod)
Toggle storing clamped objects in workshop storage, when underlying object is scrapped or stored in workshop storage
General

F6


Ulead PhotoImpact 8 (Windows)
Displays the Preferences dialog box
File Menu

F6


FEKO (Windows)
Pause
Script Editor

F6


FEKO (Linux)
Pause
Script Editor

F6


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

F6


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

F6


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

F6


Modo (Windows)
Presets viewport
Floating Windows

F6


Modo (MacOS)
Presets viewport
Floating Windows

F6


Cobalt (Windows)
Load
70 Shortcuts for Cobalt (Windows)

F6


KiCAD (Linux)
Switch to Inner Layer 2
PCB

F6


KiCAD (Windows)
Switch to Inner Layer 2
PCB

F6


KiCAD (MacOS)
Switch to Inner Layer 2
PCB

F6


Target 3001! (Windows)
Snap on grid/No Snap on Grid
Function key Shortcuts

F6


Assetto Corsa
Cycle on-board cameras
In-game

F6


Roblox Studio
Play solo
Testing and Publishing

F6


WavePad Sound Editor (Windows)
Scrub
Play Operations

F6


gEDA (Linux)
Enter polygon tool
Other Important Shortcuts

F6


WavPad Sound Editor (MacOS)
Scrub
Play Operations

F6


Europa Universalis IV
Cycle the Ledger sections
General

F6


BricsCAD (Windows)
Sets the readout of the coordinate field in the status bar
Function Key Shortcuts

F6


BricsCAD (Linux)
Sets the readout of the coordinate field in the status bar
Function Key Shortcuts

F6


Substance Painter
Camera Orthographic
General

F6


BricsCAD (MacOS)
Sets the readout of the coordinate field in the status bar
Function Key Shortcuts

F6


Banner 9 (Windows, Mac)
Insert/Create Record
Mac shortcuts

F6


KiCad 5.0.2
Switch to Inner layer 2
Pcbnew

F6


Substance Painter (Mac)
Camera Orthographic
General

F6


FlightGear
Toggle autopilot heading mode
Autopilot related

F6


Brave Browser (Windows)
Focus URL Bar
Page Navigation and Display

F6


MuseScore (Windows)
Selection Filter
Display Shortcuts

F6


MuseScore (MacOS)
Selection Filter
Display Shortcuts

F6


Aspire (Windows)
Zoom to fit Material
General Shortcuts

F6


SuperMemo (Windows)
Filter HTML or RTF Source
129 Shortcuts for SuperMemo (Windows)

F6


VCarve Pro (Windows)
Zoom to fit Material
General Shortcuts

F6


Aspire (Windows)
Scales 2D view to fit material
General Shortcuts

F6


ComplyPro 2017B (Windows)
Outline
In Grid View

F6


VCarve Pro (Windows)
Scales 2D view to fit material
General Shortcuts

F6


Subnautica
Hide/Show interface
Windows

F6


Xyplorer
Cycle focus in this sequence: Address Bar > Tree > List > Catalog.
Other Shortcuts

F6


PRTG Network Monitor
Context menu > Tools > Custom tool command (if available)
Enterprise console

F6


American Truck Simulator
Route Advisor: Navigation page
Interface controllers

F6


KeyCreator (Windows)
Menu Button 6
Miscellaneous Shortcuts

F6


DayZ
Magnifique (Experimental branch)
Communication

F6


AVImark
Choose
Information search / Library

F6


RimWorld
Opens the World tab
User interface

F6


Cisco Webex
Switch between the content area and the panels area
Windows

F6


Google Chrome
Jump to the address bar
Address bar

F6


Samsung TV
Change input source
General

F6


Evolution
Cycle focus between panes
Global - Controls

F6


Altium Designer (Windows)
Run simulation for a Delta step
VHDL Editor Shortcuts

F6


AutoCAD
Toggle Dynamic UCS
Toggle Drawing Modes

F6


SAP NetWeaver Business Client 5.0 for Desktop
For SAP GUI transactions: as defined in the standard for function keys
General

F6


Siemens NX
Zoom
View > Popup

F6


Tibia
(Attack) Flame strike
Action bar

F6


RPG Maker
Event layer
Editor

F6


Adobe Lightroom Classic (Mac)
Show/hide Filmstrip
Working with panels

F6


Adobe Lightroom Classic
Show/hide Filmstrip
Working with panels

F6


Old School RuneScape (OSRS)
Switch to the Spell book tab
General

F6


Evernote for Windows
Search Notes
Note Editor

F6


ZoomText
Increase zoom
ZoomText Keyboard

F6


ePSXe
Select what pad will be affected by key F5
General

F6


Adobe Illustrator
Show/hide Color panel
Function keys

F6


Adobe Illustrator (Mac)
Show/hide Color panel
Function keys

F6


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

F6


ProgeCAD
Coordinate
General

F6


PaintShop Pro 2018
Materials
Single key shorcuts

F6


AI War Classic
(hold)  Show wormholes and resources only
Minimap

F6


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

F6


Diablo
Highlight spells in spell book and press F5 - F8 to assign hotkey. Once the hotkey is assigned, the key will prepare that specific spell
General

F6


Magic: The Gathering Online
Pass priority for the rest of the turn, unless you’re prompted to attack or block
General

F6


CorelDRAW Graphics Suite 2018
Rectangle
General

F6


World of Tanks
Negative!
Misc

F6


Microsoft Word 2016
Go to the next pane or frame
Function key reference

F6


Adobe Photoshop CC
Show/Hide Color panel
Using function keys

F6


Heroes of the Storm
Go to saved camera location
General

F6


BSPlayer
Decrease playback rate by 1%
Misc

F6


Metapad
Short format
Insert date/time

F6


Euro Truck Simulator 2
Route Advisor: Navigation page
Interface controls

F6


Virtual DJ 2018
Sampler 6 play_stop
General

F6


LightWave 3D
Image editor
Layout: General

F6


TextRoom
Scratchpad
General

F6


Adobe Premiere Pro (Mac)
Batch Capture...
File

F6


Adobe Premiere Pro (Windows)
Batch Capture...
File

F6


MyPaint
Next scrap
Edit

F6


Oracle EBS Forms
Clear record
General

F6


Dota 2
Opens a window showing gold graphs of Radiant and Dire
Spectator & replay controls

F6


Microsoft FrontPage
Move to a task pane (task pane: A window within an Office application that provides commonly used commands. Its location and small size allow you to use these commands while still working on your files.) from another pane in the program window. (You may need to press F6 more than once.) Note If pressing F6 doesn't display the task pane you want, try pressing ALT to place focus on the menu bar, and then pressing CTRL+TAB to move to the task pane.
Access and use task panes

F6


Riffstation Desktop
Tempo up (+1 BPM)
General

F6


WavePad
Scrub
Play Operations

F6


Comodo IceDragon
Move to Next Frame
View, Print and Save Current Page

F6


IntelliJ IDEA (macOS)
Move
Refactoring

F6


IntelliJ IDEA (Windows, Linux)
Move
Refactoring

F6


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

F6


AWS Cloud9 IDE (Windows)
Toggle Console
Tabs

F6


Microsoft Visual Studio 2017 (Most used shortcuts)
Window.NextSplitPane
Window

F6


Grand Theft Auto V
Switch to Franklin
General

F6


NetBeans
Run main project
Compiling, testing and running

F6


GoldWave
Fast forward
Main Window

F6


Hearthstone
Emote "Threaten"
3rd party program: Hotkeys

F6


Microsoft PowerPoint (Creating presentations)
Move clockwise among panes in Normal view
Move between panes

F6


LibreOffice Base
Jump between windows
Creating Basic dialogs

F6


PSPad
Makro2Play
Macros

F6


Microsoft PowerPoint (Slideshows)
Move from one region of Presenter view (Header, tools below the slide, and the Notes pane) to the next
Maneuver in Presenter View during a presentation

F6


Brackets
Grunt default
General

F6


Ardour
Convert edit range to range
Selecting

F6


WinHex
Edit mode
Options menu

F6


LibreOffice
Sets focus in next subwindow (for example, document/data source view)
Controlling documents and windows

F6


WriteMonkey
Toggle segment focus (paragraph or selection)
Folding

F6


Tekla Structures 20
Snap to nearest points
General

F6


MindMeister
Recenter
General

F6


Microsoft Visual Studio 2017 (All shortcuts)
Window.NextSplitPane
Window

F6


Qt Creator
Move to next item in output panes
General

F6


Maple
Interrupt current operation
Menu accelerators

F6


Guitar Pro
Drums
View

F6


REAPER
Screenset: Load track view #03
Section: Main

F6


WinNc
Move / Rename
General

F6


Multi Commander
File - Move
Core shortcuts

F6


Midnight Commander
Moving file. Default is to another panel, but it asks first.
Function keys

F6


Clementine
Play/Pause
Playback

F6


KompoZer
Switch between Content Pane and Search/Contents/Index/Glossary (toggle)
Help window

F6


The Bat!
SmartBat
Invoking tools

F6


Microsoft Access 2016
Switch among areas in the Help window, such as the toolbar and the Search list
Get help with Access

F6


OneDrive
Move between web browser bar and the OneDrive title bar
Frequently used shortcuts

F6


FileMaker
Step Into command
FileMaker Pro Advanced: Script Debugger

F6


Sumatra PDF
Switch focus between bookmarks window and main window
Viewing state

F6


Maxthon
URL keys
Others

F6


WinMerge
Change pane (active file)
Comparing files

F6


IrfanView
Rename file
Handling files

F6


MediaMonkey
Show now playing node
General

F6


SQL Server Management Studio (SSMS)
Define filter
Replication Conflict Viewer

F6


Xcode
Step Over
Product menu

F6


Eclipse
Next step (line by line)
Running and debugging

F6


Outlook 2016 and Outlook 2013
Move between Calendar view, TaskPad, and the Folder list
Views: Calendar day/week/month view

F6


Firefox Quantum
Move to next frame
Miscellaneous

F6


Microsoft Internet Explorer 11
Move through items on a webpage (only works if tabbed browsing is turned off)
Browsing

F6


Delphi
IDE Insight
General

F6


7-Zip
Move selected items
File menu

F6


PeaZip
Toggle browse mode / flat view mode
Navigation

F6


Paint.NET
Show / hide History window
Options in the View menu

F6


Microsoft Excel 2016
Switches between the worksheet, ribbon, task pane, and Zoom controls. In a worksheet that has been split, F6 includes the split panes when switching between panes and the ribbon area
Function keys

F6


WinSCP
Download (when remote panel is active) or Upload (when local panel is active) selected files and delete original
Selected files

F6


uTorrent
Show status bar
General

F6


Microsoft OneNote
Jump between the tab bar, navigation pane, and the page canvas
Navigation

F6


Portal 2
Quick save
Miscellaneous

F6


Mozilla Thunderbird
Move to next main UI element
Controlling the compose window

F6


Android Studio
Move
Refactoring

F6


Windows Calculator
Select DEC
Programmer mode

F6


Overwatch
Spectate 6
Spectate

F6


Windows Media Player 11
Increase the size of album art
Other shortcuts

F6