NetBeans 8 (Windows)

General Keyboard Shortcts

Select in Projects/Files/Favorites

Ctrl + Shift + 1 / 2 / 3

All hotkeys for NetBeans 8 (Windows)

General Keyboard Shortcts
Search word at insert point

Ctrl + F3

General Keyboard Shortcts
Find next/previous in file

F3 / Shift + F3

General Keyboard Shortcts
Find/Replace in file

Ctrl + F / H

General Keyboard Shortcts
Find usages

Alt + F7

General Keyboard Shortcts
Find/replace in projects

Ctrl + Shift + F / H

General Keyboard Shortcts
Find usages results

Alt + Shift + U

General Keyboard Shortcts
Turn off search result highlights

Alt + Shift + H

General Keyboard Shortcts
Rename

Ctrl + R

General Keyboard Shortcts
Convert selection to uppercase

Ctrl + U , then U

General Keyboard Shortcts
Convert selection to lowercase

Ctrl + U , then L

General Keyboard Shortcts
Toggle case of selection

Ctrl +U, then S

General Keyboard Shortcts
Paste formatted

Ctrl + Shift + V

General Keyboard Shortcts
Show Clipboard History

Ctrl + Shift + D

General Keyboard Shortcts
Jump to quick search field

Ctrl + I

General Keyboard Shortcts
Copy file path

Alt + Shift + L

General Keyboard Shortcts
Go to type/file

Ctrl + O / Alt + Shift + O

General Keyboard Shortcts
Go to JUnit test

Ctrl + Shift + T

General Keyboard Shortcts
Go to source

Ctrl + Shift + B

General Keyboard Shortcts
Go to declaration

Ctrl + B

General Keyboard Shortcts
Go to line

Ctrl + G

General Keyboard Shortcts
Toggle add/remove bookmark

Ctrl + Shift + M

General Keyboard Shortcts
Next/previous bookmark

Ctrl + Shift + . / ,

General Keyboard Shortcts
Next/previous usage/compile error

Ctrl + . / ,

General Keyboard Shortcts
Select next/previous element

Alt + Shift + . / ,

General Keyboard Shortcts
Select in Projects/Files/Favorites

Ctrl + Shift + 1 / 2 / 3

General Keyboard Shortcts
Move caret to matching bracket

