Eclipse Helios (Windows)

Select Text

Expand selection by one line down / one line up

Shift + Arrow Down / Arrow Up

All hotkeys for Eclipse Helios (Windows)

Manage Files and Projects
Create new project using the Wizard

Ctrl + N

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

Ctrl + Alt + N

Manage Files and Projects
Open project, file, etc.

Alt + F , then .

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

Ctrl + Shift + R

Manage Files and Projects
Show and access file properties

Alt + Enter

Manage Files and Projects
Save current file

Ctrl + S

Manage Files and Projects
Save all files

Ctrl + Shift + S

Manage Files and Projects
Close current file

Ctrl + W

Manage Files and Projects
Close all files

Ctrl + Shift + W

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

F5

Editor Window
Jump to Editor Window

F12

Editor Window
Switch to next editor / switch to previous editor

Ctrl + Page Down / Ctrl + Page Up

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

Ctrl + M

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

Ctrl + E

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

Ctrl + F6 / Ctrl + Shift + F6

Editor Window
Go to previous / go to next Editor Window

Alt + Arrow Left / Alt + Arrow Right

Editor Window
Open Editor Window Option menu

Alt + -

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

Ctrl + F10

Editor Window
Show or hide line numbers

Ctrl + F10 , then n

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

Ctrl + Shift + Q

Editor Window
Zoom text in/ out

Ctrl + Shift + + / -

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

Home / End

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

Ctrl + Home / End

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

Ctrl + Arrow Right / Arrow Left

Navigate in Editor
Jump to previous / jump to next method

Ctrl + Shift + Arrow Down / Arrow Up

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

Ctrl + L

Navigate in Editor
Jump to last location edited

Ctrl + Q

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

Ctrl + . / Ctrl + ,

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

Ctrl + Shift + P

Navigate in Editor
Collapse / Expand current method or class

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

Navigate in Editor
Collapse / Expand all methods or classes

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

Navigate in Editor
Scroll Editor without changing cursor position

Ctrl + Arrow Down / Ctrl + Arrow Up

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

Alt + Page Up / Alt + Page Down

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

Shift + Arrow Right / Arrow Left

Select Text
Expand selection to next / previous word

Ctrl + Shift + Arrow Right / Arrow Left

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

Shift + Arrow Down / Arrow Up

Select Text
Expand selection to end / to beginning of line

Shift + End / Home

Select Text
Select all

Ctrl + A

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

Alt + Shift + Arrow Up

Select Text
Expand selection to next / previous element

Alt + Shift + Arrow Left / Arrow Right

Select Text
Reduce previously expanded selection by one step

Alt + Shift + Arrow Down

Edit Text
Cut, copy and paste

Ctrl + C / Ctrl + X / Ctrl + V

Edit Text
Undo last action

Ctrl + Z

Edit Text
Redo last (undone) action

Ctrl + Y

Edit Text
Delete Line

Ctrl + D

Edit Text
Move current line or selection up or down

Alt + Arrow Up / Arrow Down

Edit Text
Duplicate current line or selection up or down

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

Edit Text
Delete next word

Ctrl + Delete

Edit Text
Delete previous word

Ctrl + Backspace

Edit Text
Enter line below current line

Shift + Enter

Edit Text
Enter line above current line

Shift + Ctrl + Enter

Edit Text
Switch between insert and overwrite mode

Insert

Edit Text
Change selection to all lower case

Shift + Ctrl + Y

Edit Text
Change selection to all upper case

Shift + Ctrl + X

Search and Replace
Open find and replace dialog

Ctrl + F

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

Ctrl + K / Ctrl + Shift + K

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

Ctrl + H

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

Ctrl + J / Ctrl + Shift + J

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

Ctrl + Shift + O

Indentions and Comments
Increase / decrease indent of selected text

Tab / Shift + Tab

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

Ctrl + I

Indentions and Comments
Autoformat all code in Editor using code formatter

Ctrl + Shift + F

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

Ctrl + /

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

Ctrl + Shift + /

Indentions and Comments
Remove Block Comment

Ctrl + Shift + \

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

Alt + Shift + J

Editing Source Code
Opens Content Assist (e.g. show available methods or field names)

Ctrl + Space

Editing Source Code
Open Quick Fix and Quick Assist

Ctrl + 1

Editing Source Code
Propose word completion (after typing at least one letter). Repeatedly press alt+/ until reaching correct name

Alt + /

Editing Source Code
Deactivate or activate Smart Insert Mode (automatic indention, automatic brackets, etc.)

Ctrl + Shift + Insert

Code Information
Show code outline / structure

Ctrl + O

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

F2

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

F3

Code Information
Open Type Hierarchy window for selected item

F4

Code Information
Show / open Quick Type Hierarchy for selected item

Ctrl + T

Code Information
Open Type in Hierarchy

Ctrl + Shift + T

Code Information
Open Call Hierarchy

Ctrl + Alt + H

Code Information
Find occurrences of expression in current file

Ctrl + Shift + U

Code Information
Open Declaration or Implementation

Ctrl +move over method

Refactoring
Rename selected element and all references

Alt + Shift + R

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

Alt + Shift + V

Refactoring
Change method signature (with method name selected)

Alt + Shift + C

Refactoring
Extract selection to method

Alt + Shift + M

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

Alt + Shift + L

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

Alt + Shift + I

Run and Debug
Save and launch application (run)

Ctrl + F11

Run and Debug
Debug

F11

Run and Debug
Step Into function

F5

Run and Debug
Next step (line by line)

F6

Run and Debug
Step out

F7

Run and Debug
Skip to next Breakpoint

F8

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

Ctrl + F7 / Ctrl + Shift + F7

The Rest
Switch forward / backward between perspectives

Ctrl + F8 / Ctrl + Shift + F8

The Rest
Print

Ctrl + P

The Rest
Open Eclipse Help

F1

The Rest
Show Context Menu right click with mouse

Shift + F10

Team (SVN Subversive)
Synchronize with Repository

Ctrl + Alt + S

Team (SVN Subversive)
Commit

Ctrl + Alt + C

Team (SVN Subversive)
Update

Ctrl + Alt + U

Team (SVN Subversive)
Update to Revision

Ctrl + Alt + D

Team (SVN Subversive)
Merge

Ctrl + Alt + E

Team (SVN Subversive)
Show Properties

Ctrl + Alt + T

Team (SVN Subversive)
Add to svn:ignore

Ctrl + Alt + I

Similar combinations for other applications


Google Instant Search (Web Application)
Choose Suggestions in Dropdown Selection List
In Search Box

arrow up / arrow down


Google Instant Search (Web Application)
Jump to next / jump to previous search result (arrow icon moves to next result). arrow up on first result returns focus to Search Box.
In Search Results

arrow down / arrow up


