NetBeans 8 (Windows)

General Keyboard Shortcts

Next/previous marked occurrence

Alt + Up Arrow / Down Arrow

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


Firefox (MacOS)
Go Down One Line
Navigation Controls

Down Arrow


Firefox (MacOS)
Decrease Volume
Media Control

Down Arrow


Firefox (MacOS)
Select Next Entry
Forums

Down Arrow


Firefox (MacOS)
Select Next Auto-Complete Entry
Auto Complete

Down Arrow


Adobe Illustrator CS5 (MacOS)
Increase/decrease the selected value by a small increment
Panel Shortcuts - Character and Paragraph panels

Up Arrow / Down Arrow


Adobe Illustrator CS5 (MacOS)
Increase/decreases the selected value by a large increment
Panel Shortcuts - Character and Paragraph panels

Shift + Up Arrow / Down Arrow


Adobe Illustrator CS5 (Windows)
Increase/decrease the selected value by a small increment
Panel Shortcuts - Character and Paragraph panels

Up Arrow / Down Arrow


Adobe Illustrator CS5 (Windows)
Increase/decreases the selected value by a large increment
Panel Shortcuts - Character and Paragraph panels

Shift + Up Arrow / Down Arrow


Adobe Illustrator CS5 (MacOS)
Increase/decrease opacity in 1% increments
Panel Shortcuts - Transparency Panel

Click opacity field + Up Arrow / Down Arrow


Adobe Illustrator CS5 (MacOS)
Increase/decrease opacity in 10% increments
Panel Shortcuts - Transparency Panel

Shift +click opacity field + Up Arrow / Down Arrow


Open Office Impress (Linux)
Play next effect (if any, else go to next slide). Or Space , Right arrow or or Page Down or Enter or N
Slide Shows

Down Arrow


Adobe Illustrator CS5 (Windows)
Increase/decrease opacity in 1% increments
Panel Shortcuts - Transparency Panel

Click opacity field + Up Arrow / Down Arrow


Adobe Illustrator CS5 (Windows)
Increase/decrease opacity in 10% increments
Panel Shortcuts - Transparency Panel

Shift +click opacity field + Up Arrow / Down Arrow


Adobe Illustrator CS5 (Windows)
Increase/decrease the selected value by a small increment
Additional Shortcuts - Character and Paragraph panels

Up Arrow / Down Arrow


Adobe Illustrator CS5 (Windows)
Increase/decreases the selected value by a large increment
Additional Shortcuts - Character and Paragraph panels

Shift + Up Arrow / Down Arrow


Adobe Illustrator CS5 (MacOS)
Increase or decrease polygon sides, star points, arc angle, spiral winds, or flare rays
Drawing

Start dragging, then Up Arrow / Down Arrow


Adobe Illustrator CS5 (MacOS)
Keep the inner radius of a star constant
Drawing

Start dragging, then Up Arrow / Down Arrow


Adobe Illustrator CS5 (MacOS)
Add or remove horizontal lines from a rectangular grid or concentric lines from a polar grid
Drawing

Start dragging, then Up Arrow / Down Arrow


Adobe Illustrator CS5 (Windows)
Increase/decrease opacity in 1% increments
Additional Shortcuts - Transparency Panel

Click opacity field + Up Arrow / Down Arrow


Adobe Illustrator CS5 (Windows)
Increase/decrease opacity in 10% increments
Additional Shortcuts - Transparency Panel

Shift +click opacity field + Up Arrow / Down Arrow


Adobe Illustrator CS5 (MacOS)
Move up or down one line
Working with Type

Up Arrow / Down Arrow


Adobe Illustrator CS5 (MacOS)
Move up or down one paragraph
Working with Type

āŒ˜ + Up Arrow / Down Arrow


Adobe Illustrator CS5 (MacOS)
Increase or decrease leading (for horizontal text, vor vertical text use Option+Right Arrow/Left Arrow)
Working with Type

Option + Up Arrow / Down Arrow


Adobe Illustrator CS5 (MacOS)
Increase or decrease baseline shift (for horizontal text, vor vertical text use Option+Shift+Right Arrow/Left Arrow)
Working with Type