Ctrl + [

General Keyboard Shortcts
Next/previous word match

Ctrl + K / Ctrl + Shift + K

General Keyboard Shortcts
Go backward/forward/to last edit

Alt + Left Arrow / Alt + Right Arrow / Ctrl + Q

General Keyboard Shortcts
Next/previous marked occurrence

Alt + Up Arrow / Down Arrow

Coding in C/C++
Go to declaration

Alt + Shift + C

Coding in C/C++
Evaluate expression

Ctrl + F9

Coding in Java
Generate code

Alt + Insert

Coding in Java
Fix all class imports

Ctrl + Shift + I

Coding in Java
Fix selected class's import

Alt + Shift + I

Coding in Java
Format selection (Indent)

Alt + Shift + F

Coding in Java
Shift lines left/right/up/down

Alt + Shift + Arrow Keys

Coding in Java
Rectangular Selection (Toggle)

Ctrl + Shift + R

Coding in Java
Copy lines up/down

Ctrl + Shift + Arrow Up / Arrow Down

Coding in Java
Inspect members/hierarchy

Ctrl / Alt + F12

Coding in Java
Add/remove comment lines

Ctrl + Shift + C / Ctrl + /

Coding in Java
Delete current line

Ctrl + E

Java Editor Code Templates
public static void main

psvm

Java Editor Code Templates
Enumeration

En

Java Editor Code Templates
Exception

Ex

Java Editor Code Templates
public static final

Psf

Java Editor Code Templates
public static final boolean

Psfb

Java Editor Code Templates
public static final int

Psfi

Java Editor Code Templates
public static final String

Psfs

Java Editor Code Templates
String

St

Java Editor Code Templates
abstract

ab

Java Editor Code Templates
assert true

as

Java Editor Code Templates
break

br

Java Editor Code Templates
boolean

bo

Java Editor Code Templates
catch

ca

Java Editor Code Templates
class

cl

Java Editor Code Templates
continue

cn

Java Editor Code Templates
double

db

Java Editor Code Templates
default

df

Java Editor Code Templates
equal

eq

Java Editor Code Templates
extends

ex

Java Editor Code Templates
public

pu

Java Editor Code Templates
private

pr

Java Editor Code Templates
protected

pe

Java Editor Code Templates
throws

th

Java Editor Code Templates
finally

fy

Java Editor Code Templates
implements

im

Java Editor Code Templates
interface

ie

Java Editor Code Templates
throw

tw

Java Editor Code Templates
import

ir

Java Editor Code Templates
length

le

Java Editor Code Templates
System.out.println()

sout

Java Editor Code Templates
System.out.println("obj"+obj)

soutv

Java Editor Code Templates
while

wh

Java Editor Code Templates
volatile

vo

Java Editor Code Templates
instanceof

iof

Java Editor Code Templates
final

fi

Java Editor Code Templates
float

fl

Java Editor Code Templates
false

fa

Java Editor Code Templates
short

sh

Java Editor Code Templates
private static final

psf

Java Editor Code Templates
private static final boolean

psfb

Java Editor Code Templates
private static fianl int

psfi

Java Editor Code Templates
private static final String

psfs

Java Editor Code Templates
printStackTrace()

pst

Java Editor Code Templates
/**/

bcom

JSP Editor Code Templates
windows.alert()

al

JSP Editor Code Templates
break;

br

JSP Editor Code Templates
function${name}...

fun

JSP Editor Code Templates
windows.history

hi

JSP Editor Code Templates
document.write()

dw

JSP Editor Code Templates
${}equals

eq

JSP Editor Code Templates
${}false

fa

JSP Editor Code Templates
${}windows.location

lo

JSP Editor Code Templates
${}return

re

JSP Editor Code Templates
$()window

Win

JSP Editor Code Templates
${}caseCatch()

ca

JSP Editor Code Templates
catch

catch

JSP Editor Code Templates
windows.consoledebug()

cond

JSP Editor Code Templates
windows.console.info()

coni

JSP Editor Code Templates
windows.console.log()

conl

JSP Editor Code Templates
windows.console.warn()

conw

JSP Editor Code Templates
${}catch

ct

JSP Editor Code Templates
${}document

do

JSP Editor Code Templates
${}instanceof

iof

Compiling, Testing, and Running
Compile package/ file

F9

Compiling, Testing, and Running
Build main project

F11

Compiling, Testing, and Running
Clean and build main project

Shift + F11

Compiling, Testing, and Running
Set request parameters

Ctrl + Q

Compiling, Testing, and Running
Create Unit test

Ctrl + Shift + U

Compiling, Testing, and Running
Run Unit test on file/project

Ctrl + F6 / Alt + F6

Compiling, Testing, and Running
Run main project/file

F6 / Shift + F6

Opening and Toggling between Views
Switch between open documents by order used

Ctrl + Tab ( Ctrl + ` )

Opening and Toggling between Views
Maximize window (toggle)

Shift + Esc

Opening and Toggling between Views
Close selected window

Ctrl + F4 / Ctrl + W

Opening and Toggling between Views
Close all windows

Ctrl + Shift + F4

Opening and Toggling between Views
Open contextual menu

Shift + F10

Opening and Toggling between Views
Switch between open documents by order of tabs

Ctrl + Page Up / Page Down

Opening and Toggling between Views
Reopen recently closed file

Ctrl + Alt + T

Opening and Toggling between Views
Toggle between editor types

Ctrl + Alt + Page Up / Page Down

Opening and Toggling between Views
Zoom text in / out

Alt +Mouse Wheel Up / Down

Opening and Toggling between Views
Toggle Inspect Mode

Ctrl + Shift + S

Debugging
Start debugging main project

Ctrl + F5

Debugging
Start debugging current file

Ctrl + Shift + F5

Debugging
Start debugging test for file

Ctrl + Shift + F6

Debugging
Stop/Continue debugging session

Shift + F5 / F5

Debugging
Run to cursor location in file

F4

Debugging
Step into/over

F7 / F8

Debugging
Step out

Ctrl + F7

Debugging
Go to called method

Ctrl + Alt +Up

Debugging
Go to calling method

Ctrl + Alt + Arrow Down

Debugging
Evaluate expression

Ctrl + F9

Debugging
Toggle breakpoint

Ctrl + F8

Debugging
New breakpoint

Ctrl + Shift + F8

Debugging
New watch

Ctrl + Shift + F7

Similar combinations for other applications


Microsoft OneNote 2010 (Windows)
Create a Today Outlook task from the currently selected note.
Various Other OneNote Shortcuts - Sharing Notes with other People or Programs

ctrl + shift + 1


Remember the Milk (Web Application)
Set selected task to priority 2
Editing Tasks

2


Remember the Milk (Web Application)
Set selected task to priority 3
Editing Tasks

3


Remember the Milk (Web Application)
Specify a priority.
SmartAdd

! 1 / 2 / 3


Android Emulator (Windows)
DPad left/up/right/down (numeric keypad with Num Lock off)
Other Device Keys

4 / 8 / 6 / 2


Notepad++ 5 (Windows)
1st style
Edit - Jump up

Ctrl + Shift + 1


Phoenix Viewer (Windows)
Statistics Bar
View

Ctrl + Shift + 1


Notepad++ 5 (Windows)
1st style
Search - Jump up

Ctrl + Shift + 1


Media Player Classic (MPC) (Windows)
Compact view
Various

2


Media Player Classic (MPC) (Windows)
Normal view
Various

3


Facebook (Web Application)
timeline/profile
Standard Shortcuts

2


Facebook (Web Application)
friends
Standard Shortcuts

3


HoneyView 5.03 (Windows)
Show Two at a time
Filter and Viewing Modes

2


Avid Media Composer 7 (MacOS)
Avid Calculator
Tools

2


HoneyView 5.03 (Windows)
Swap the left/right image
Filter and Viewing Modes

3


Avid Media Composer 7 (MacOS)
Command Pallette
Tools

3


Directory Opus (Windows)
Copy as
Operations Toolbar

Ctrl + Shift + 1


Microsoft Excel 2013 (Windows)
Apply the Number format with two decimal places, thousands separator, and minus sign (-) for negative values
Format Cells

Ctrl + Shift + 1


Virtual DJ (Windows)
Loop 2
All Shortcuts

2


Axialis IconWorkshop (Windows)
Drawing tools - 3D frame
Draw Menu

3


Autodesk Maya 2015 (Windows)
Medium display
View

2


Autodesk Maya 2015 (Windows)
Smooth display
View

3


Autodesk Maya 2015 (Windows)
Medium quality display setting
Display hotkeys

2


Autodesk Maya 2015 (Windows)
Smooth quality display setting
Display hotkeys

3


Autodesk Maya 2015 (Windows)
Cage + smooth polygon mesh display
Modeling

2


Autodesk Maya 2015 (Windows)
Smooth polygon mesh display
Modeling

3


Prezi (Web Application)
Zoom in / Zoom Out
Editing

1 / 2


Prezi (Web Application)
Rotate clockwise / counter-clockwise
Editing

3 / 4


Microsoft Excel 2016 (Windows)
Apply the number format with two decimal places, thousands separator (e.g. 1,000.00)
Select Cells - Number Formats

Ctrl + Shift + 1


Skype for Business (Lync) 2016 (Windows)
In Main Window - As a delegate, transfer a call to someone else’s work number
The Rest

Ctrl + 1 / Ctrl + Shift + 1


Adobe After Effects CC (Windows)
Show red, green, blue, or alpha channel as grayscale
Views

Alt + 1 / 2 / 3 / 4


Adobe After Effects CC (Windows)
Show colorized red, green, or blue channel
Views

Alt + Shift + 1 / 2 / 3 / 4


Adobe After Effects CC (MacOS)
Show red, green, blue, or alpha channel as grayscale
Views

Option + 1 / 2 / 3 / 4


Adobe After Effects CC (MacOS)
Show colorized red, green, or blue channel
Views

Option + Shift + 1 / 2 / 3 / 4


Autodesk Maya 2017 (Windows)
Medium display
View

2


Autodesk Maya 2017 (Windows)
Smooth display
View

3


Microsoft OneNote 2016 (Windows)
Create a Today Outlook task from selected note
Outlook 2016 Integration

Ctrl + Shift + 1


Microsoft Excel 2016 (Windows)
Apply the number format with two decimal places, thousands separator (e.g. 1,000.00)
Format Cells - Number Formats

Ctrl + Shift + 1


Autodesk Maya 2017 (Windows)
Medium quality display setting
Display hotkeys

2


Autodesk Maya 2017 (Windows)
Smooth quality display setting
Display hotkeys

3


Autodesk Maya 2017 (Windows)
Cage + smooth polygon mesh display
Modeling

2


Autodesk Maya 2017 (Windows)
Smooth polygon mesh display
Modeling

3


Corel Painter 2017 (Windows)
Select All Layers
Layers

Ctrl + Shift + 1


Nuke 10 (Windows)
Zoom to actual size
Timeline Viewer

Ctrl + Shift + 1


Nuke 10 (Linux)
Zoom to actual size
Timeline Viewer

Ctrl + Shift + 1


Nuke 10 (Windows)
Displaay in B inputt buffer
Timeline

2


Nuke 10 (MacOS)
Displaay in B inputt buffer
Timeline

2


Nuke 10 (Linux)
Displaay in B inputt buffer
Timeline

2


Microsoft Excel 2016 (Windows)
Apply the number format with two decimal places, thousands separator (e.g. 1,000.00)
Formulas - Number Formats

Ctrl + Shift + 1


Hexagon 2 (MacOS)
Front View
View Shortcuts

2


Hexagon 2 (MacOS)
Zoom in
View Shortcuts

3


3D Coat (MacOS)
View unshaded model
View Menu

2


Hexagon 2 (Windows)
Front View
View Shortcuts(Numeric Pad)

2


3D Coat (MacOS)
View only specular
View Menu

3


Hexagon 2 (Windows)
Zoom in
View Shortcuts(Numeric Pad)

3


Finale (MacOS)
Explode Music
Selection Tool

2


3D Coat (Windows)
View unshaded model
View Menu

2


Finale (Windows)
Explode Music
Selection Tool

2


3D Coat (Windows)
View only specular
View Menu

3


Zoho Sheet (Windows)
Format Cells
Actions

Ctrl + Shift + 1


Microsoft Excel 2016 (Windows)
Apply the number format with two decimal places, thousands separator (e.g. 1,000.00)
Manage Workbooks - Number Formats

Ctrl + Shift + 1


ArchiCAD 20 (Windows)
Marquee Tool
Tools

2


iMovie (MacOS)
Go to iMovie theater
iMovie window

2


iMovie (MacOS)
Show or hide the Adjustment bar
iMovie window

3


Dynamics SL 2015 (Windows)
Tab to the first section on a form or the first Tab on a grid
Navigation in forms

Ctrl + Shift + 1


ArchiCAD 20 (MacOS)
Marquee Tool
Tools

2


Battlefield 12 (Windows)
Switch Gadget
Beginner's Approch by PC Keyboard

1 / 2 / 3 / 4 / 5


Microsoft Excel 2016 (Windows)
Apply the number format with two decimal places, thousands separator (e.g. 1,000.00)
Excel Auto Tables and Data Forms - Number Formats

Ctrl + Shift + 1


CyberLink PhotoDirector 8 (Windows)
Set selected photo rating as 2
Operational

2


Autodesk 3ds Max 2017 (Windows)
Edge level
Editable Poly

2


Autodesk 3ds Max 2017 (Windows)
Border level
Editable Poly

3


CyberLink PhotoDirector 8 (Windows)
Set selected photo rating as 3
Operational

3


Overwatch 2016 (Windows)
Equip Weapon 2
Actions

2


Call of Duty (Windows)
Select Unit type 2
Strike Force Controls

2


Call of Duty (Windows)
Select Unit type 3
Strike Force Controls

3


Autodesk 3ds Max 2017 (Windows)
Virtual Viewport pan down
Virtual viewport

2


Todoist (Web Application)
Team inbox(Todoist business only)
Navigation Shortcuts

Ctrl + Shift + 1


Autodesk 3ds Max 2017 (Windows)
Subobject level 2
Subobjects

2


Autodesk 3ds Max 2017 (Windows)
Subobject level 3
Subobjects

3


GTA V Cheats (Windows)
Select Melee
Weapon Selection Shortcuts

2


GTA V Cheats (Windows)
Select shotgun
Weapon Selection Shortcuts

3


Trello (Web Application)
Toggle Label - Yellow
Labels Shortcuts

2


Trello (Web Application)
Toggle Label - Orange
Labels Shortcuts

3


Zimbra Collaboration Suite 8 (Windows)
Show Month View
Calender

M / 3


Windows 10 File Explorer (Windows)
Change View to Extra Large Icons
Folder Content (Main Pane) - Change Views

Ctrl + Shift + 1


BrainSuite (Windows)
Show Connectivity for Frontal Lobe
Connectivity Viewer

2


BrainSuite (Windows)
Show Connectivity for Parietal Lobe
Connectivity Viewer

3


BrainSuite (MacOS)
Show Connectivity for Frontal Lobe
Connectivity Viewer

2


BrainSuite (MacOS)
Show Connectivity for Parietal Lobe
Connectivity Viewer

3


ZBrush 4 (Windows)
Replay All Recorded Strokes
Edit Move Navigation - Stroke

2


ZBrush 4 (Windows)
Record Stroke
Edit Move Navigation - Stroke

3


Daz 3D Carrara 8 (Windows)
Two Pane Caonfiguration
Application - View

2


Daz 3D Carrara 8 (Windows)
Three Pan configuration
Application - View

3


ZBrush 4 (Windows)
Replay All Recorded Strokes
Inner Ring Actions - Stroke

2


ZBrush 4 (Windows)
Record Stroke
Inner Ring Actions - Stroke

3


Daz 3D Bryce 7 (Windows)
Top
Camera Views

2


Daz 3D Bryce 7 (Windows)
Right
Camera Views

3


Daz 3D Bryce 7 (MacOS)
Top
Camera Views

2


Daz 3D Bryce 7 (MacOS)
Right
Camera Views

3


Daz 3D Carrara 8 (Windows)
Two Pane Caonfiguration
Spline Modeler - View

2


Daz 3D Carrara 8 (Windows)
Three Pan configuration
Spline Modeler - View

3


Cyberduck (MacOS)
Active sprints/ Kanban board
Agile Shortcuts

2


Cyberduck (MacOS)
Reports
Agile Shortcuts

3


ACDSee (Windows)
Change Image Color Depth to Black and white
View Mode

Ctrl + Shift + 1


ZBrush 4 (Windows)
Replay All Recorded Strokes
Sculpting Brushes - Stroke

2


ZBrush 4 (Windows)
Record Stroke
Sculpting Brushes - Stroke

3


Steinberg Cubase 9 (MacOS)
Range tool
Tool

2


Steinberg Cubase 9 (Windows)
Range tool
Tool

2


Steinberg Cubase 9 (MacOS)
Split tool
Tool

3


Steinberg Cubase 9 (Windows)
Split tool
Tool

3


Chief Architect (Windows)
Break Line
View Mode

3


Chief Architect (MacOS)
Break Line
View Mode

3


InCopy CC (Windows)
Increase screen to 50%/ 200%/400%
Navigation Shortcuts

Ctrl + 5/2/4


InCopy CC (MacOS)
Increase screen to 50%/ 200%/400%
Navigation Shortcuts

Command + 5/2/4


Daz 3D Carrara 8 (Windows)
Two Pane Caonfiguration
Vertex Modeler - View

2


Daz 3D Carrara 8 (Windows)
Three Pan configuration
Vertex Modeler - View

3


ZBrush 4 (Windows)
Replay All Recorded Strokes
3D Models - Stroke

2


ZBrush 4 (Windows)
Record Stroke
3D Models - Stroke

3


Houdini (Windows)
Points
Particle/Contex/Scene View

2


Houdini (Windows)
Edges
Particle/Contex/Scene View

3


Final Fantasy XV (Windows)
Move Cursor Down/Cycle Down Through Party List
Hotbar And Main Menu

2


Houdini (Windows)
Top view
Particle/Contex/Scene View

2


Houdini (Windows)
Front view
Particle/Contex/Scene View

3


ZBrush 4 (Windows)
Replay All Recorded Strokes
ZSpheres - Stroke

2


ZBrush 4 (Windows)
Record Stroke
ZSpheres - Stroke

3


Chief Architect (Windows)
Join Roof Planes
Other Shortcuts

2


Chief Architect (MacOS)
Join Roof Planes
Other Shortcuts

2


Forte (Windows)
Go to Message List Pane
Main Browser Window

2


Forte (Windows)
Go to Message Pane
Main Browser Window

3


X-Plane 11 (Windows)
Flaps Up A Notch
Controls

2


PotPlayer (Windows)
Screen Size: 1
Numeric Keyboard Shortcuts

2


PotPlayer (Windows)
Screen Size: 1.5xx
Numeric Keyboard Shortcuts

3


Krita Painting 3 (Windows)
Zoom to fit width
Zoom

3


Krita Painting 3 (Windows)
Zoom to fit
Zoom

2


ZBrush 4 (Windows)
Replay All Recorded Strokes
Canvas and 2.5D - Stroke

2


ZBrush 4 (Windows)
Record Stroke
Canvas and 2.5D - Stroke

3


MediaMonkey (Windows)
Volume Down
Numeric Shortcuts(Numeric Keypad)

2


MediaMonkey (Windows)
Forward 5 Seconds
Numeric Shortcuts(Numeric Keypad)

3


Houdini (Windows)
Green
Render View

2


Houdini (Windows)
Blue
Render View

3


GOM Player (Windows)
100%
Window Size

2


GOM Player (Windows)
150%
Window Size

3


Scottrade (Windows)
Open/Close Carousel
32 Shortcuts for Scottrade (Windows)

Ctrl + Shift + 1


Pegasus Mail (Web Application)
Group by day
Grouped views

Ctrl + Shift + 1


Unity3D 5 (Windows)
Load Selection 1
Selection

Ctrl + Shift + 1


Anim8or (Windows)
Bottom View
ViewPoint Shortcuts

2


Anim8or (Windows)
Perspective View
ViewPoint Shortcuts

3


Visual Studio Code (Windows)
Focus into 1st, 2nd or 3rd editor group
Editor Management

Ctrl + 1 / 2 / 3


TVPaint Animation (Windows)
Scroll Down
89 Shortcuts for TVPaint Animation (Windows)

2


TVPaint Animation (Windows)
Scroll Down Right
89 Shortcuts for TVPaint Animation (Windows)

3


Shadow Tactics: Blades of the Shogun
Select character
General

2


Shadow Tactics: Blades of the Shogun
Select character
General

3


Zwift (PC and macOS)
Click 2nd item in list
Search screen

2


Zwift (PC and macOS)
Click 3rd item in list
Search screen

3


Smite (Windows)
Ability 2
Attack and Ability Controls

2


Smite (MacOS)
Ability 2
Attack and Ability Controls

2


Smite (Windows)
Ability 3
Attack and Ability Controls

3


Webflow (Windows)
Tablet
Device views

2


Smite (MacOS)
Ability 3
Attack and Ability Controls

3


Webflow (Windows)
Phone (landscape)
Device views

3


Webflow (MacOS)
Tablet
Device views

2


Webflow (MacOS)
Phone (landscape)
Device views

3


Fortnite (PC)
DroneFollow camera
Replay

2


Miscreated
Secondary slot 2
Action

2


Fortnite (PC)
DroneAttach camera
Replay

3


Miscreated
Secondary slot 3
Action

3


Warframe
(in Gear wheel) Select Sub Gear 1
Gear wheel

2


Warframe
(in Gear wheel) Select Sub Gear 2
Gear wheel

3


War Thunder (Tank)
Select the second type of shells
Miscellaneous

2


War Thunder (Tank)
Select the third type of shells
Miscellaneous

3


mpv
Increase contrast
Playback

2


mpv
Decrease brightness
Playback

3


Open Rails 0.6.2
Outside front
Camera positions

2


Open Rails 0.6.2
Outside rear
Camera positions

3


Webflow
Tablet
Device view

2


Webflow
Phone (landscape)
Device view

3


Vectorworks (Windows)
Line
Basic Palette

2


Vectorworks (MacOS)
Line
Basic Palette

2


Modo (Windows)
Front (press again to toggle front/back view)
3D Viewport Options

2


Vectorworks (Windows)
Arc
Basic Palette

3


FEKO (Windows)
Bottom view
CADFEKO and POSTFEKO : View Operations

2


Modo (Windows)
Right (press again to toggle right /left view)
3D Viewport Options

3


FEKO (Linux)
Bottom view
CADFEKO and POSTFEKO : View Operations

2


Vectorworks (MacOS)
Arc
Basic Palette

3


Gmsh 4.1.4
Mesh surfaces
General

2


Modo (MacOS)
Front (press again to toggle front/back view)
3D Viewport Options

2


Gmsh 4.1.4
Mesh volumes
General

3


Modo (MacOS)
Right (press again to toggle right /left view)
3D Viewport Options

3


Flyff
Toggle skill bar
General

2


Flyff
Toggle skill bar
General

3


Inkscape (Windows)
Zoom 1:2
Canvas

2


Inkscape (Windows)
Zoom to selection
Canvas

3


Inkscape (MacOS)
Zoom 1:2
Canvas

2


Inkscape (MacOS)
Zoom to selection
Canvas

3


Astroneer
Happy emote
Emotes

2


Astroneer
Wave emote
Emotes

3


Apex Legends (PC)
Second weapon
Weapons and abilities

2


Apex Legends (PC)
Holster weapon
Weapons and abilities

3


Place Anywhere (Fallout 4 mod)
Set X, Y, Z position of stored info to outlined object
General

2


Place Anywhere (Fallout 4 mod)
Set X, Y, Z position of stored info to outlined object
General

3


Spintires (PC)
Trailer camera
Camera

2


Vivaldi
Next tab (by order)
Single key shortcuts

2


Vivaldi
Next tab (by recent)
Single key shortcuts

3


Bus Simulator 18
Return change (1€)
Special

2


Bus Simulator 18
Return change (50c)
Special

3


ArtRage 4.5 5 (Windows)
Pencils
Tools

2


ArtRage 4.5 5 (Windows)
Palette knife
Tools

3


ArtRage 4.5 5 (MacOS)
Pencils
Tools

2


ArtRage 4.5 5 (MacOS)
Palette knife
Tools

3


Europa Universalis IV
Naval units
General

2


Europa Universalis IV
Make core
General

3


Target 3001! (Windows)
place Signals/Traces
Modes and Elements

2


Target 3001! (Windows)
Draw a Filled Triangle
Modes and Elements

3


KiCad 5.0.2
Decrease meander spacing by one step.
Pcbnew

2


KiCad 5.0.2
Increase meander amplitude by one step.
Pcbnew

3


City Car Driving
2nd gear
Car

2


City Car Driving
3rd gear
Car

3


Xyplorer
Double Size
Other Shortcuts

2


Subnautica
Slot 2
Mac

2


Subnautica
Slot 3
Mac

3


Vectorworks (Windows)
Front
Switch to Standard View

2


Vectorworks (Windows)
Right Isometric
Switch to Standard View

3


Vectorworks (MacOS)
Front
Switch to Standard View

2


Vectorworks (MacOS)
Right Isometric
Switch to Standard View

3


SolveSpace (Windows)
In Workplane
Sketch

2


SolveSpace (MacOS)
In Workplane
Sketch

2


SolveSpace (Windows)
Anywhere in 3D
Sketch

3


SolveSpace (MacOS)
Anywhere in 3D
Sketch

3


Kingdom Come: Deliverance
Draw range weapon
Combat

2


Substance Painter
Select Eraser tool
General

2


Substance Painter
Select Projection tool
General

3


The Forest
Item slot 2
World

2


The Forest
Item slot 3
World

3


Substance Painter (Mac)
Select Eraser tool
General

2


American Truck Simulator
Chasing camera
Camera controls

2


American Truck Simulator
Top-down camera
Camera controls

3


Substance Painter (Mac)
Select Projection tool
General

3


VCarve Pro (Windows)
Toggle Bottom Side on
Double Sided Job Setup

2


Pharaoh
Political Overseer
Overseers

2


Pharaoh
Ratings Overseer
Overseers

3


Altium Designer (Windows)
Rotate 3D body counter-clockwise around it's X-axis
3D Body Placement Shortcuts

2


Altium Designer (Windows)
Decrease 3D body standoff height (Z-axis) by one Snap Grid increment
3D Body Placement Shortcuts

3


BlackBerry Classic
Open the Clock app
BlackBerry 10

3


DaVinci Resolve 15 (Mac)
Multicam cut > Cut to angle 2
Clip

2


DaVinci Resolve 15 (Mac)
Multicam cut > Cut to angle 3
Clip

3


Final Cut Pro X
Cut and switch the multicam clip to angle 2 of the current bank
Editing

2


Final Cut Pro X
Cut and switch the multicam clip to angle 3 of the current bank
Editing

3


RimWorld
3x speed
User interface

2


RimWorld
5x speed
User interface

3


Jupyter Notebook
…to <keybs>6</keybs>:  Go to heading 2, 3, 4, 5, 6
Command mode

2


Nier: Automata
Light on / off
Genel

2


For Honor
Feat 2
Combat

2


For Honor
Feat 3
Combat

3


Sketch
Mirrored
Vector points

2


Sketch
Disconnected
Vector points

3


Winamp
Jump ten songs forward
Main window

3


Winamp
Turn volume down
Main window

2


Remember the Milk
Set the priority of the selected task/s to 2
Actions

2


Remember the Milk
Set the priority of the selected task/s to 3
Actions

3


Old School RuneScape (OSRS)
Used in character dialog to choose a response
General

2


Old School RuneScape (OSRS)
Used in character dialog to choose a response
General

3


Total War: Attila (Mac)
Select unit group 2
Battles: Unit / group

2


Total War: Attila (Mac)
Select unit group 3
Battles: Unit / group

3


Total War: Attila
Select unit group 2
Battles: Unit / group

2


Total War: Attila
Select unit group 3
Battles: Unit / group

3


Bloons TD Battles
Select second tower
General

2


Bloons TD Battles
Select third tower
General

3


ArtRage Studio Pro
Use Outline Cursors
Cursor Commands

2


ArtRage Studio Pro
Use Tool Cursors
Cursor Commands

3


Call of Duty: Black Ops 4
Switch to secondary weapon
On foot

2


Path of Exile
Using item from the second slot
General

2


Path of Exile
Using item from the third slot
General

3


Call of Duty: Black Ops 4
Scorestreak slot 1
Game mode specific

3


Airmail
Show Starred
General

2


Airmail
Show Attachments
General

3


Kerbal Space Program
Offset Mode
VAB/SPH Commands

2


Kerbal Space Program
Rotate Mode
VAB/SPH Commands

3


Diablo
Use specific belt item
General

2


Diablo
Use specific belt item
General

3


Diablo II
Uses the potion in slot 2
General

2


Adobe Dimension CC (Mac)
Hand
Tools

2


Adobe Dimension CC (Mac)
Dolly
Tools

3


Diablo II
Uses the potion in slot 3
General

3


Magic: The Gathering Online
Pass Until Response
General

2


Magic: The Gathering Online
Yes
General

3


Adobe Dimension CC (Windows)
Hand
Tools

2


Adobe Dimension CC (Windows)
Dolly
Tools

3


Rocket League
Quick chat - compliments
Default keyboard controls

2


Nuke
Display in the B input buffer
Timeline

2


Rocket League
Quick chat - reactions
Default keyboard controls

3


Destiny 2
Energy Weapon
Common and character

2


Destiny 2
Power Weapon
Common and character

3


World of Tanks
Switch between shells
Shells and consumables

2


World of Tanks
Switch between shells
Shells and consumables

3


Virtual DJ 2018
Loop 2
General

2


Tom Clancy's Rainbow Six Siege
Secondary Weapon
General

2


Inkscape
Zoom 1:2
Canvas

2


Inkscape
Zoom to selection
Canvas

3


Autodesk SketchBook (Mac)
Marking menu 2
Marking menu

2


Autodesk SketchBook (Mac)
Marking menu 3
Marking menu

3


Autodesk SketchBook (Windows)
Marking menu 2
Marking menu

2


Autodesk SketchBook (Windows)
Marking menu 3
Marking menu

3


Euro Truck Simulator 2
Following camera
Camera controls

2


Euro Truck Simulator 2
Vertical camera
Camera controls

3


BSPlayer
Zoom 100%
Misc

2


BSPlayer
Zoom 200%
Misc

3


Dota 2
Selects the 2nd preset control group of units.
Control groups

2


Dota 2
Selects the 3rd preset control group of units.
Control groups

3


ImageJ
Select next gel lane
General

2


ImageJ
Plot gel lanes
General

3


Riffstation Desktop
Show chord viewer tab
General

3


Riffstation Desktop
Show Riff Builder tab
General

2


Adobe Premiere Pro (Mac)
Select Camera 2
Multi camera

2


Adobe Premiere Pro (Mac)
Select Camera 3
Multi camera

3


LightWave 3D
View mode: Top
Layout: View

2


Adobe Premiere Pro (Windows)
Select Camera 2
Multi camera

2


LightWave 3D
View mode: Right
Layout: View

3


Adobe Premiere Pro (Windows)
Select Camera 3
Multi camera

3


Grand Theft Auto V
Select Melee
Selecting weapons

2


Grand Theft Auto V
Select Shotgun
Selecting weapons

3


Ardour
Cycle to next grid snap mode
Editing with Edit Point

2


Ardour
Use previous grid unit
Editing with Edit Point

3


Sea of Thieves
Draw Secondary Weapon
Items

2


Sea of Thieves
Equip Fruit
Items

3


Apple iMovie
Go to Projects view
iMovie window

2


Apple iMovie
Go to iMovie Theater
iMovie window

3


Kodi
Zoom Level 2
Picture slide show

2


Kodi
Zoom Level 3
Picture slide show

3


REAPER
Markers: Go to marker 02
Section: Main

2


REAPER
Markers: Go to marker 03
Section: Main

3


The Sims 4
Speed 2
Live mode

2


The Sims 4
Speed 3
Live mode

3


Krita 3.0
Zoom to fit width
Zoom

3


Krita 3.0
Zoom to fit
Zoom

2


IrfanView
Fit only large images to screen
Full screen mode

2


IrfanView
Fit all images to screen
Full screen mode

3


NVDA Screen Reader
(numpad) Say next character
Reading text: Character

3


NVDA Screen Reader
(numpad) Say current character
Reading text: Character

2


GOM Player
(numpad) Video to the down
Pan & scan

2


GOM Player
150%
Window size

3


Zimbra Web Client
Moon view
Calendar

3


Google Maps
(numpad) Toggle 3D mode
Street View

3


Google Calendar
Week View
Change calendar view

2


Google Calendar
Month view
Change calendar view

3


Diablo III
Activate skill 2
General

2


Overwatch
Equip weapon 2
Weapons & abilities

2


Diablo III
Activate skill 3
General

3


Duolingo
Select multiple choice answers with numbers
General

2


Duolingo
Select multiple choice answers with numbers
General

3


SketchUp
Hidden line
Surface

2


Opera
Cycle through frames in page
Spatial navigation keys

3