Google Earth 5 (MacOS)
Tilt view up / down
3D Viewer - Keyboard Only

Shift + Arrow Down / Shift + Arrow Up


Microsoft Outlook 2010 (Windows)
Navigate downward / navigate upward in Navigation Pane. Press space or enter to select. Press shift+tab and/or tab to jump between Message List and Navigation Pane
Messages in Main View - Navigation Pane

Arrow Up / Arrow Down


Google Chrome (Windows)
Navigate upwards/ downwards
Manage Chrome DevTools - Elements Panel

Arrow Up / Arrow Down


Microsoft Outlook 2010 (Windows)
Move down / move up between messages
Messages in Main View - Message List and Single Messages

Arrow Down / Arrow Up


Microsoft Outlook 2010 (Windows)
Select multiple adjacent messages
Messages in Main View - Message List and Single Messages

Shift + Arrow Down / Shift + Arrow Up


Adobe Reader 9 (Linux)
Scroll down / scroll up
Navigation

Arrow Down / Arrow Up


Firebug (Windows)
One line down / one line up
HTML-Panel

Arrow Down / Arrow Up


Adobe Reader X (Windows)
Scroll down / scroll up
Navigation

Arrow Down / Arrow Up


Google Chrome (Windows)
Increase / decrease value by 1
Manage Chrome DevTools - Styles Panel

Arrow Up / Arrow Down


Microsoft OneNote 2010 (Windows)
Move one line up /down down.
Basic Editing and Formatting

arrow up / arrow down


Firebug (Linux)
One line down / one line up
HTML-Panel

Arrow Down / Arrow Up


Firebug (Windows)
Increase / decrease number by 1
CSS-Panel

Arrow Up / arrow down field with number value


Firebug (Linux)
Increase / decrease number by 1
CSS-Panel

Arrow Up / arrow down field with number value


Firebug (MacOS)
One line down / one line up
HTML-Panel

Arrow Down / Arrow Up


Microsoft OneNote 2010 (Windows)
Select the whole line (when the cursor is at the beginning of the line).
Basic Editing and Formatting

shift + arrow down


Thunderbird (Windows)
Go one message down / one message up
Navigate Messages

Arrow Down / Arrow Up


Firebug (MacOS)
Increase / decrease number by 1
CSS-Panel

Arrow Up / arrow down field with number value


Adobe Photoshop CS5 (Windows)
Move to "In" point of the current layer
Photoshop CS5 Panels - Animation Panel (Timeline Mode, PS extended)

Arrow Up


Adobe Photoshop CS5 (MacOS)
Move to "In" point of the current layer
Photoshop CS5 Panels - Animation Panel (Timeline Mode, PS extended)

Arrow Up


Adobe Photoshop CS5 (MacOS)
Back 1 second / Forward 1 second
Photoshop CS5 Panels - Animation Panel (Timeline Mode, PS extended)

Shift + Arrow Up / Shift + Arrow Down


Adobe Photoshop CS5 (Windows)
Back 1 second / Forward 1 second
Photoshop CS5 Panels - Animation Panel (Timeline Mode, PS extended)

Shift + Arrow Up / Shift + Arrow Down


Thunderbird (Linux)
Go one message down / one message up
Navigate Messages

Arrow Down / Arrow Up


Thunderbird (MacOS)
Go one message down / one message up
Navigate Messages

Arrow Down / Arrow Up


Adobe Photoshop CS4 (MacOS)
Decrease/increase brush size by 10 (Extract only)
Shortcut Keys for working with Extract, Liquify, and Pattern Maker

Shift + Arrow Down / Shift + arrow up in Brush Size text box


Google Chrome (Windows)
Previous / next command (line)
Manage Chrome DevTools - Console Panel

Arrow Up / Arrow Down


Firefox (Linux)
Open URL history in address bar and navigate. Press enter to launch selected webpage
Address Bar

Arrow Up / arrow down in address bar


Firefox (Windows)
Open URL history in address bar and navigate. Press enter to launch selected webpage
Address Bar

Arrow Up / arrow down in address bar


Microsoft Projects 2010 (Windows)
Scroll up / scroll down
Navigate Projects Help

Arrow Up / Arrow Down


Google Chrome (Linux)
Navigate upwards/ downwards
Manage Chrome DevTools - Elements Panel

Arrow Up / Arrow Down


Access 2010 (Windows)
Increase / decrease height of the selected control
Manage Access Features - Form Controls

Shift + Arrow Down / Shift + Arrow Up


Firefox (Linux)
Scroll webpages up or down one line
Inside Webpages

Arrow Down / Arrow Up


Firefox (Windows)
Scroll webpages up or down one line
Inside Webpages

Arrow Down / Arrow Up


Access 2010 (Windows)
Select the next / select previous command in menu
Manage Access Features - Menus

Arrow Down / Arrow Up


Google Chrome (Linux)
Increase / decrease value by 1
Manage Chrome DevTools - Styles Panel

Arrow Up / Arrow Down


Adobe Photoshop CS4 (MacOS)
Increase/decrease selected value by 1%
Shortcut Keys for using the Black-and-White dialog box

Arrow Up / Arrow Down


Microsoft Outlook 2010 (Windows)
Go up / down in current view
Messages in Main View - Navigate Calendar

Arrow Up / Arrow Down


Inpage (Windows)
To go upper or previous line
To move cursor

Arrow Up


Microsoft Outlook 2010 (Windows)
Day View: Extend / reduce selected time
Messages in Main View - Navigate Calendar

Shift + Arrow Up / Shift + Arrow Down


Google Chrome (Windows)
Scroll down / scroll up
View Webpages

Arrow Down / Arrow Up


Access 2010 (Windows)
Move up / move down the Field List pane
Manage Access Features - Field List Pane

Arrow Up / Arrow Down


Access 2010 (Windows)
Extend selection to previous record/ to next record
Manage Access Features - Select and move Fields or Columns

Shift + Arrow Up / Shift + Arrow Down


Access 2010 (Windows)
Extend a selection to adjacent rows in Datasheet view
Manage Access Features - Select and move Fields or Columns

Arrow Up / Arrow Down


Microsoft Outlook 2010 (Windows)
Navigate downward / navigate upward in Navigation Pane. Press space or enter to select. Press shift+tab and/or tab to jump between Message List and Navigation Pane
Messages in Compose View - Navigation Pane

Arrow Up / Arrow Down


Google Chrome (Linux)
Previous / next command (line)
Manage Chrome DevTools - Console Panel

Arrow Up / Arrow Down


Microsoft Outlook 2010 (Windows)
Move down / move up between messages
Messages in Compose View - Message List and Single Messages

Arrow Down / Arrow Up


Microsoft Outlook 2010 (Windows)
Select multiple adjacent messages
Messages in Compose View - Message List and Single Messages