Option + Shift + Up Arrow / Down Arrow


Adobe Illustrator CS5 (Windows)
Increase or decrease polygon sides, star points, arc angle, spiral winds, or flare rays
Drawing

Start dragging, then Up Arrow / Down Arrow


Adobe Illustrator CS5 (Windows)
Keep the inner radius of a star constant
Drawing

Start dragging, then Up Arrow / Down Arrow


Adobe Illustrator CS5 (Windows)
Add or remove horizontal lines from a rectangular grid or concentric lines from a polar grid
Drawing

Start dragging, then Up Arrow / Down Arrow


Adobe Illustrator CS5 (Windows)
Move up or down one line
Working with Type

Up Arrow / Down Arrow


Adobe Illustrator CS5 (Windows)
Move up or down one paragraph
Working with Type

Ctrl + Up Arrow / Down Arrow


Adobe Illustrator CS5 (Windows)
Increase or decrease leading (for horizontal text, vor vertical text use Alt+Right Arrow/Left Arrow)
Working with Type

Alt + Up Arrow / Down Arrow


Adobe Illustrator CS5 (Windows)
Increase or decrease baseline shift (for horizontal text, vor vertical text use Alt+Shift+Right Arrow/Left Arrow)
Working with Type

Alt + Shift + Up Arrow / Down Arrow


Plex (Windows)
Move Down
Graphics(Audio/Video) Control

Down Arrow


Plex (MacOS)
Move Down
Graphics(Audio/Video) Control

Down Arrow


Safari Browser (MacOS)
Scroll Page vertically
Navigation/Scroll Operation

Up/down Arrow


Corel VideoStudio X9.5 (Windows)
Go to next step
Navigation/Direction Shortcuts

Down Arrow


Plex (Windows)
Navigate Down
Navigation Controls

Down Arrow


Adobe Illustrator CC (MacOS)
Add/Remove horizontal lines from grid
Drawing Shortcuts

Drag + Up Arrow / down arrow


Adobe Illustrator CC (Windows)
Add/Remove horizontal lines from grid
Drawing Shortcuts

Drag + Up Arrow / down arrow


Plex (MacOS)
Navigate Down
Navigation Controls

Down Arrow


Adobe Audition CC (Windows)
Activate right channel for editing
Audio Editing Operations

Down Arrow


Adobe Audition CC (MacOS)
Activate right channel for editing
Audio Editing Operations

Down Arrow


Adobe Audition CC (Windows)
Increse/Decrese spectral resolution
Audio Editing Operations

Shift + Ctrl + Up Arrow / Down Arrow


Adobe Audition CC (MacOS)
Increse/Decrese spectral resolution
Audio Editing Operations

Shift + Command + Up Arrow / Down Arrow


Apple Numbers (MacOS)
Go to next sheet if selected in sheets pane
Navigation Shortcuts

Right Arrow / Down Arrow


Adobe Premiere CC (Windows)
Next/Previous
Panel Shortcuts

Down arrow/Up arrow


InDesign CC (Windows)
Adjust Leading size
Formatting Shortcuts

Alt + Up Arrow / Alt + Down Arrow


Adobe Premiere CC (MacOS)
Next/Previous
Panel Shortcuts

Down arrow/Up arrow


FileMaker Pro (MacOS)
Select items in a list
Insert and Replace Values

Up Arrow / Down Arrow


FileMaker Pro (Windows)
Select items in a list
Paste, Select, and Replace Values

Up Arrow / Down Arrow


Hexagon 2 (MacOS)
Rotate Down
General Shortcuts

Down Arrow


Hexagon 2 (Windows)
Rotate Down
General Shortcuts

Down Arrow


Anime Studio (Windows)
Move shape
Fill tools

Up arrow / Down arrow


Finale (MacOS)
Next verse/chorus/section
Lyrics Tool

Down Arrow


Finale (Windows)
Next verse/chorus/section
Lyrics Tool

Down Arrow


Hexagon 2 (Windows)
Pan Up
Pan Selection and editor Shortcuts

