JetBrains RubyMine (MacOS)

Editing Shortcuts

Move Line(Selection) Up/Down

Option + Shift + Up Arrow / Down Arrow

All hotkeys for JetBrains RubyMine (MacOS)

General Shortcuts
Open Corresponding Tool Window

Command + 0..9

General Shortcuts
Save All

Command + S

General Shortcuts
Synchronize

Command + Option + Y

General Shortcuts
Toggle Full Screen Mode

Command + Ctrl + F

General Shortcuts
Toggle Maximize Editor

Command + Shift + F12

General Shortcuts
Go back to Previous Tool Window

F12

General Shortcuts
Go to Editor

Esc

General Shortcuts
Hide Active or Last Active Window

Shift + Esc

General Shortcuts
Switch Editor Tabs and IDE Tool Windows

Command + Tab

General Shortcuts
Open Setting Dialog

Command + ,

General Shortcuts
Close Current Active Tab

Command + W

General Shortcuts
Quick Switch Current Scheme

Ctrl + `

General Shortcuts
Add to Favourites

Option + Shift + F

General Shortcuts
Inspect Current file with Current file

Option + Shift + I

Find and Replace
Find

Command + F

Find and Replace
Replace

Command + R

Find and Replace
Search Everywhere

Double Shift

Find and Replace
Find Next

Command + G

Find and Replace
Find Previous

Command + Shift + G

Find and Replace
Find in Path

Command + Shift + F

Find and Replace
Replace in Path

Command + Shift + R

Editing Shortcuts
Basic Code Completion

Ctrl + Spacebar

Editing Shortcuts
Complete Current Statement

Command + Shift + Enter

Editing Shortcuts
Quick Documentation Lookup

Ctrl + J

Editing Shortcuts
Brief Info

Command + Mouse Over

Editing Shortcuts
Complete Statement

Command + Shift + Enter

Editing Shortcuts
Parameter Information

Command + P

Editing Shortcuts
Override Methods

Ctrl + O

Editing Shortcuts
Generate Code

Command + N

Editing Shortcuts
Move Line(Selection) Up/Down

Option + Shift + Up Arrow / Down Arrow

Editing Shortcuts
Surround With..(Begin..End etc.)

Command + Option + T

Editing Shortcuts
Comment/Uncomment with Line Comment

Command + /

Editing Shortcuts
Comment/Uncomment with Block Comment

Command + Option + /

Editing Shortcuts
Show Description of Error or Warning at Caret

Command + F1

Editing Shortcuts
Indent Selected Lines

Tab

Editing Shortcuts
Unindent Selected Lines

Shift + Tab

Editing Shortcuts
Show Intention Actions and Quick Fixes

Option + Enter

Editing Shortcuts
Reformat Code

Command + Option + L

Editing Shortcuts
Duplicate Current Line

Command + D

Editing Shortcuts
Cut/Copy/Paste Current line to Clipboard

Command + X / Command + C / Command + V

Editing Shortcuts
Paste from Buffer

Command + Shift + V

Editing Shortcuts
AutoIndent Lines

Ctrl + Option + I

Editing Shortcuts
Delete line at caret

Command + Backspace

Editing Shortcuts
Start New line

Shift + Enter

Editing Shortcuts
Show Intention Actions/Quick-Fixes

Option + Enter

Editing Shortcuts
Decrease Current Selection to Previous State

Option + Down Arrow

Editing Shortcuts
Select Successively Incresing Code blocks

Option + Up Arrow

Editing Shortcuts
Expand All

Command + Shift + +

Editing Shortcuts
Collapse All

Command + Shift + -

Editing Shortcuts
Expand/Collapse Code block

Command + + / Command + -

Editing Shortcuts
Delete to end word

Command + Del

Editing Shortcuts
Delete to word start

Command + Backspace

Editing Shortcuts
Select till code block end

Command + Shift + Option + ]

Editing Shortcuts
Select till code block start

Command + Shift + Option + [

Editing Shortcuts
Toggle Carnel/Snake Case

Shift + Option + U

Editing Shortcuts
Switch case for Word at Caret or Selected block

Command + Shift + U

Refactoring
Copy

F5

Refactoring
Move

F6

Refactoring
Rename

Shift + F6

Refactoring
Inline

Command + Option + N

Refactoring
Refactor this Quick List

Command + Option + Shift + T

Refactoring
Extract Method

Command + Option + M

Refactoring
Extract Field

Command + Option + F

Refactoring
Extract parameter

Command + Option + P

Refactoring
Extract Constant

Command + Option + C

Refactoring
Extract Variable

Command + Option + V

Navigation Shortcuts
Go to Class

Command + O

Navigation Shortcuts
Go to File

Command + Shift + O

Navigation Shortcuts
Go to Symbol

Command + Option + Shift + O

Navigation Shortcuts
Next highlighted Error

F2

Navigation Shortcuts
Previous highlighted Error

Shift + F2

Navigation Shortcuts
Go to Top of Page

Command + PgUp

Navigation Shortcuts
Go to Bottom of Page

Command + PgDn

Navigation Shortcuts
Go to Line

Command + L

Navigation Shortcuts
Recent files Popup

Command + E

Navigation Shortcuts
Select current file/Symbol in any View

Option + F1

Navigation Shortcuts
Go to Next/Previous Tab

Ctrl + Left Arrow / Ctrl + Right Arrow

Navigation Shortcuts
Go to Declaration

Command + B

Navigation Shortcuts
Go to Type Declaration

Command + Shift + B

Navigation Shortcuts
Navigate back/forward

Command + Option + Left Arrow / Command + Option + Right Arrow

Navigation Shortcuts
Go to last edit location

Command + Shift + Backspace

Navigation Shortcuts
Go to super method/super class

Command + U

Navigation Shortcuts
Type Hierarchy

Ctrl + H

Navigation Shortcuts
Toggle Bookmark

Shift + F6

Navigation Shortcuts
Toggle Bookmark with Mnemonic

Option + F3

Navigation Shortcuts
Show Bookmarks

Shift + F3

Navigation Shortcuts
Go to Numbered Bookmark

Ctral + 0..9

Navigation Shortcuts
Show Navigation bar

Command + Up Arrow

Navigation Shortcuts
Edit Source

F4

Navigation Shortcuts
View Source

Command + Down Arrow

Navigation Shortcuts
Show Diagram

Command + Shift + Option + U

Navigation Shortcuts
Diagram Popup

Command + Option + U

Navigation Shortcuts
File Structure Popup

Command + F12

Navigation Shortcuts
Move to code block end/start

Command + ] / Command + [

Navigation Shortcuts
Go to Previous/Next Method

Ctrl + Up Arrow / Ctrl + Down Arrow

Navigation Shortcuts
Open Quick Definition Lookup

Command + Shift + I

Debugging
Run to Cursor

Option + F9

Debugging
Step Out

Shift + F8

Debugging
Step Over

F8

Debugging
Step Into

F7

Debugging
Quick Evaluate Expression

Command + Option + F8

Debugging
Evaluate Expression

Option + F8

Debugging
Toggle Breakpoint

Command + F8

Debugging
View Breakpoints

Command + Shift + F8

Debugging
Resume Program

F9

Debugging
Show Execution Point

Option + F10

Compile and Run
Open Run Configuration

Option + Shift + F10

Compile and Run
Open Debug Configuration

Option + Shift + F9

Compile and Run
Run

Shift + F10

Compile and Run
Debug

Shift + F9

Compile and Run
Run Rake Task

Command + Option + R

Usage Search
Find Usage in File

Command + F7

Usage Search
Find Usage

Option + F7

Usage Search
Highlight Usage in File

Command + Shift + F7

Usage Search
Show Usage

Command + Option + F7

VCS/Local History
View Diffrenece

Command + D

VCS/Local History
Commit Project to VCS

Command + K

VCS/Local History
Update Project from VCS

Command + T

VCS/Local History
View Recent Changes

Option + Shift + C

VCS/Local History
VCS Operations Popup

Ctrl + V

Live Templates
Insert Live Template

Command + J

Live Templates
Surround with Live Template

Command + Option + J

Rails
Navigate to Rails Model/View/Controllers

Command + Ctrl + Up Arrow

Rails
Preview Rails View in Browser

Option + F2

Rails
Reload Application Sources in Rails Console

Command + R

Rails
Insert in RHTML

Command + Shift + .

Rails
Run Rails Generator

Command + Option + G

Rails
Ruby/Rail Quick List

Command + Option + R

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


NetBeans 8 (Windows)
Next/previous marked occurrence
General Keyboard Shortcts

Alt + 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


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


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 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


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


Mac OS Sierra 10.12 (MacOS)
Extend text selection to the beginning of the current paragraph, then to the beginning of the following paragraph if pressed again.
Document Shortcuts

Option + Shift + Up 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 (MacOS)
Previous Unread Channel
Navigation Controls

Option + Shift + Up Arrow


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

Ctrl + 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


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


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

Down Arrow / Up 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


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


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

Down 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


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


Garageband 10 (MacOS)
Transpose selected notes up one octave
MIsellaneous Shortcuts

Option + Shift + Up 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


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


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


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 waveforms in/out vertically (audio only)
Magnification and View

Shift + Up Arrow / Down Arrow


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

Alt + Up Arrow/Down 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


Xamarin Studio (MonoDevelop) (MacOS)
Expand Selection
Text Editor

Option + Shift + 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


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


gThumb (Linux)
Scroll downwards through the thumbnails
Navigation

Down Arrow / PgDn


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


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