Shift + Arrow Down / Shift + Arrow Up


Firefox (Linux)
Select previously used form entries
Forms

Arrow Up / Arrow Down


Microsoft Excel 2010 (Windows)
Select the next item / previous item in the AutoFilter list.
Work with Data Selections - Auto Filter

Arrow Down / Arrow Up


Microsoft Word 2007 (Windows)
Extend a selection one line down.
Edit and move text and graphics: Extend a selection

Shift + Arrow Down


Firefox (Windows)
Select previously used form entries
Forms

Arrow Up / Arrow Down


Access 2010 (Windows)
Increase / decrease height of the selected control
Manage Access Features - Design View

Shift + Arrow Down / Shift + Arrow Up


Google Docs (Windows)
Jump one line down / one line down
Navigate Google Docs

Arrow Down / Arrow Up


Access 2010 (Windows)
Move to next / move to previous record
Manage Access Features - Navigate in Datasheet, Subdatasheet, and Form View

Arrow Down / Arrow Up


Google Docs (MacOS)
Jump one line down / one line down
Navigate Google Docs

Arrow Down / Arrow Up


Media Player Classic (MPC) (Windows)
Volume
Most used

Arrow Up / Arrow Down


Google Docs (MacOS)
Extend selection one line down / one line up
Select Text

Shift + Arrow Down / Shift + Arrow Up


Google Docs (Windows)
Extend selection one line down / one line up
Select Text

Shift + Arrow Down / Shift + Arrow Up


Microsoft Word 2007 (Windows)
Up one line
Edit and move text and graphics: Move through your document

Arrow Up


Access 2010 (Windows)
Move up / down in a list
Manage Access Features - Database Diagram

Arrow Down / Arrow Up


Microsoft Word 2007 (Windows)
To the previous row
Edit and move text and graphics: Move around in a table

Arrow Up


Microsoft Outlook 2010 (Windows)
Go up / down in current view
Messages in Compose View - Navigate Calendar

Arrow Up / Arrow Down


Microsoft Outlook 2010 (Windows)
Day View: Extend / reduce selected time
Messages in Compose View - Navigate Calendar

Shift + Arrow Up / Shift + Arrow Down


Opera (Linux)
Move one line up
Navigation

Arrow Up


Microsoft Outlook 2010 (Windows)
Navigate downward / navigate upward in Navigation Pane. Press space or enter to select. Press shift+tab and/or tab to jump between Message List and Navigation Pane
Calendar Shortcuts - Navigation Pane

Arrow Up / Arrow Down


Vuescan (Windows)
Move page down
14 Shortcuts for Vuescan (Windows)

Shift + Arrow Down


Adobe Photoshop CS5 (MacOS)
Move to "In" point of the current layer
Extract and Pattern Maker (plug-in) - Animation Panel (Timeline Mode, PS extended)

Arrow Up


Microsoft Outlook 2010 (Windows)
Move down / move up between messages
Calendar Shortcuts - Message List and Single Messages

Arrow Down / Arrow Up


Adobe Photoshop CS5 (MacOS)
Back 1 second / Forward 1 second
Extract and Pattern Maker (plug-in) - Animation Panel (Timeline Mode, PS extended)

Shift + Arrow Up / Shift + Arrow Down


Microsoft Outlook 2010 (Windows)
Select multiple adjacent messages
Calendar Shortcuts - Message List and Single Messages

Shift + Arrow Down / Shift + Arrow Up


Adobe Photoshop CS5 (Windows)
Move to "In" point of the current layer
Extract and Pattern Maker (plug-in) - Animation Panel (Timeline Mode, PS extended)

Arrow Up


Adobe Photoshop CS5 (Windows)
Back 1 second / Forward 1 second
Extract and Pattern Maker (plug-in) - Animation Panel (Timeline Mode, PS extended)

Shift + Arrow Up / Shift + Arrow Down


Access 2010 (Windows)
Move up / move down in small increments
Manage Access Features - Help Window

Arrow Up / Arrow Down


Oracle SQL Developer 4 (Windows)
Scroll line down/ up
Code Editor

Ctrl + Arrow Down / Arrow Up


Access 2010 (Windows)
Increase / decrease height of the selected control
Working with Text and Data - Form Controls

Shift + Arrow Down / Shift + Arrow Up


Microsoft Excel 2010 (Windows)
Select the next item / previous item in the AutoFilter list.
Insert and Edit Data - Auto Filter

Arrow Down / Arrow Up


Access 2010 (Windows)
Select the next / select previous command in menu
Working with Text and Data - Menus

Arrow Down / Arrow Up


Evernote (Windows)
Go to to previous note / go to nexst note
Note List

Arrow Up / Arrow Down


InDesign CS5 (MacOS)
Move up/down one cell
Working with Tables

Arrow Up / Arrow Down


Access 2010 (Windows)
Move up / move down the Field List pane
Working with Text and Data - Field List Pane

Arrow Up / Arrow Down


Access 2010 (Windows)
Extend selection to previous record/ to next record
Working with Text and Data - Select and move Fields or Columns

Shift + Arrow Up / Shift + Arrow Down


Microsoft Outlook 2010 (Windows)
Go up / down in current view
Calendar Shortcuts - Navigate Calendar

Arrow Up / Arrow Down


Microsoft Outlook 2010 (Windows)
Day View: Extend / reduce selected time
Calendar Shortcuts - Navigate Calendar

Shift + Arrow Up / Shift + Arrow Down


Access 2010 (Windows)
Extend a selection to adjacent rows in Datasheet view
Working with Text and Data - Select and move Fields or Columns

Arrow Up / Arrow Down


Oracle SQL Developer 4 (Windows)
Go to Next/ Previous Member
Navigate

Alt + Arrow Down / Arrow Up


Adobe Photoshop CS4 (MacOS)
Decrease or increase baseline shift 2 points or pixels
Shortcut Keys for formatting type

Shift + Option + Arrow Down / Arrow Up


Microsoft Excel 2011 (MacOS)
Move to the same field in the next record / previous record
Data forms

Arrow Down / Arrow Up


InDesign CS5 (MacOS)
Move up or down one line
Navigating Through and Editing Text

Arrow Up / Arrow Down


Photoshop Lightroom 4 (Windows)
Make next photos select and candidate in Compare view
Comparing photos in the Library module

Arrow Up


Microsoft PowerPoint 2010 (Windows)
Select one line down.
Work with Text and Objects

Shift + Arrow Down


Access 2010 (Windows)
Increase / decrease height of the selected control
Working with Text and Data - Design View

Shift + Arrow Down / Shift + Arrow Up


Access 2010 (Windows)
Move to next / move to previous record
Working with Text and Data - Navigate in Datasheet, Subdatasheet, and Form View