Alt + Up arrow


Nuke 10 (Windows)
Previous Arrow/Next Arrow in trer
Node Graph

Up Arrow / Down Arrow


Nuke 10 (Linux)
Previous Arrow/Next Arrow in trer
Node Graph

Up Arrow / Down Arrow


Nuke 10 (MacOS)
Previous Arrow/Next Arrow in trer
Node Graph

Up Arrow / Down Arrow


Dynamics NAV 2015 (Windows)
Move to the field below in the same Column
Normal Shortcuts

Down Arrow


ArchiCAD 20 (Windows)
Scroll Down
Actions

Down Arrow


Apple Pages (MacOS)
Move to the line below
Moving around within a document

Down Arrow


Anime Studio (MacOS)
Move shape
Fill tools

Up arrow / Down arrow


Windows Movie Maker (Windows)
Select item below
On timeline

Down Arrow


Windows Movie Maker (Windows)
Select clip trim handle
Edit

Alt + Shift + Up arrow/ Down arrow


Dynamics AX 2015 (Windows)
Go to the next node
Working with AOT

Down Arrow


Dynamics AX 2015 (Windows)
Move the node up
Working with AOT

Alt + Up Arrow


Dynamics SL 2015 (Windows)
Move to the cell below/When cell is not in edit mode
Grid/View Shortcuts

Down Arrow / Enter


iMovie (MacOS)
Jump forward to the next clip
Navigation

Down Arrow


Wondershare Editor (Windows)
Under one
Media/ Resource library

Down arrow


Dynamics SL 2015 (Windows)
Move between entries in an open drop-down list
Grid/View Shortcuts

Up Arrow / Down Arrow


Dynamics AX 2015 (Windows)
Move to the record below the currently selected record.
Grid Controls

Down Arrow


ArchiCAD 20 (MacOS)
Scroll Down
Actions

Down Arrow


Dynamics AX 2015 (Windows)
In the Navigation Pane tree view, select the next and previous item, respectively.
Windows and Menu Control

Up Arrow / Down Arrow


Ace Projects (Windows)
Move lines up
Line Shortcuts

Alt + Up Arrow


Microsoft Projects 2016 (Windows)
Move to the next row.
Working with Table

Down Arrow


Ace Projects (Windows)
Go line down
Navigation Shortcuts

Down Arrow


Microsoft Projects 2016 (Windows)
Move one line down.
Moving around cells/text

Down Arrow


1Password (MacOS)
Select previous or next category or item.
1Password Mini App Shortcuts

Up Arrow / Down Arrow


Microsoft Projects 2016 (Windows)
Select the next item on the action menu.
Access and Use Action

Down Arrow


Adobe Acrobat Pro (MacOS)
Scroll down
Navigation - Navigating a PDF

Down Arrow


Adobe Acrobat Pro (MacOS)
Navigate to the next command button within a panel
Navigation - Navigating task panes

Down Arrow


Apple Motion (MacOS)
Move selection down one level in the Audio list
Audio List Controls

Down Arrow


Adobe Acrobat Pro (MacOS)
Move to previous or next navigation panel and make it active (when focus is on the panel button)
Navigation - Navigation panels

Up Arrow / Down Arrow


Adobe Acrobat Pro (MacOS)
Move focus to next item in a navigation panel
Navigation - Navigation panels

Down Arrow


GitLab (Web Application)
Move Selection Down
Project File Searching Shortcuts

Down Arrow


GitLab (Web Application)
Move Selection Down
Project File Browsing Shortcuts

Down Arrow


Asana (Web Application)
Change Selection
Selection Shortcuts

Up Arrow / Down Arrow


Adobe Acrobat Pro (MacOS)
Move focus to the next or previous row when in the body of the file list on the left
PDF Portfolios

Up Arrow / Down Arrow


Final Cut Pro (MacOS)
To next edit or in/out
Navigation

Down arrow


ZenDesk (Windows)
Move Down
Navigation Shortcuts

Down Arrow


GitLab (Web Application)
Scroll Down
NetWork Graph Shortcuts

J / Down Arrow