Arrow Down / Arrow Up


Photoshop Lightroom 4 (MacOS)
Make next photos select and candidate in Compare view
Comparing photos in the Library module

Arrow Up


Access 2010 (Windows)
Move up / down in a list
Working with Text and Data - Database Diagram

Arrow Down / Arrow Up


Microsoft PowerPoint 2010 (Windows)
Move one line up.
Basic Text Navigation and Formatting

Arrow Up


Oracle SQL Developer 4 (Windows)
SQL History - append from Next/ Previous
Other

Ctrl + Shift + Arrow Down / Arrow Up


Oracle SQL Developer 4 (Windows)
SQL History - replace with Next/ Previous
Other

Ctrl + Arrow Down / Arrow Up


InDesign CS5 (MacOS)
Move XML selection up/down
Working with XML

Arrow Up / Arrow Down


Microsoft Outlook 2010 (Windows)
Select previous / select next card
Business Card View

Arrow Up / Arrow Down


Adobe Photoshop CS4 (MacOS)
Move to In point of the current layer
Shortcut Keys for using the Animation panel in Timeline Mode (Photoshop Extended)

Arrow Up


Microsoft Outlook 2010 (Windows)
Extend selection to previous / next card
Business Card View

Shift + Arrow Up / Shift + Arrow Down


Microsoft PowerPoint 2010 (Windows)
Move to the preceding row in table.
Basic Text Navigation and Formatting

Arrow Up


CATIA V5 (Windows)
Relocate the graph 1/10th of a page to the top / to the bottom
38 Shortcuts for CATIA V5 (Windows)

Arrow Up / Arrow Down


Microsoft Excel 2010 (Windows)
Select the next item / previous item in the AutoFilter list.
Format Data - Auto Filter

Arrow Down / Arrow Up


Photoshop Lightroom 4 (Windows)
Increase/decrease selected slider in small increments (or +/-)
Develop Module

Arrow Up / Arrow Down


Microsoft PowerPoint 2010 (Windows)
Move among choices on a selected submenu; move among certain options in a group of options in a dialog box.
PowerPoint Taks Panes

Arrow Down / Arrow Up


HoneyView 5.03 (Windows)
next image / previous image
Main Shortcuts

Arrow Down / Arrow Up


Microsoft PowerPoint 2010 (Windows)
Move to the preceding row.
Move around in Tables

Arrow Up


Photoshop Lightroom 4 (MacOS)
Increase/decrease selected slider in small increments (or +/-)
Develop Module

Arrow Up / Arrow Down


Access 2010 (Windows)
Move up / move down in small increments
Working with Text and Data - Help Window

Arrow Up / Arrow Down


Microsoft PowerPoint 2010 (Windows)
Select the previous item on a smart tag menu.
Manage Smart Tags

Arrow Up


Access 2010 (Windows)
Increase / decrease height of the selected control
Working with Access Views - Form Controls

Shift + Arrow Down / Shift + Arrow Up


Youtube Player (Windows)
Increase/ decrease volume by 5% (You must be focused on the video player, either by hitting Tab until you are focused or clicking on the video itself)
Video Control

Arrow Up / Arrow Down


Adobe Reader X (Linux)
Scroll down / scroll up
Navigation

Arrow Down / Arrow Up


Access 2010 (Windows)
Select the next / select previous command in menu
Working with Access Views - Menus

Arrow Down / Arrow Up


FL Studio (Windows)
Select previous channel
Channel Window & Step Sequencer

Arrow Up


Microsoft PowerPoint 2010 (Windows)
Move the focus to a single item or group.
Work with the Selection pane.

Arrow Up / Arrow Down


FL Studio (Windows)
Move selected channels down
Channel Window & Step Sequencer

Shift + Arrow Down


Microsoft PowerPoint 2010 (Windows)
Move the focus to an item and select it.
Work with the Selection pane.

Shift + Arrow Up / Shift + Arrow Down


Access 2010 (Windows)
Move up / move down the Field List pane
Working with Access Views - Field List Pane

Arrow Up / Arrow Down


Access 2010 (Windows)
Extend selection to previous record/ to next record
Working with Access Views - Select and move Fields or Columns

Shift + Arrow Up / Shift + Arrow Down


Access 2010 (Windows)
Extend a selection to adjacent rows in Datasheet view
Working with Access Views - Select and move Fields or Columns

Arrow Up / Arrow Down


Microsoft Word 2013 (Windows)
Jump one line down / one line down
Navigate in Word Documents

Arrow Down / Arrow Up


Microsoft Word 2013 (Windows)
Jump one paragraph down / one paragraph up
Navigate in Word Documents

Ctrl + Arrow Down / Arrow Up


Microsoft Word 2013 (Windows)
Extend selection one line down / one line up
Select Text, Move, and Delete Text

Shift + Arrow Down / Arrow Up


Adobe Photoshop CS5 (MacOS)
Increase/decrease selected value by 1%
Black-and-White Dialog Box

Arrow Up / Arrow Down


Access 2010 (Windows)
Increase / decrease height of the selected control
Working with Access Views - Design View

Shift + Arrow Down / Shift + Arrow Up


Access 2010 (Windows)
Move to next / move to previous record
Working with Access Views - Navigate in Datasheet, Subdatasheet, and Form View

Arrow Down / Arrow Up


Microsoft Excel 2010 (Windows)
Select the next item / previous item in the AutoFilter list.
Formulas and Names - Auto Filter

Arrow Down / Arrow Up


Adobe Acrobat Pro (Windows)
Scroll up
Navigation - Navigating a PDF

Arrow Up


Access 2010 (Windows)
Move up / down in a list
Working with Access Views - Database Diagram

Arrow Down / Arrow Up


Comsol 5 (Windows)
Move to the node above in the model tree
Model Tree

Arrow Up


Comsol 5 (Linux)
Move to the node above in the model tree
Model Tree

Arrow Up


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

Arrow Up


Comsol 5 (MacOS)
Move to the node above in the model tree
Model Tree

Arrow Up


Adobe Photoshop CS5 (Windows)
Increase/decrease selected value by 1%
Black-and-White Dialog Box

Arrow Up / Arrow Down


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

Arrow Up / Arrow Down


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

Arrow Up


FileMaker Pro (MacOS)
Select to Next line
Layout Mode Shortcuts - Navigate and Select Text

Command + Shift + Arrow Down / Arrow Up


Windows 10 Command Prompt (Windows)
Extend selection by one line down / one line up
Select Text (Expanded with Windows 10)

Shift + Arrow Up / Shift + Arrow Down


Microsoft Word 2013 (Windows)
Jump one row down / one row up
Tables

Arrow Down / Arrow Up


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

Arrow Up / Arrow Down


Windows 10 Command Prompt (Windows)
Scroll through previously used commands
Recall Commands

Arrow Up / Arrow Down


Adobe Acrobat Pro (Windows)
If in the body of the file list, extend the selection by adding the next row above or below the selected row
PDF Portfolios

Shift + Arrow Up / Shift + Arrow Down


Sonar 2015 (Windows)
Put focus in Bus pane
Track View

Shift + Arrow Down


Access 2010 (Windows)
Move up / move down in small increments
Working with Access Views - Help Window

Arrow Up / Arrow Down


Microsoft Excel 2013 (Windows)
On a field button: select the area you want to move the selected field to
Pivot Tables

Enter then Arrow Down / Arrow Up


Adobe Photoshop CS5 (MacOS)
Decrease or increase leading 2 points or pixels
Format Type

Option + Arrow Down / Arrow Up


Adobe Photoshop CS5 (MacOS)
Decrease or increase baseline Shift 2 points or pixels
Format Type

Shift + Option + Arrow Down / Arrow Up


Microsoft Excel 2013 (Windows)
Select the next item / previous item in the AutoFilter list
Auto Filter

Arrow Down / Arrow Up


Access 2010 (Windows)
Increase / decrease height of the selected control
The Rest - Form Controls

Shift + Arrow Down / Shift + Arrow Up


Atom (text editor) 1.0 (Linux)
Move to next/previous diff in file
Manage Diffs

Alt + g , then Arrow Down / Arrow Up


Atom (text editor) 1.0 (Windows)
Move to next/previous diff in file
Manage Diffs

Alt + g , then Arrow Down / Arrow Up


Access 2010 (Windows)
Select the next / select previous command in menu
The Rest - Menus

Arrow Down / Arrow Up


Adobe Photoshop CS5 (Windows)
Decrease or increase leading 2 points or pixels
Format Type

Alt + Arrow Down / Arrow Up


Adobe Photoshop CS5 (Windows)
Decrease or increase baseline shift 2 points or pixels
Format Type

Shift + Alt + Arrow Down / Arrow Up


Microsoft Excel 2010 (Windows)
Select the next item / previous item in the AutoFilter list.
The Rest - Auto Filter

Arrow Down / Arrow Up


Adobe After Effects CC (Windows)
Move selected Layers or other elements backwards / forwards in stacking order
Basics

Ctrl + Alt + Arrow Down / Arrow Up


Adobe After Effects CC (Windows)
Move selected Layers or other elements backwards / forwards in stacking order
Basics

Ctrl + Alt + Shift + Arrow Down / Arrow Up


Adobe After Effects CC (Windows)
Extend selection to next item / to previous item in Project Panel and other Panels
Basics

Shift + Arrow Down / Arrow Down


Prezi (Web Application)
Smart Zoom in / out
Presenting

Arrow Up / Arrow Down


Adobe After Effects CC (MacOS)
Move selected Layers or other elements backwards / forwards in stacking order
Basics

Command + Option + Arrow Down / Arrow Up


Access 2010 (Windows)
Move up / move down the Field List pane
The Rest - Field List Pane

Arrow Up / Arrow Down


Adobe After Effects CC (MacOS)
Move selected Layers or other elements backwards / forwards in stacking order
Basics

Command + Option + Shift +
Arrow Down / Arrow Up


Adobe After Effects CC (MacOS)
Extend selection to next item / to previous item in Project Panel and other Panels
Basics

Shift + Arrow Down / Arrow Down


Access 2010 (Windows)
Extend selection to previous record/ to next record
The Rest - Select and move Fields or Columns

Shift + Arrow Up / Shift + Arrow Down


Access 2010 (Windows)
Extend a selection to adjacent rows in Datasheet view
The Rest - Select and move Fields or Columns

Arrow Up / Arrow Down


Microsoft Excel 2016 (Windows)
Select current row, then expand selection by one row down/ up
Select Cells - Column and Row Selection

Shift + Space , then
Shift + Arrow Down / Arrow Up


Quickbooks Online (Web Application)
Move through drop-down list
Navigate Form Fields and Manage Drop-down Lists

Arrow Up / Arrow Down


Quickbooks Online (Windows)
Move through drop-down list
Navigate Form Fields and Manage Drop-down Lists

Arrow Up / Arrow Down


Microsoft OneNote 2016 (Windows)
Move to next/ previous paragraph
Basic Editing and Formatting

Ctrl + Arrow Down / Arrow Up


Quickbooks Online (Web Application)
Move through the list
Selecting Transactions in Account Registers

Arrow Up / Arrow Down


FileMaker Pro (MacOS)
Select to Next line
Text Shortcuts - Navigate and Select Text

Command + Shift + Arrow Down / Arrow Up


Quickbooks Online (Windows)
Move through the list
Selecting Transactions in Account Registers

Arrow Up / Arrow Down


Sway 2016 (Windows)
Extend the selection by a line upwards/downwards
Text Selection and Navigation

Shift + Arrow Up / Shift + Arrow Down


Sway 2016 (Windows)
Go to the previous/next line
Text Selection and Navigation

Arrow Up / Arrow Down


Sway 2016 (Windows)
Move focus to the next/previous Card
Card Interaction

Arrow Down / Arrow Up


GTDNext.com (Windows)
Move focus up one list
Left Navigation Area Shortcuts

Arrow Up


Skype for Business (Lync) 2016 (Windows)
Move up / move down in conversation.
Conversation Environment

Arrow Up


Access 2010 (Windows)
Increase / decrease height of the selected control
The Rest - Design View

Shift + Arrow Down / Shift + Arrow Up


Access 2010 (Windows)
Move to next / move to previous record
The Rest - Navigate in Datasheet, Subdatasheet, and Form View

Arrow Down / Arrow Up


Microsoft Excel 2010 (Windows)
On a field button: select the area you want to move the selected field to.
Pivot Tables

enter then arrow down / Arrow Up


Access 2016 (Windows)
Move Up a line
Windows/Content Switching/Navigation

Arrow Up


Access 2010 (Windows)
Move up / down in a list
The Rest - Database Diagram

Arrow Down / Arrow Up


Photoshop Lightroom CC (MacOS)
Make next photos select and candidate in Compare view
Comparing Photos in the Library Module

Arrow Up


Photoshop Lightroom CC (Windows)
Make next photos select and candidate in Compare view
Comparing Photos in the Library Module

Arrow Up


Access 2016 (Windows)
Move to Up
Design/Content Operation(on selected control)

Arrow Up / Ctrl + Arrow Up


Access 2016 (Windows)
Increase the height
Design/Content Operation(on selected control)

Shift + Arrow Down


Microsoft Excel 2016 (Windows)
Select current row, then expand selection by one row down/ up
Format Cells - Column and Row Selection

Shift + Space , then
Shift + Arrow Down / Arrow Up