Apple Motion (MacOS)
Move down one level in the Layers list
Layers

Down Arrow


TextMate 2 (MacOS)
Move line Up/Down
General Shortcuts

Command + Ctrl + Up Arrow / Down Arrow


TextMate 2 (MacOS)
Scroll line Up/Down
General Shortcuts

Command + Option + Ctrl + Up Arrow / Down Arrow


Slack (Windows)
Previous Channel
Navigation Controls

Alt + Up Arrow


JetBrains RubyMine (Windows)
Move Line(Selection) Up/Down
Editing Shortcuts

Ctrl + Shift + Up Arrow / Down Arrow


JetBrains RubyMine (MacOS)
Move Line(Selection) Up/Down
Editing Shortcuts

Option + Shift + Up Arrow / Down Arrow


JetBrains RubyMine (Linux)
Move Line(Selection) Up/Down
Editing Shortcuts

Ctrl + Shift + Up Arrow / Down Arrow


Sublime Text (MacOS)
Clip text Upwards/Downwards
Other Shortcuts

Command + Ctrl + Up Arrow / Down Arrow


JetBrains PyCharm (MacOS)
Move Line(Selection) Up/Down
Editing Shortcuts

Option + Shift + Up Arrow / Down Arrow


JetBrains AppCode (MacOS)
Move Line(Selection) Up/Down
Editing Shortcuts

Option + Shift + Up Arrow / Down Arrow


GTA V Cheats (Windows)
Phone Down
Cellphone Controls

Down Arrow


Mattermost (Windows)
Previous channel or direct message in left hand sidebar
Navigation Shortcuts

Alt + Up Arrow


Mattermost (MacOS)
Previous channel or direct message in left hand sidebar
Navigation Shortcuts

Alt + Up Arrow


Rocket.Chat (Web Application)
Move to the Beginning of the Message
On Windows Plateform

Alt + Up Arrow


JetBrains PyCharm (Windows)
Go to Previous/Next Method
Navigation

Alt + Up Arrow / Alt + Down Arrow


Amazon Kindle (Windows)
Move the focus of the book below the current selection
Library

Down Arrow


JetBrains PyCharm (Windows)
Move Line(Selection) Up/Down
Editing

Ctrl + Shift + Up Arrow / Down Arrow


Amazon Kindle (Windows)
Next Page
Reading Book

PgDn / Down Arrow


JetBrains RubyMine (Windows)
Go to Previous/Next Method
Navigation Shortcuts

Alt + Up Arrow / Alt + Down Arrow


Logic Pro X (MacOS)
Next/Previous Staff
Score Editor

Down Arrow / Up Arrow


Windows 10 File Explorer (Windows)
Jump one level up
Address Bar - Basics

Alt + Up Arrow


JetBrains RubyMine (Linux)
Go to Previous/Next Method
Navigation Shortcuts

Alt + Up Arrow / Alt + Down Arrow


Red Hat Enterprise (Linux)
Shows Command History
Task

Up Arrow / Down Arrow


Logic Pro X (MacOS)
Select Previos/Next Audio Files
Project Audio

Up Arrow / Down Arrow


Bash (Linux)
Next Arrow
Navigation

Ctrl + N / Down Arrow


Zimbra Collaboration Suite 8 (Windows)
Display PopUp Menu for Button
Buttons

Down Arrow


Daz 3D Bryce 7 (Windows)
Subtract 1 from Value
Text Editing

Down Arrow


Zimbra Collaboration Suite 8 (Windows)
Move to Next Item
PopUp Menus

Down Arrow


Daz 3D Bryce 7 (MacOS)
Subtract 1 from Value
Text Editing

Down Arrow


Zimbra Collaboration Suite 8 (Windows)
Focus on Next Button
Vertical Toolbars

Down Arrow


Zoho Mail (Web Application)
Read Next Message
Default Keyboard Shortcuts

Down Arrow


Clarizen (Web Application)
Move Down to the Next action item in A Loop
Navigation

Down Arrow


Clarizen (Web Application)
Selects the User Aelow
Team Panel

Down Arrow


JetBrains PhpStorm (Windows)
Move Line(Selection) Up/Down
Editing

Ctrl + Shift + Up Arrow / Down Arrow


Clarizen (Web Application)
Moves one cell up or down and sets the new cell as selected
Main Grid

Up Arrow / Down Arrow


Blender 3D (Windows)
Go Backward 10 Frame
Universal

Down Arrow


JetBrains PhpStorm (MacOS)
Move Line(Selection) Up/Down
Editing

Command + Shift + Up Arrow / Down Arrow


Adobe Bridge CC (MacOS)
Move Down a Folder in Panel or Row
35 Shortcuts for Adobe Bridge CC (MacOS)

Down Arrow


Adobe Bridge CC (Windows)
Move Down a Folder in Panel or Row
35 Shortcuts for Adobe Bridge CC (Windows)

Down Arrow


JetBrains PhpStorm (Linux)
Move Line(Selection) Up/Down
Editing

Ctrl + Shift + Up Arrow / Down Arrow


Clarizen (Web Application)
Moves one cell up or down and sets the new cell as selected in days for days, work week, week, and month views
Calender

Up Arrow / Down Arrow


Zoho Projects (Windows)
To Navigate Task in Task Details
Other Actions

Up Arrow / Down Arrow


Clarizen (Web Application)
When the Cursor is in Module type ahead Search - Opens the Global filter
Global filter Pane

Down Arrow


Freshdesk (Web Application)
Move Cursor to Next Ticket
Tickets

Down Arrow / J


JetBrains PhpStorm (Windows)
Go to Previous/Next Method
Navigation

Alt + Up Arrow / Alt + Down Arrow


Daz 3D Bryce 7 (Windows)
Move Negative on Z-axis by 5.12 BU
Object Translation

Down Arrow


Daz 3D Bryce 7 (MacOS)
Move Negative on Z-axis by 5.12 BU
Object Translation

Down Arrow


Microsoft Teams (Windows)
Go to Previous List item
Navigation Shortcuts

Alt + Up Arrow


JetBrains PhpStorm (Linux)
Go to Previous/Next Method
Navigation

Alt + Up Arrow / Alt + Down Arrow


Fifa Football 17 (Windows)
Custom tactics
Attacking (Keyboard + Mouse )

Down arrow


jEdit (Windows)
Move caret to Previous Fold
Folding and Narrowing

Alt + Up Arrow


Fifa Football 17 (Windows)
Custom tactics
Defending (Mouse + Keyboard)

Down arrow


Opera (Windows)
Move one line down
Navigation

Down Arrow


Opera (MacOS)
Move one line down
Navigation

Down Arrow


Blender 3D (Windows)
Move text cursor 1 line forward
Font

Down Arrow


Steinberg Cubase 9 (Windows)
Down
Navigate

Down arrow


Steinberg Cubase 9 (MacOS)
Down
Navigate

Down arrow


Corel Draw X8 (Windows)
Nudge Down
Objest Nudge Commands

Down arrow


InCopy CC (Windows)
Move up/down one line
Navigation Shortcuts

Up Arrow / Down Arrow


InCopy CC (MacOS)
Move up/down one line
Navigation Shortcuts

Up Arrow / Down Arrow


InCopy CC (Windows)
Go to previous/next paragraph
Navigation Shortcuts

Ctrl + Up Arrow / Down Arrow


InCopy CC (MacOS)
Go to previous/next paragraph
Navigation Shortcuts

Command + Up Arrow / Down Arrow


InCopy CC (Windows)
Select one line above/below
Navigation Shortcuts

Shift + Up Arrow / Down Arrow


InCopy CC (Windows)
Select one paragraph before/after
Navigation Shortcuts

Ctrl + Shift + Up Arrow / Down Arrow


InCopy CC (MacOS)
Select one line above/below
Navigation Shortcuts

Shift + Up Arrow / Down Arrow


InCopy CC (MacOS)
Select one paragraph before/after
Navigation Shortcuts

Command + Shift + Up Arrow / Down Arrow


Steinberg Cubase 9 (Windows)
Zoom out tracks
Zoom