Microsoft Outlook 2016 (Windows)
Go to the previous message
Mail

Arrow Up


Adobe After Effects CC (Windows)
Select next Layer / previous Layer in stacking order
Layers

Ctrl + Arrow Down / Arrow Up


Adobe After Effects CC (MacOS)
Select next Layer / previous Layer in stacking order
Layers

Command + Arrow Down / Arrow Up


Adobe After Effects CC (MacOS)
Extend selection to next Layer / previous Layer in stacking order
Layers

Command + Shift + Arrow Down / Arrow Up


Access 2010 (Windows)
Move up / move down in small increments
The Rest - Help Window

Arrow Up / Arrow Down


Plex (MacOS)
Navigate to up
Control By Apple Remote

Arrow Up


FileMaker Pro (MacOS)
Select to Next line
Database Management Shortcuts - Navigate and Select Text

Command + Shift + Arrow Down / Arrow Up


Plex (MacOS)
Forward 10 minutes
Playback Control by Apple Remote

Arrow Up


Microsoft Outlook 2016 (Windows)
Select the previous/next group
Groups

Arrow Up / Arrow Down


Microsoft Excel 2016 (Windows)
Select current row, then expand selection by one row down/ up
Formulas - Column and Row Selection

Shift + Space , then
Shift + Arrow Down / Arrow Up


Microsoft Outlook 2016 (Windows)
Select the previous/next card
View: Business Cards/Address cards

Arrow Up / Arrow Down


Microsoft Outlook 2016 (Windows)
Extend the selection to the next card and cancel selection of cards before the starting point
View: Business Cards/Address cards

Shift + Arrow Down


Microsoft Outlook 2016 (Windows)
Move to the previous/next line in a multiline field (when a field in a card is selected)
View: Business Cards/Address cards

Arrow Up / Arrow Down


Adobe After Effects CC (MacOS)
Extend selection one character up / down in vertical text
Text

Shift +
Arrow Up / Shift + Arrow Down


Adobe After Effects CC (Windows)
Increase / decrease leading by 2 units
Text

Alt + Arrow Down / Arrow Up


Adobe After Effects CC (Windows)
Increase / decrease leading by 10 units
Text

Ctrl + Alt + Arrow Down / Arrow Up


Adobe After Effects CC (Windows)
Decrease / increase baseline shift by 2 units
Text

Alt + Shift + Arrow Down / Arrow Up


Adobe After Effects CC (Windows)
Decrease / increase baseline shift by 10 units
Text

Ctrl + Alt + Shift + Arrow Down / Arrow Up


Microsoft Outlook 2016 (Windows)
Select the previous/next block of time
View: Calendar - Day View

Arrow Up / Arrow Down


Adobe After Effects CC (MacOS)
Increase or decrease leading by 2 units
Text

Option +
Arrow Down / Arrow Up


Adobe After Effects CC (MacOS)
Increase or decrease leading by 10 units
Text

Command + Option +
Arrow Down / Arrow Up


Adobe After Effects CC (MacOS)
Decrease / increase baseline shift by 2 units
Text

Option + Shift +
Arrow Down / Arrow Up


Adobe After Effects CC (MacOS)
Decrease / increase baseline shift by 10 units
Text

Command + Option + Shift +
Arrow Down / Arrow Up


Adobe After Effects CC (Windows)
Increase / decrease number of points for star and polygon or roundness for rounded rectangle
Shape Layers

Arrow Up / Down Arrow when dragging to create shape


Microsoft Excel 2016 (Windows)
Select current row, then expand selection by one row down/ up
Manage Workbooks - Column and Row Selection

Shift + Space , then
Shift + Arrow Down / Arrow Up


Adobe After Effects CC (MacOS)
Increase / decrease number of points for star and polygon or roundness for rounded rectangle
Shape Layers

Arrow Up / Down Arrow when Dragging to create shape


Dynamics CRM 2015 (Windows)
Move up / move down through a list of records
General Purpose Shortcuts

Arrow Up / Arrow Down


Dynamics CRM 2015 (Windows)
Select multiple rows in a list sequentially
General Purpose Shortcuts

Shift + Arrow Up / Shift + Arrow Down


Microsoft Excel 2016 (Windows)
Select current row, then expand selection by one row down/ up
Excel Auto Tables and Data Forms - Column and Row Selection

Shift + Space , then
Shift + Arrow Down / Arrow Up


Adobe Photoshop CC (Windows)
Decrease/increase brush size by 2, or most other parameters by 1 (With Brush Size, Density, Pressure, Rate, or Turbulent Jitter slider showing)
Liquify Window

Arrow Down / Arrow Up


Adobe Photoshop CC (Windows)
Increase/Decrease selected value by 1%
Black-and-White Dialog Box

Arrow Up / Arrow Down


Adobe Photoshop CC (MacOS)
Decrease/increase brush size by 2, or most other parameters by 1 (With Brush Size, Density, Pressure, Rate, or Turbulent Jitter slider showing)
Liquify Window

Arrow Down / Arrow Up


Adobe Photoshop CC (MacOS)
Increase/Decrease selected value by 1%
Black-and-White Dialog Box

Arrow Up / Arrow Down


Adobe Photoshop CC (MacOS)
Decrease/ increase leading 2 points or pixels
Format Text Type

Option + Arrow Down / Arrow Up


Atom (text editor) 1.0 (MacOS)
Move to next/previous diff in file
Manage Diffs

Option + G , then Arrow Down / Arrow Up


Adobe Photoshop CC (MacOS)
Decrease/ increase Baseline Shift 2 points or pixels
Format Text Type

Option + Shift + Arrow Down / Arrow Up


Adobe Photoshop CC (Windows)
Decrease/ increase leading 2 points or pixels
Format Text Type

Alt + Arrow Down / Arrow Up


Adobe Photoshop CC (Windows)
Decrease/ increase Baseline Shift 2 points or pixels
Format Text Type

Shift + Alt + Arrow Down / Arrow Up


Pandora Classic (Web Application)
Mute volume
9 Shortcuts for Pandora Classic (Web Application)

Shift + Arrow Down


FileZilla (Windows)
Move up one item / down one item in the current view
28 Shortcuts for FileZilla (Windows)

Arrow Up / Arrow Down


Cloud9 (MacOS)
Move Lines Down/ Up
Code Manipulation

Option + Arrow Down / Arrow Up


Cloud9 (Windows)
Move Lines Down/ Up
Code Manipulation

Alt + Arrow Down / Arrow Up


Windows 10 File Explorer (Windows)
One item up/ down
Left Navigation Pane Shortctus

Arrow Up / Arrow Down


Windows 10 File Explorer (Windows)
One item up/ down
Folder Content (Main Pane) - Navigate Files/ Folders

Arrow Up / Arrow Down