Alt + Up arrow


InCopy CC (MacOS)
Increase/Decrease leading (horizontal text)
Working with Text

Option + Up Arrow / Down Arrow


InCopy CC (MacOS)
Increase/Decrease leading five times (horizontal text)
Working with Text

Command + Option + Up Arrow / Down Arrow


InCopy CC (Windows)
Increase/Decrease leading (horizontal text)
Working with Text

Alt + Up Arrow / Down Arrow


InCopy CC (Windows)
Increase/Decrease leading five times (horizontal text)
Working with Text

Ctrl + Alt + Up Arrow / Down Arrow


InCopy CC (MacOS)
Increase/Decrease baseline shift (horizontal text)
Working with Text

Option + Shift + Up Arrow / Down Arrow


InCopy CC (MacOS)
Increase/Decrease baseline shift five times (horizontal text)
Working with Text

Command + Option + Shift + Up Arrow / Down Arrow


InCopy CC (Windows)
Increase/Decrease baseline shift (horizontal text)
Working with Text

Alt + Shift + Up Arrow / Down Arrow


Corel Draw X8 (Windows)
Cursor down one line
Cursor Moves Using Text Tool

Down arrow


InCopy CC (Windows)
Increase/Decrease baseline shift five times (horizontal text)
Working with Text

Ctrl + Alt + Shift + Up Arrow / Down Arrow


Final Fantasy XV (Windows)
Point camera down
Camera

Down arrow


Garageband 10 (MacOS)
Select the next lower track
Track Operations

Down Arrow


Houdini (Windows)
Play back
Main Menu

Down arrow


InCopy CC (MacOS)
Move up/down through table cells
Tables

Up Arrow / Down Arrow


Apple Motion (MacOS)
Move down one item in the sidebar or file stack
Library

Down Arrow


Lightworks (Windows)
To Move Next Row
31 Shortcuts for Lightworks (Windows)

Down Arrow


InCopy CC (MacOS)
Select cells above/below
Tables

Shift + Up Arrow / Down Arrow


InCopy CC (Windows)
Move up/down through table cells
Tables

Up Arrow / Down Arrow


Apple Motion (MacOS)
Move down one level in the Media list
Media List

Down Arrow


InCopy CC (Windows)
Select cells above/below
Tables

Shift + Up Arrow / Down Arrow


InCopy CC (MacOS)
Extend XML selection up/down
Working with XML

Shift + Up Arrow / Down Arrow


InCopy CC (MacOS)
Move XML selection up/down
Working with XML

Up Arrow / Down Arrow


InCopy CC (Windows)
Extend XML selection up/down
Working with XML

Shift + Up Arrow / Down Arrow


InCopy CC (Windows)
Move XML selection up/down
Working with XML

Up Arrow / Down Arrow


Garageband 10 (MacOS)
Select the next staff event
MIsellaneous Shortcuts

Down Arrow


Informix Genero 2.5.0 (Windows)
Down one line
Cursor Movement Shortcuts

Down Arrow


Brackets (MacOS)
Go to Next Rule in List
Edit

Alt + Up Arrow


Notes 9.0 (Windows)
Navigate Tabs in Vertical List
26 Shortcuts for Notes 9.0 (Windows)

Up Arrow / Down Arrow


Notes 9.0 (Windows)
Move to selected Window Panel
26 Shortcuts for Notes 9.0 (Windows)

Ctrl + F7 then Up Arrow / Down Arrow


FxPro (Windows)
Scroll Down
Navigation and Scrolling

Down Arrow


Apple Motion (MacOS)
Decrease a slider value by an increment of one
Inspector

Down Arrow


TeamCity (Web Application)
Move Down
12 Shortcuts for TeamCity (Web Application)

Down Arrow


Apple Motion (MacOS)
Select the next object below
Miscellaneous

Down Arrow


Houdini (Windows)
Move down list
Common List Controls

Down arrow


Tencent QQ Player (Windows)
Volume Down
30 Shortcuts for Tencent QQ Player (Windows)

Down Arrow


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

Alt + Up Arrow


MPS 2017 (Windows)
Move the caret one line down
Basic Editing

Down Arrow


PotPlayer (Windows)
Volume Down
Standard Keyboard Controls

Down Arrow


Vuze (Windows)
Select torrent(s) above or below current one(multiple select)
General Shortcuts

Shift + Up Arrow / Down Arrow


Vuze (MacOS)
Select torrent(s) above or below current one(multiple select)
General Shortcuts

Shift + Up Arrow / Down Arrow


Vuze (Windows)
Move selected torrent(s) Up/Down
General Shortcuts

Ctrl + Up Arrow / Down Arrow


Vuze (MacOS)
Move selected torrent(s) Up/Down
General Shortcuts

Command + Up Arrow / Down Arrow


Vuze (Windows)
Move selected torrent(s) Up/Down 10 spaces
General Shortcuts

Ctrl + Shift + Up Arrow / Down Arrow


Vuze (MacOS)
Move selected torrent(s) Up/Down 10 spaces
General Shortcuts

Command + Shift + Up Arrow / Down Arrow


Krita Painting 3 (Windows)
Pan down
Pan

Down arrow


MetaTrader MT4 (Windows)
Fast Chart Scrolling Right or Chart scrolling Down
Navigation

Down Arrow


Jetbrains CLion (Windows)
Go to previous/next method
Navigation Shortcuts

Alt + Up Arrow / Down Arrow


Vegas Pro 14 (Windows)
Switch focus to previous/next trackĀ or bus track
Magnification and View

Alt + Shift + Up Arrow / Down Arrow


Vegas Pro 14 (Windows)
Zoom in/out horizontally in small increments (if timeline has focus)
Magnification and View

Up Arrow / Down Arrow


Vegas Pro 14 (Windows)
Zoom in/out horizontally in large increments or zoom to selection (if one exists)
Magnification and View

Ctrl + Up Arrow / Down Arrow


Vegas Pro 14 (Windows)
Zoom in time until each video thumbnail represents one frame
Magnification and View

Alt + Up Arrow


Vegas Pro 14 (Windows)
Zoom waveforms in/out vertically (audio only)
Magnification and View

Shift + Up Arrow / Down Arrow


Aptana Studio 3 (Windows)
To Move Up
Navigation

Alt + Up Arrow


Visual Studio Code (Windows)
Move line up/down
Editing Shortcuts

Alt + Up Arrow/Down Arrow


Delphi 10 (Windows)
Browse to symbol under editor cursor (invoke a hotlink and add it to the hotlink history)
193 Shortcuts for Delphi 10 (Windows)

Alt + Up Arrow


Visual Studio Code (Windows)
Scroll line up/down
Editing Shortcuts

Ctrl + Up Arrow/Down Arrow


Titanium (MacOS)
Move Lines Up/Down
Text Editing

Option + Up Arrow / Down Arrow


Titanium (MacOS)
Duplicate Lines Up/Down
Text Editing

Command + Option + Up Arrow / Down Arrow


Soundforge (Windows)
Decrease time magnification (zoom out)
Navigation and Playback

Down Arrow / Mouse Wheel Down


Titanium (MacOS)
To File Start/End
Navigation

Command + Up Arrow/Down Arrow


Soundforge (Windows)
Pan data window up/down if zoomed in vertically
Navigation and Playback

Ctrl + Shift + Up Arrow / Down Arrow


Visual Studio Code (Windows)
Insert cursor above / below
MutiCursor and Selection

Ctrl + Alt + Up Arrow/Down Arrow


MPS 2017 (Windows)
Navigate to the previous method declaration in the active editor tab
Navigation between Source Code

Alt + Up Arrow


Xamarin Studio (MonoDevelop) (Windows)
Move Line or Selection Up
Text Editor

Alt + Up Arrow


Vegas Pro 14 (Windows)
Scroll Up/Down(Press Shift to scroll quickly)
RedEye Reduction

Up Arrow / Down Arrow


Soundforge (Windows)
Select the next plug-in in the chain
Plug-In Chain

Down Arrow


iClone 7 (Windows)
Move along Y Axis
Item Transform