Cloud9 (MacOS)
Select Down/ Up
Selections

Shift + Arrow Down / Arrow Up


Cloud9 (MacOS)
Select To End/ Start
Selections

Command + Shift + Arrow Down / Arrow Up


Cloud9 (Windows)
Select Down/ Up
Selections

Shift + Arrow Down / Arrow Up


Microsoft Word 2016 (MacOS)
Move up one line
Move the Cursor

Arrow Up


Microsoft Word 2016 (MacOS)
Select one line down
Select text and graphics

Shift + Arrow Down


Microsoft PowerPoint 2016 (MacOS)
To Select From the insertion point to the same point one line down
Selecting text

Shift + Arrow Down


Microsoft PowerPoint 2016 (MacOS)
Move to the preceding line or row
Working in tables

Arrow Up


Microsoft Outlook 2016 (MacOS)
Move the cursor up one line
Edit and format text

Arrow Up


Libreoffice Writer (Windows)
Move cursor up one line
General

Arrow Up


Libreoffice Writer (Windows)
Selecting lines in a downward direction
General

Shift + Arrow Down


QuickTime Player (MacOS)
Turn volume up
Movie playback shortcuts

Arrow Up


Quickbooks Desktop (Windows)
Go up one line / down one line
Chart of Accounts

Arrow Up / Arrow Down


Quickbooks Desktop (Windows)
Up one transaction / down one transaction
Account Register Shortcuts

Arrow Up / Arrow Down


Quickbooks Online (MacOS)
Move through drop-down list
Navigate Form Fields and Manage Drop-down Lists

Arrow Up / Arrow Down


Quickbooks Online (MacOS)
Move through the list
Selecting Transactions in Account Registers

Arrow Up / Arrow Down


Quickbooks Desktop (Windows)
Go up / go down one line
Quick Reports

Arrow Up / Arrow Down


Quickbooks Desktop (Windows)
Line below / line above in detail area or on report
General Editing

Arrow Down / Arrow Up


Bitcomet (Windows)
Move selection one task upwards in the list
Task lists

Arrow Up


QCad (Linux)
Recall the last command inputs
Command lIne

Arrow Up/Down


QCad (Windows)
Recall the last command inputs
Command lIne

Arrow Up/Down


QCad (MacOS)
Recall the last command inputs
Command lIne

Arrow Up/Down


Compressor (Web Application)
Navigate up the list of jobs (in the batch area)
General

Arrow Up


Webflow (Windows)
Select parent / child element
Other

Arrow Up / Arrow Down


Webflow (MacOS)
Select parent / child element
Other

Arrow Up / Arrow Down


Kate (Linux)
Move the cursor up one line
29 Shortcuts for Kate (Linux)

Arrow Up


Kate (Windows)
Move the cursor up one line
38 Shortcuts for Kate (Windows)

Arrow Up


Kate (MacOS)
Move the cursor up one line
28 Shortcuts for Kate (MacOS)

Arrow Up


Source Insight (Windows)
Cursor Up
General

Arrow Up


Ableton Live 9 (Windows)
Decrement/Increment
Adjusting Values

Arrow Up / Arrow Down


Ableton Live 9 (MacOS)
Decrement/Increment
Adjusting Values

Arrow Up / Arrow Down


Inkscape (MacOS)
Change value by 0.1
Controls bar

Arrow Up / Arrow Down


Ableton Live 9 (Windows)
Scroll Down/Up
Browsing

Arrow Up / Arrow Down


Ableton Live 9 (MacOS)
Scroll Down/Up
Browsing

Arrow Up / Arrow Down


Comodo IceDragon (Windows)
Increase volume
Audio and Video Shortcuts

Arrow Up


DaVinci Resolve 14 (Windows)
Previous Clip / Edit
Playback

Arrow Up


DaVinci Resolve 14 (MacOS)
Previous Clip / Edit
Playback

Arrow Up


Modo (Windows)
More (select next plausible element in loop)
Selection (Modelling)

Arrow Up


Modo (Windows)
Shrink
Selection (Modelling)

Shift + Arrow Down


Modo (MacOS)
More (select next plausible element in loop)
Selection (Modelling)

Arrow Up


Modo (MacOS)
Shrink
Selection (Modelling)

Shift + Arrow Down


ArtRage 4.5 5 (Windows)
Increase Tool Pressure 1%
General

Arrow Up


ArtRage 4.5 5 (Windows)
Decrease Tool Pressure 10%
General

Shift + Arrow Down


Inkscape (MacOS)
Adjust pen angle
Calligraphy tool

Arrow Up / Arrow Down


ArtRage 4.5 5 (MacOS)
Increase Tool Pressure 1%
General

Arrow Up


ArtRage 4.5 5 (MacOS)
Decrease Tool Pressure 10%
General

Shift + Arrow Down


Target 3001! (Windows)
Move Cursor Step-by-step Upwards*
Cursor Usage

Arrow Up


Soundcloud (Web Application)
Volume down
12 Shortcuts for Soundcloud (Web Application)

Shift + Arrow Down


Inkscape (MacOS)
Adjust tweaking force
Tweak tool

Arrow Up / Arrow Down


Balsamiq Mockups (Windows)
Nudge selection 1px
Selection

Arrow Up / Arrow Down / Arrow Right / Arrow Left


Balsamiq Mockups (Windows)
Navigating the suggestion list
Working with Icons

Arrow Up / Arrow Down / Arrow Left / Arrow Right


Balsamiq Mockups (Windows)
Navigating the Suggestion List
Quick Add

Arrow Up/ Arrow Down / Arrow Left / Arrow Right


Amazon Prime Video (Web Application)
Increase volume
Video Player

Arrow Up


Amazon Prime Video (Web Application)
Move up
Your Video Library Listing Panels

Arrow Up


Adobe After Effects CS5 (MacOS)
Move selected layers, masks, effects, or render items down (back) / up (forward) in stacking order
General

Command + Option + Arrow Down / Arrow Up


Adobe After Effects CS5 (MacOS)
Move selected layers, masks, effects, or render items to bottom (back) / top (front) of stacking order
General

Command + Option + Shift + Arrow Down / Arrow Up


Adobe After Effects CS5 (MacOS)
Extend selection to next item / previous item in Project panel, Render Queue panel, or Effect Controls panel
General

Shift + Arrow Down / Arrow Up


Adobe Reader 9 (Windows)
Scroll down / scroll up
Navigation

Arrow Down / Arrow Up


Adobe After Effects CS5 (Windows)
Move selected layers, masks, effects, or render items down (back) / up (forward) in stacking order
General

Ctrl + Alt + Arrow Down / Arrow Up


Adobe After Effects CS5 (Windows)
Move selected layers, masks, effects, or render items to bottom (back) / top (front) of stacking order
General