Alt + Up/Down Arrow


iClone 7 (Windows)
Move along Z Axis
Item Transform

Ctrl + Up/Down Arrow


Visual Studio Code (Windows)
Scroll up/down
Integrated Terminal

Ctrl + Up Arrow/Down Arrow


TurboCAD (Windows)
Set Top View
171 Shortcuts for TurboCAD (Windows)

Alt + Up Arrow


Titanium (Windows)
Move Lines Up/Down
Text Editing

Alt + Up Arrow / Down Arrow


Titanium (Windows)
Duplicate Lines Up/Down
Text Editing

Ctrl + Alt + Up Arrow / Down Arrow


Vegas Pro 14 (Windows)
Toggle audio/video stream height
Trimmer Shortcuts

Ctrl + Shift + Up Arrow / Down Arrow


Titanium (Windows)
To File Start/End
Navigation

Ctrl + Up Arrow/Down Arrow


Smite (Windows)
Move Backward
Movement Controls

S / Down Arrow


Smite (MacOS)
Move Backward
Movement Controls

S / Down Arrow


progeCAD (Windows)
Pans the drawing window view down by one unit
51 Shortcuts for progeCAD (Windows)

Down Arrow


TurboCAD (Windows)
Scroll view down
171 Shortcuts for TurboCAD (Windows)

Down Arrow


Inkscape (Windows)
Change value by 01
Control Bar

Up Arrow / Down Arrow


Ableton Live 9 (Windows)
Jump to Search Results
Browsing

Down arrow


Ableton Live 9 (MacOS)
Jump to Search Results
Browsing

Down arrow


Wordfast Pro (Windows)
Previous Segment (TM Commit)
100 Shortcuts for Wordfast Pro (Windows)

Alt + Up Arrow


SpaceClaim (Windows)
Nudge Active Dimension by Normal Distance or angle
71 Shortcuts for SpaceClaim (Windows)

Alt + Up Arrow / Alt + Down Arrow


gThumb (Linux)
Scroll downwards through the thumbnails
Navigation

Down Arrow / PgDn


gThumb (Linux)
Go up one level
Navigation

Alt + Up Arrow


JW Player (Windows)
Increase and decrease volume by 10%
8 Shortcuts for JW Player (Windows)

Up Arrow / Down Arrow


gThumb (Linux)
Load the next image
Slideshow

Spacebar / Down Arrow


Netflix (Web Application)
Decrease Volume
10 Shortcuts for Netflix (Web Application)

Down Arrow


AVS Video Editor (Windows)
Increase Speed
Preview Area

Alt + Up Arrow


MuseScore (Windows)
Lower Pitch By Semi-Tone
Pitch Shortuts

down Arrow


AVS Video Editor (Windows)
Line Down
Timeline Shortcuts

Down Arrow


MuseScore (MacOS)
Lower Pitch By Semi-Tone
Pitch Shortuts

down Arrow


KeyCreator (Windows)
Pan Down
Pan

Down Arrow


eMachineShop (Windows)
Nudge selected line(s) Down
38 Shortcuts for eMachineShop (Windows)

Down Arrow


Solidwork Composer (Windows)
Decreases navigation speed in Fly Through mode
35 Shortcuts for Solidwork Composer (Windows)

- / Down Arrow


Tinkercad (Windows)
Move Up and Down
26 Shortcuts for Tinkercad (Windows)

Ctrl + Up Arrow / Down Arrow


Tinkercad (Windows)
Move 10 times faster Up and Down
26 Shortcuts for Tinkercad (Windows)

Ctrl + Shift + Up Arrow / Down Arrow


Altium Designer (Windows)
Move 3D body forward along Y-axis by one Snap Grid increment
3D Body Placement Shortcuts

Down Arrow


Altium Designer (Windows)
Scroll through chartthenone wave plot at a time in direction of arrow
SimData Editor Shortcuts

Up Arrow/Down Arrow


Open Office Impress (Windows)
Play next effect (if any, else go to next slide). Or Space , Right arrow or or Page Down or Enter or N
Slide Shows

Down Arrow