Ctrl + Alt + Shift + Arrow Down / Arrow Up


Adobe After Effects CS5 (Windows)
Extend selection to next item / previous item in Project panel, Render Queue panel, or Effect Controls panel
General

Shift + Arrow Down / Arrow Up


Google Earth 5 (Windows)
Tilt view up / down
3D Viewer - Keyboard Only

shift + arrow down / shift + arrow up


Internet Explorer (Windows)
Scroll down / scroll up inside a webpage.
Navigate Webpages in IE8

Arrow Down / Arrow Up


Winamp Media Player (Windows)
Turn volume up or down
Play Music in Winamp

Arrow Up / Arrow Down


Open Office Writer 3 (Windows)
Move up one line
General OpenOffice Writer Shortcuts

Arrow Up


Open Office Writer 3 (Windows)
Selecting lines in a downward direction
General OpenOffice Writer Shortcuts

Shift + Arrow Down


Dynamics CRM 2011 (Windows)
Move up / move down through a list of records
General Shortcuts

Arrow Up / Arrow Down


Adobe Photoshop CS4 (Windows)
Decrease/increase brush size by 10 (Extract only)
Shortcut Keys for working with Extract, Liquify, and Pattern Maker

Shift + Arrow Down / Shift + arrow up in Brush Size text box


Dynamics CRM 2011 (Windows)
Select multiple rows in a list sequentially
General Shortcuts

Shift + Arrow Up / Shift + Arrow Down


Winamp Media Player (Windows)
Move cursor down / move cursor up
Manage Playlists

Arrow Down / Arrow Up


Microsoft Word 2010 (Windows)
Jump one row down / one row up
Navigate within Documents - Navigate in Tables

Arrow Down / Arrow Up


Microsoft Windows Vista (Windows)
Previous item (Easel) or previous row (Thumbnail).
Vista Photo Gallery Shortcuts

Arrow Up


Adobe Photoshop CS4 (Windows)
Increase/decrease selected value by 1%
Shortcut Keys for using the Black-and-White dialog box

Arrow Up / Arrow Down


Microsoft Outlook 2007 (Windows)
Go to the previous or next message.
Shortcuts for Managing E-Mail

Arrow Up / Arrow Down


InDesign CS5 (Windows)
Move up/down one cell
Working with Tables

Arrow Up / Arrow Down


Microsoft Excel 2007 (Windows)
Nudge the selected shape up.
Smart-Art Graphics: Work with shapes

Arrow Up


Adobe After Effects CS5 (MacOS)
Select next layer / previous layer in stacking order
Layers

Command + Arrow Down / Arrow Up


Adobe After Effects CS5 (MacOS)
Extend selection to next / previous layer in stacking order
Layers

Command + Shift + Arrow Down / Arrow Up


Microsoft Excel 2007 (Windows)
Reduce the selected shape vertically. Add ctrl for moving pixel-by-pixel.
Smart-Art Graphics: Work with shapes

Shift + Arrow Down


Microsoft Excel 2007 (Windows)
Move up one line.
Smart-Art Graphics : Work with Text

Arrow Up


Adobe After Effects CS5 (Windows)
Select next layer / previous layer in stacking order
Layers

Ctrl + Arrow Down / Arrow Up


Adobe After Effects CS5 (Windows)
Extend selection to next / previous layer in stacking order
Layers

Ctrl + Shift + Arrow Down / Arrow Up


InDesign CS5 (Windows)
Move up or down one line
Navigating Through and Editing Text

Arrow Up / Arrow Down


Microsoft Word 2010 (Windows)
Jump one row down / one row up
Edit Documents - Navigate in Tables

Arrow Down / Arrow Up


InDesign CS5 (Windows)
Move XML selection up/down
Working with XML

Arrow Up / Arrow Down


Microsoft Outlook 2007 (Windows)
Select the previous or next category (with a category selected).
Shortcut for Table View

Arrow Up / Arrow Down


Microsoft Outlook 2007 (Windows)
Day View: Select the previous or next block of time Week View: Go up or down one page view in the selected day.
Shortcuts for Calender View

Arrow Up / Arrow Down


Microsoft Outlook 2007 (Windows)
Select the previous or the next card.
Shortcuts for Business Card / Address Card View

Arrow Up / Arrow Down


Microsoft Outlook 2007 (Windows)
With category Selected: Select the previous or next category.
Shortcuts for Timeline view (Tasks or Journal)

Arrow Up / Arrow Down


Adobe After Effects CS5 (MacOS)
Increase / decrease leading by 10 units
Text

Command + Option + Arrow Down / Arrow Up


Adobe After Effects CS5 (MacOS)
Decrease / increase baseline shift by 2 units
Text

Option + Shift + Arrow Down / Arrow Up


Adobe After Effects CS5 (MacOS)
Decrease / increase baseline shift by 10 units
Text

Command + Option + Shift + Arrow Down / Arrow Up


Adobe After Effects CS5 (Windows)
Increase / decrease leading by 10 units
Text

Ctrl + Option + Arrow Down / Arrow Up


Adobe After Effects CS5 (Windows)
Decrease / increase baseline shift by 2 units
Text

Alt + Shift + Arrow Down / Arrow Up


Adobe After Effects CS5 (Windows)
Decrease / increase baseline shift by 10 units
Text

Ctrl + Option + Shift + Arrow Down / Arrow Up


Adobe Photoshop CS4 (Windows)
Decrease or increase baseline shift 2 points or pixels
Shortcut Keys for formatting type

Shift + Alt + Arrow Down / Arrow Up


Microsoft Word 2010 (Windows)
Jump one row down / one row up
Formats - Navigate in Tables

Arrow Down / Arrow Up


Adobe After Effects CS5 (MacOS)
Increase / decrease number of points for star or polygon; increase / decrease roundness for rounded rectangle
Shape Layers

Arrow Up / arrow down when dragging to create shape


Adobe After Effects CS5 (Windows)
Increase / decrease number of points for star or polygon; increase / decrease roundness for rounded rectangle
Shape Layers

Arrow Up / arrow down when dragging to create shape


Adobe Photoshop CS4 (Windows)
Move to In point of the current layer
Shortcut Keys for using the Animation panel in Timeline Mode (Photoshop Extended)

Arrow Up


Microsoft Word 2010 (Windows)
Jump one row down / one row up
Manage Word View - Navigate in Tables

Arrow Down / Arrow Up


Microsoft Word 2010 (Windows)
Jump one row down / one row up
Tables - Navigate in Tables

Arrow Down / Arrow Up


Microsoft Word 2010 (Windows)
Jump one line down / one line down
Navigate within Documents

Arrow Down / Arrow Up


Microsoft Word 2010 (Windows)
Extend selection one line down / one line up
Select Text

Shift + Arrow Down / Shift + Arrow Up