Eclipse Helios (Windows)

Select Text

Expand selection to next / previous element

Alt + Shift + Arrow Left / Arrow Right

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


Microsoft Outlook 2010 (Windows)
Collapse or expand group in message list
Messages in Main View - Navigation Pane

Arrow Left / Arrow Right


Google Chrome (Windows)
Expand / Collapse
Manage Chrome DevTools - Elements Panel

Arrow Right / Arrow Left


Microsoft Outlook 2010 (Windows)
Collapse / expand groups (e.g. week)
Messages in Main View - Message List and Single Messages

Arrow Left / Arrow Right


Microsoft Projects 2010 (Windows)
Outdent selected task (promote subtask)
Manage Tasks

Alt + Shift + Arrow Left


Microsoft OneNote 2010 (Windows)
Move one character to the left / right.
Basic Editing and Formatting

arrow left / arrow right


Firebug (Windows)
Collapse / Expand current node
HTML-Panel

Arrow Left / Arrow Right


Firebug (Linux)
Collapse / Expand current node
HTML-Panel

Arrow Left / Arrow Right


Microsoft Windows 7 (Windows)
Move one character to the left / to the right in item name
Managing 'Windows' in Windows 7 - Navigate File List and Navigation Pane

F2 , then arrow left / Arrow Right


Firebug (MacOS)
Collapse / Expand current node
HTML-Panel

Arrow Left / Arrow Right


Adobe Photoshop CS5 (Windows)
Forward one frame
Photoshop CS5 Panels - Animation Panel (Timeline Mode, PS extended)

Arrow Right / Page Down


Microsoft Windows 7 (Windows)
Expand folder / collapse folder (navigation pane only)
Managing 'Windows' in Windows 7 - Navigate File List and Navigation Pane

Arrow Left / Arrow Right


Adobe Photoshop CS5 (MacOS)
Forward one frame
Photoshop CS5 Panels - Animation Panel (Timeline Mode, PS extended)

Arrow Right / Page Down


Thunderbird (Windows)
Expand / collapse collapsed Thread
Navigate Messages

Arrow Right / Arrow Left


Microsoft Word 2007 (Windows)
Promote a paragraph.
Working with documents: Outline view

Alt + Shift + Arrow Left


Google Chrome (Windows)
Accept Suggestion
Manage Chrome DevTools - Console Panel

Arrow Right


Microsoft OneNote 2010 (Windows)
Move the current paragraph or several selected paragraphs left / right (decreasing/ increasing the the indent).
Specific OneNote Shortcuts for Selecting, Editing, and Formatting

alt + shift + arrow left / alt + shift + arrow right


Thunderbird (Linux)
Expand / collapse collapsed Thread
Navigate Messages

Arrow Right / Arrow Left


Thunderbird (MacOS)
Expand / collapse collapsed Thread
Navigate Messages

Arrow Right / Arrow Left


Microsoft Excel 2010 (Windows)
Ungroup rows or columns.
Work with Data Selections - Hide and Show Elements

Alt + Shift + Arrow Left


Firefox (Linux)
One page backward / one page forward
Navigation

Alt + Arrow Left / Arrow Right


Firefox (Windows)
One page backward / one page forward
Navigation

Alt + Arrow Left / Arrow Right


Microsoft Projects 2010 (Windows)
Expand or collapse the selected item
Navigate Projects Help

Arrow Right / arrow left in Table of Contents


Google Chrome (Linux)
Expand / Collapse
Manage Chrome DevTools - Elements Panel

Arrow Right / Arrow Left


Access 2010 (Windows)
Select the menu to the left / menu to the right
Manage Access Features - Menus

Arrow Left / Arrow Right


Inpage (Windows)
Go one charactor left / one character right
To move cursor

Arrow Left / Arrow Right


Microsoft Outlook 2010 (Windows)
Go to previous / next day
Messages in Main View - Navigate Calendar

Arrow Left / Arrow Right


Google Chrome (Windows)
Jump to previous webpage visited / jump to next webpage
Browse between Webpages

Alt + Arrow Left / Arrow Right


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

Arrow Left / Arrow Right


Microsoft Windows 7 (Windows)
Move one character to the left / to the right in item name
Windows Explorer - Navigate File List and Navigation Pane

F2 , then arrow left / Arrow Right


Microsoft Outlook 2010 (Windows)
Collapse or expand group in message list
Messages in Compose View - Navigation Pane

Arrow Left / Arrow Right


Google Chrome (Linux)
Accept Suggestion
Manage Chrome DevTools - Console Panel

Arrow Right


Microsoft Windows 7 (Windows)
Expand folder / collapse folder (navigation pane only)
Windows Explorer - Navigate File List and Navigation Pane

Arrow Left / Arrow Right


Access 2010 (Windows)
Move cursor one character to the right / to the left
Manage Access Features - Edit Text and Data

Arrow Right / Arrow Left


Microsoft Outlook 2010 (Windows)
Collapse / expand groups (e.g. week)
Messages in Compose View - Message List and Single Messages

Arrow Left / Arrow Right


Microsoft Word 2007 (Windows)
Select the nearest character.
Edit and move text and graphics: Extend a selection

f8 , and then press arrow left / Arrow Right


Google Docs (Windows)
Jump one character to the left / to the right
Navigate Google Docs

Arrow Left / Arrow Right


Google Docs (MacOS)
Jump one character to the left / to the right
Navigate Google Docs

Arrow Left / Arrow Right


Microsoft Word 2007 (Windows)
One character to the right
Edit and move text and graphics: Move through your document

Arrow Right


Google Chrome (Linux)
Jump to previous webpage visited / jump to next webpage
Browse between Webpages

Alt + Arrow Left / Arrow Right


Media Player Classic (MPC) (Windows)
Jump to keyframe
Jump

Shift + Arrow Left / Arrow Right


Media Player Classic (MPC) (Windows)
Medium jump (~5-20 sec)
Jump

Arrow Left / Arrow Right


Total Commander 8 (Windows)
Go to previous/next dir of already visited dirs
Main Shortcuts

Alt + Arrow left / Arrow right


Microsoft Windows 7 (Windows)
Move one character to the left / to the right in item name
Windows Admin - Navigate File List and Navigation Pane

F2 , then arrow left / Arrow Right


Microsoft Outlook 2010 (Windows)
Go to previous / next day
Messages in Compose View - Navigate Calendar

Arrow Left / Arrow Right


Microsoft Windows 7 (Windows)
Expand folder / collapse folder (navigation pane only)
Windows Admin - Navigate File List and Navigation Pane

Arrow Left / Arrow Right


Total Commander 8 (Windows)
Open directory/archive and display it in the target window. If the cursor is not on a directory name, or the other panel is active, then the current directory is displayed instead.
Main Shortcuts

Ctrl + Arrow left / Arrow right


Access 2010 (Windows)
Move selected member right / left
Manage Access Features - Pivot Table

Alt + Shift + Arrow Right / Alt + Shift + Arrow Left


Microsoft Excel 2010 (Windows)
Ungroup rows or columns.
Insert and Edit Data - Hide and Show Elements

Alt + Shift + Arrow Left


Sublime Text (Windows)
Move one word left arrow/ right arrow
Navigation - Standard Navigation

Ctrl + Arrow Left / Arrow Right


Sublime Text (Windows)
Move one sub-word left arrow/ right arrow
Navigation - Standard Navigation

Alt + Arrow Left / Arrow Right


Opera (Linux)
Move one character to the right
Navigation

Arrow Right


Adobe Photoshop CS5 (MacOS)
Forward one frame
Extract and Pattern Maker (plug-in) - Animation Panel (Timeline Mode, PS extended)

Arrow Right / Page Down


Microsoft Outlook 2010 (Windows)
Collapse or expand group in message list
Calendar Shortcuts - Navigation Pane

Arrow Left / Arrow Right


Sublime Text (Windows)
Extend selection one character left arrow/ right arrow
Navigation - Standard Selections

Shift + Arrow Left / Arrow Right


Sublime Text (Windows)
Extend selection one word left arrow/ right arrow
Navigation - Standard Selections

Ctrl + Shift + Arrow Left / Arrow Right


Sublime Text (Windows)
Extend selection one sub-word left arrow/ right arrow
Navigation - Standard Selections

Alt + Shift + Arrow Left / Arrow Right


Adobe Photoshop CS5 (Windows)
Forward one frame
Extract and Pattern Maker (plug-in) - Animation Panel (Timeline Mode, PS extended)

Arrow Right / Page Down


Microsoft Outlook 2010 (Windows)
Collapse / expand groups (e.g. week)
Calendar Shortcuts - Message List and Single Messages

Arrow Left / Arrow Right


Sublime Text (Windows)
Move one word left arrow/ right arrow
Selections - Standard Navigation

Ctrl + Arrow Left / Arrow Right


Sublime Text (Windows)
Move one sub-word left arrow/ right arrow
Selections - Standard Navigation

Alt + Arrow Left / Arrow Right


Sublime Text (Windows)
Extend selection one character left arrow/ right arrow
Selections - Standard Selections

Shift + Arrow Left / Arrow Right


Microsoft Windows 8 (Windows)
Jump one word to the left / to the right of item name
Windows Explorer - Navigate File List and Navigation Pane

F2 , then Ctrl + Arrow Left / Arrow Right


Sublime Text (Windows)
Extend selection one word left arrow/ right arrow
Selections - Standard Selections

Ctrl + Shift + Arrow Left / Arrow Right


Sublime Text (Windows)
Extend selection one sub-word left arrow/ right arrow
Selections - Standard Selections

Alt + Shift + Arrow Left / Arrow Right


Microsoft Windows 8 (Windows)
Expand folder / collapse folder (navigation pane only)
Windows Explorer - Navigate File List and Navigation Pane

Arrow Left / Arrow Right


Microsoft Windows 7 (Windows)
Move one character to the left / to the right in item name
Ease of Access and Magnifier - Navigate File List and Navigation Pane

F2 , then arrow left / Arrow Right


Microsoft Windows 7 (Windows)
Expand folder / collapse folder (navigation pane only)
Ease of Access and Magnifier - Navigate File List and Navigation Pane

Arrow Left / Arrow Right


Access 2010 (Windows)
Select the menu to the left / menu to the right
Working with Text and Data - Menus

Arrow Left / Arrow Right


Photoshop Lightroom 4 (Windows)
Go back / go forward
Navigating Modules

Ctrl + Alt + Arrow Left / Arrow Right


Photoshop Lightroom 4 (Windows)
Go back / go forward
Changing Views and Screen Modes

Ctrl + Alt + Arrow Left / Arrow Right


InDesign CS5 (MacOS)
Move left/right one cell
Working with Tables

Arrow Left / Arrow Right


Photoshop Lightroom 4 (MacOS)
Go back / go forward
Navigating Modules

+ Option + Arrow Left / Arrow Right


Adobe Photoshop CS4 (MacOS)
Select 1 character left/right or 1 line down/up, or 1 word left/right
Shortcut Keys for selecting, editing, and navigating through text

Shift + Arrow Left / Arrow Right / Arrow Down / arrow up , / Command + Shift + Arrow Left / Arrow Right


Adobe Photoshop CS4 (MacOS)
Move 1 character left/right, 1 line down/up, or 1 word left/right
Shortcut Keys for selecting, editing, and navigating through text

Arrow Left / arrow right , arrow down / arrow up , / Command + Arrow Left / Arrow Right


Microsoft Outlook 2010 (Windows)
Go to previous / next day
Calendar Shortcuts - Navigate Calendar

Arrow Left / Arrow Right


Oracle SQL Developer 4 (Windows)
Backwards/ Forwards
Navigate

Alt + Arrow Left / Arrow Right


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

Arrow Left / Arrow Right


Photoshop Lightroom 4 (Windows)
Go to next/previous photo in the Filmstrip
Managing photos and catalog

Arrow Right / Arrow Left


Access 2010 (Windows)
Move cursor one character to the right / to the left
Working with Text and Data - Edit Text and Data

Arrow Right / Arrow Left


Adobe Photoshop CS4 (MacOS)
Decrease or increase kerning/tracking 20/1000 ems
Shortcut Keys for formatting type

Option + Arrow Left / Arrow Right


InDesign CS5 (MacOS)
Increase or decrease kerning and tracking (horizontal text)
Working with Type

Option + Arrow Left / Arrow Right


InDesign CS5 (MacOS)
Increase or decrease kerning and tracking by five times (horizontal text)
Working with Type

Option + Command + Arrow Left / Arrow Right


Microsoft PowerPoint 2010 (Windows)
Promote a paragraph.
Work with Text and Objects

Alt + Shift + Arrow Left


InDesign CS5 (MacOS)
Move to right or left one character
Navigating Through and Editing Text

Arrow Right / Arrow Left


Photoshop Lightroom 4 (MacOS)
Go to next/previous photo in the Filmstrip
Managing photos and catalog

Arrow Right / Arrow Left


Microsoft Windows 7 (Windows)
Go to next / go to previous photo
Photo Viewer

Arrow Left / Arrow Right


Microsoft Excel 2010 (Windows)
Ungroup rows or columns.
Format Data - Hide and Show Elements

Alt + Shift + Arrow Left


Photoshop Lightroom 4 (Windows)
Add previous/next photo to selection
Comparing photos in the Library module

Shift + Arrow Left / Arrow Right


Sublime Text (Windows)
Move to next pane to the left arrow/ right arrow
Split Panes

Ctrl + K , then left arrow / Arrow Right


Microsoft PowerPoint 2010 (Windows)
Move one character to the right.
Basic Text Navigation and Formatting

Arrow Right


VLC Media Player (MacOS)
Very short jump (3 seconds) default
Jump in playback

Command + Ctrl + Arrow Left / Arrow Right


InDesign CS5 (MacOS)
Expand/Collapse element
Working with XML

Arrow Right / Arrow Left


VLC Media Player (MacOS)
Short jump (10 seconds) default
Jump in playback

Command + Alt + Arrow Left / Arrow Right


VLC Media Player (MacOS)
Medium jump (1 minute) default
Jump in playback

Command + Shift + Arrow Left / Arrow Right


Adobe Photoshop CS4 (MacOS)
Forward one frame
Shortcut Keys for using the Animation panel in Timeline Mode (Photoshop Extended)

Arrow Right / Page Down


VLC Media Player (MacOS)
Long jump (5 minutes) default
Jump in playback

Command + Alt + Shift + Arrow Left / Arrow Right


Oracle SQL Developer 4 (Windows)
Help Backwards/ forward
Other

Ctrl + Alt + Arrow Left / Arrow Right


InDesign CS5 (MacOS)
Go to previous/next validation error
Working with XML

Command + Arrow Left / Arrow Right


Photoshop Lightroom 4 (MacOS)
Add previous/next photo to selection
Comparing photos in the Library module

Shift + Arrow Left / Arrow Right


Microsoft Outlook 2010 (Windows)
Select closest card in next / previous column
Business Card View

Arrow Right / Arrow Left


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

Arrow Left / Arrow Right


CATIA V5 (Windows)
ROTATE the model
38 Shortcuts for CATIA V5 (Windows)

Alt + Shift + Arrow Left


Access 2010 (Windows)
Move selected member right / left
Working with Text and Data - Pivot Table

Alt + Shift + Arrow Right / Alt + Shift + Arrow Left


iTunes (Windows)
Go to the next / go to previous song in a list
Playback shortcuts

Arrow Left / Arrow Right


iTunes (MacOS)
Go to the next or previous song in a list
Playback shortcuts

Arrow Left / Arrow Right


Facebook (Web Application)
skip back and forth between photos
Lightbox Mode

Arrow Left / Arrow Right


iTunes (Windows)
Play the next song / play previous song in a list (When a song is playing)
Control menu shortcuts

Arrow Right / Arrow Left


Youtube Player (Windows)
Jump backwards/ forward 5 seconds
Navigate Video

Arrow Left / Arrow Right


iTunes (MacOS)
Play the next song / play previous song in a list (When a song is playing)
Add Menu

Arrow Right / Arrow Left


Access 2010 (Windows)
Select the menu to the left / menu to the right
Working with Access Views - Menus

Arrow Left / Arrow Right


Photoshop Lightroom 4 (Windows)
Go to next slide / Go to previous slide
Slideshow module

Arrow Right / Arrow Left


FL Studio (Windows)
Next pattern
Pattern Selector

Arrow Right


Photoshop Lightroom 4 (Windows)
Go to first page / go to last page
Print module

Ctrl + Shift + Arrow Left / Arrow Right


Photoshop Lightroom 4 (Windows)
Go to previous page / go to next page
Print module

Ctrl + Arrow Left / Arrow Right


Microsoft Excel 2010 (Windows)
Ungroup rows or columns.
Formulas and Names - Hide and Show Elements

Alt + Shift + Arrow Left


Microsoft PowerPoint 2010 (Windows)
Move the focus from a group to the first item in that group.
Work with the Selection pane.

Arrow Right


IntelliJ (Linux)
Navigate backward / navigate forward
Navigation

Ctrl + Alt + Arrow left / Arrow right


Photoshop Lightroom 4 (MacOS)
Go to next slide / go to previous slide
Slideshow module

Arrow Right / Arrow Left


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

Arrow Left / Arrow Right


Microsoft Word 2013 (Windows)
Jump one character to the left / to the right
Navigate in Word Documents

Arrow Left / Arrow Right


IntelliJ (Windows)
Navigate backward / navigate forward
Navigation

Ctrl + Alt + Arrow Left / Arrow Right


Access 2010 (Windows)
Move cursor one character to the right / to the left
Working with Access Views - Edit Text and Data

Arrow Right / Arrow Left


Microsoft Excel 2013 (Windows)
Inside a cell: Select or unselect one character to the left / to the right
Basic and Advanced Cell Selections

Shift + Arrow Left / Arrow Right


Microsoft Excel 2013 (Windows)
Inside a cell: Select or unselect one word to the left / to the right
Basic and Advanced Cell Selections

Ctrl + Shift + Arrow Left / Arrow Right


Photoshop Lightroom 4 (MacOS)
Go to first page / go to last page
Print module

+ Shift + Arrow Left / Arrow Right


FileMaker Pro (MacOS)
Align left edges / Align right edges
Layout Mode Shortcuts - Align Objects

Command + Option + Arrow Left / Arrow Right


FileMaker Pro (Windows)
Align left edges / align right edges
Layout Mode Shortcuts - Align Objects

Ctrl + Alt + Arrow Left / Arrow Right


FL Studio (Windows)
Move selected mixer track left/right
Mixer

Alt + Arrow Left / Arrow Right


Adobe Acrobat Pro (Windows)
Next page
Navigation - Navigating a PDF

Arrow Right / Ctrl + Page Down


Presonus Studio One (Windows)
Left/right skip
Misc.

Ctrl + Arrow Left / Arrow Right


Comsol 5 (Windows)
Expand a branch in the model tree
Model Tree

Arrow Right


Comsol 5 (MacOS)
Expand a branch in the model tree
Model Tree

Arrow Right


FL Studio (Windows)
Select time before/after selection equal to the selection length
Playlist Action

Ctrl + Arrow Left / Arrow Right


Adobe Acrobat Pro (Windows)
Expand the current bookmark (focus on Bookmarks panel)
Navigation - Navigation panels

Arrow Right / Shift + [ + ]


FileMaker Pro (Windows)
Select to beginning of previous word / to end of next word
Layout Mode Shortcuts - Select Text

Ctrl + Shift + Arrow Left / Arrow Right


FL Studio (Windows)
Move selection left/right
Playlist Action

Shift + Arrow Left / Arrow Right


Access 2010 (Windows)
Move selected member right / left
Working with Access Views - Pivot Table

Alt + Shift + Arrow Right / Alt + Shift + Arrow Left


FileMaker Pro (MacOS)
Select to beginning of line / to end of line
Layout Mode Shortcuts - Navigate and Select Text

Command + Shift + Arrow Left / Arrow Right


FileMaker Pro (MacOS)
Select to beginning of the previous word / to end of next word
Layout Mode Shortcuts - Navigate and Select Text

Option + Shift + Arrow Left / Arrow Right


Windows 10 Command Prompt (Windows)
Extend selection by on character to the left / to the right
Select Text (Expanded with Windows 10)

Shift + Arrow Left / Arrow Right


Windows 10 Command Prompt (Windows)
Extend selection by on word to the left / to the right
Select Text (Expanded with Windows 10)

Shift + Control + Arrow Left / Arrow Right


Adobe Acrobat Pro (Windows)
Navigate through the other controls in the top bar - Home, Tools, Document
Navigation

Arrow Right / Arrow Left / Tab / Shift + Tab


Windows 10 Command Prompt (Windows)
Jump to next / jump to previous Word
Navigate Text

Ctrl + Arrow Left / Arrow Right


Microsoft Excel 2010 (Windows)
Ungroup rows or columns.
The Rest - Hide and Show Elements

Alt + Shift + Arrow Left


Adobe Acrobat Pro (Windows)
Search previous document (with Search results displaying multiple files)
Navigation

Alt + Shift + Arrow Left


Adobe Acrobat Pro (Windows)
Selects the next or previous column header for sorting
PDF Portfolios

Arrow Left / Arrow Right


FileMaker Pro (MacOS)
Align left edges / Align right edges
Text Shortcuts - Align Objects

Command + Option + Arrow Left / Arrow Right


FL Studio (Windows)
Shift left/right
Piano Roll Action

Shift + Arrow Left / Arrow Right


Microsoft Excel 2013 (Windows)
Ungroup selected PivotTable items
Pivot Tables

Alt + Shift + Arrow Left


FL Studio (Windows)
Rotate left/right (since program version 11.5.8)
Piano Roll Action

Ctrl + Shift + Arrow Left / Arrow Right


FL Studio (Windows)
Select time before (left) or after (right) current selection
Piano Roll Action

Ctrl + Arrow Left / Arrow Right


Linux Mint (Linux)
Move to left / right workspace
Manage Windows and Workspaces

Ctrl + Alt + Arrow Left / Arrow Right


Adobe Photoshop CS5 (MacOS)
Decrease or increase kerning/tracking 20/1000 ems
Format Type

Option + Arrow Left / Arrow Right


FileMaker Pro (Windows)
Align left edges / align right edges
Text Shortcuts - Align Objects

Ctrl + Alt + Arrow Left / Arrow Right


Linux Mint (Linux)
Move current window to left /right workspace
Manage Windows and Workspaces

Ctrl + Alt + Shift + Arrow Left / Arrow Right


Adobe Photoshop CS5 (MacOS)
Extend/shorten selected measurement
Measurement (PS Extended)

Command + Arrow Left / Arrow Right


Access 2010 (Windows)
Select the menu to the left / menu to the right
The Rest - Menus

Arrow Left / Arrow Right


Adobe Photoshop CS5 (MacOS)
Extend/shorten selected measurement in increments
Measurement (PS Extended)

Shift + Command + Arrow Left / Arrow Right


Microsoft Excel 2013 (Windows)
Ungroup rows or columns
Lesser Used Shortcuts

Alt + Shift + Arrow Left


Google Chrome (MacOS)
Jump to previous webpage visited / jump to next webpage
Browse between Webpages

Option + Arrow Left / Arrow Right


FL Studio (Windows)
Move selection left/right
Piano Roll Action

Shift + Arrow Left / Arrow Right


Camtasia 8 (Windows)
Previous clip/ next clip
Editor Playback Controls

Ctrl + Alt + Arrow Left / Arrow Right


Camtasia 8 (Windows)
Step backward/ forward. Press and hold to rewind/ fast forward.
Editor Playback Controls

Ctrl + Arrow Left / Arrow Right


Adobe Photoshop CS5 (Windows)
Decrease or increase kerning/tracking 20/1000 ems
Format Type

Alt + Arrow Left / Arrow Right


Camtasia 8 (Windows)
Previous Clip/ next clip
Editor Timeline Navigation

Ctrl + Alt + Arrow Left / Arrow Right


Camtasia 8 (Windows)
Step backward/ step forward. Press and hold to rewind/ fast forward.
Editor Timeline Navigation

Ctrl + Arrow Left / Arrow Right


Prezi (Web Application)
Move Forward / move Backward along the Path
Presenting

Arrow Right / Arrow Left


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

Arrow Left / Arrow Right


Access 2010 (Windows)
Move cursor one character to the right / to the left
The Rest - Edit Text and Data

Arrow Right / Arrow Left


Microsoft OneNote 2016 (Windows)
Move one word left/ right
Basic Editing and Formatting

Ctrl + Arrow Left / Arrow Right


FileMaker Pro (MacOS)
Select to beginning of line / to end of line
Text Shortcuts - Navigate and Select Text

Command + Shift + Arrow Left / Arrow Right


Photoshop Lightroom CC (Windows)
Go back/ go forward
Navigating Modules

Ctrl + Alt + Arrow Left / Arrow Right


FileMaker Pro (MacOS)
Select to beginning of the previous word / to end of next word
Text Shortcuts - Navigate and Select Text

Option + Shift + Arrow Left / Arrow Right


Photoshop Lightroom CC (MacOS)
Go back/ go forward
Navigating Modules

Command + Option + Arrow Left / Arrow Right


FileMaker Pro (Windows)
Select to beginning of previous word / to end of next word
Text Shortcuts - Select Text

Ctrl + Shift + Arrow Left / Arrow Right


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

Arrow Left / Arrow Right


Sway 2016 (Windows)
Expand/collapse the selected Group or Section
Card Interaction

Arrow Right / Arrow Left


Sway 2016 (Windows)
Slide left/right by chunk
Group: Comparison

Arrow Left / Arrow Right


Sway 2016 (Windows)
Go to the previous/next image
Group: Slideshow

Arrow Left / Arrow Right


Microsoft OneNote 2016 (Windows)
Go back to last/ next page opened
Manage Pages, Notebooks and Sections

Alt + Arrow Left / Arrow Right


Skype for Business (Lync) 2016 (Windows)
With slide in focus - Move to previous slide / next slide (or next click)
PowerPoint Sharing

Arrow Right / Arrow Left


Skype for Business (Lync) 2016 (Windows)
With thumbnails in focus - Move to next/ move to previous thumbnail
PowerPoint Sharing

Left / Arrow Right


Android Studio (Windows)
Navigate open tabs
General Shortcuts

Alt + Arrow Left / Arrow Right


Sonos Controller (Windows)
Next song/ previous song
22 Shortcuts for Sonos Controller (Windows)

Arrow Right / Arrow Left


Photoshop Lightroom CC (MacOS)
Go to next/ previous photo in Filmstrip
Managing Photos and Catalogs

Arrow Right / Arrow Left


Sonos Controller (Windows)
Go back/ forward 30 seconds
22 Shortcuts for Sonos Controller (Windows)

Ctrl + Shift + Arrow Left / Arrow Right


Photoshop Lightroom CC (Windows)
Go to next/ previous photo in Filmstrip
Managing Photos and Catalogs

Arrow Right / Arrow Left


Adobe After Effects CC (Windows)
Go to previous / next InPoint or OutPoint
Time Navigation

Ctrl + Alt + Shift + Arrow Left / Arrow Right


Adobe After Effects CC (MacOS)
Go to previous / next InPoint or OutPoint
Time Navigation

Command + Option + Shift +
Arrow Left / Arrow Right


Microsoft Excel 2010 (Windows)
Ungroup selected PivotTable items.
Pivot Tables

Alt + Shift + Arrow Left


FileMaker Pro (MacOS)
Align left edges / Align right edges
Database Management Shortcuts - Align Objects

Command + Option + Arrow Left / Arrow Right


FileMaker Pro (Windows)
Align left edges / align right edges
Database Management Shortcuts - Align Objects

Ctrl + Alt + Arrow Left / Arrow Right


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

Arrow Right / Ctrl + Arrow Right


Photoshop Lightroom CC (MacOS)
Add previous/next photo to selection
Comparing Photos in the Library Module

Shift + Left/ Arrow Right


Access 2010 (Windows)
Move selected member right / left
The Rest - Pivot Table

Alt + Shift + Arrow Right / Alt + Shift + Arrow Left


Photoshop Lightroom CC (Windows)
Add previous/next photo to selection
Comparing Photos in the Library Module

Shift + Left/ Arrow Right


FileMaker Pro (MacOS)
Select to beginning of line / to end of line
Database Management Shortcuts - Navigate and Select Text

Command + Shift + Arrow Left / Arrow Right


FileMaker Pro (MacOS)
Select to beginning of the previous word / to end of next word
Database Management Shortcuts - Navigate and Select Text

Option + Shift + Arrow Left / Arrow Right


Plex (MacOS)
Navigate to rihght
Control By Apple Remote

Arrow Right


FileMaker Pro (Windows)
Select to beginning of previous word / to end of next word
Database Management Shortcuts - Select Text

Ctrl + Shift + Arrow Left / Arrow Right


Plex (MacOS)
Forward 30 seconds
Playback Control by Apple Remote

Arrow Right


Microsoft Outlook 2016 (Windows)
Expand/collapse a single selected group
Groups

Arrow Right / Arrow Left


Photoshop Lightroom CC (Windows)
Go to next slide
Slideshow Module

Arrow Right


Photoshop Lightroom CC (MacOS)
Go to next slide
Slideshow Module

Arrow Right


FileMaker Pro (MacOS)
Move to nexst tab / move to previosu tab (When a tab is selected)
Navigation and Window Display

Arrow Right / Arrow Left


Microsoft Outlook 2016 (Windows)
Select the first item on screen in an expanded group or the first item off screen to the right
Groups

Arrow Right


Photoshop Lightroom CC (Windows)
Go to first page/ last page
Print Module

Ctrl + Shift + Arrow Left / Arrow Right


Photoshop Lightroom CC (MacOS)
Go to first page/ last page
Print Module

Command + Shift + Arrow Left / Arrow Right


Photoshop Lightroom CC (Windows)
Go to previous/ next page
Print Module

Ctrl + Arrow Left / Arrow Right


Photoshop Lightroom CC (MacOS)
Go to previous/ next page
Print Module

Command + Arrow Left / Arrow Right


FileMaker Pro (Windows)
Go to next tab / previous tab (When a tab is selected)
Navigation and Window Display

Arrow Right / Arrow Left


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

Arrow Right / Arrow Left


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

Arrow Left / Arrow Right


Microsoft Outlook 2016 (Windows)
Select the previous/next item
View: Timeline (Tasks) - When an item is selected

Arrow Left / Arrow Right


Microsoft Outlook 2016 (Windows)
Select the first item on screen in an expanded group or the first item off screen to the right
View: Timeline (Tasks) - When a group is selected

Arrow Right


Microsoft Outlook 2016 (Windows)
Move backward/forward in increments of time that are the same as those shown on the time scale
View: Timeline (Tasks) - When a unit of time for days is selected

Arrow Left / Arrow Right


Microsoft Outlook 2016 (Windows)
Go to the previous/next day
View: Calendar - Day/Week/Month

Arrow Left / Arrow Right


Adobe After Effects CC (Windows)
Decrease / increase kerning or tracking 20 units (20/1000 ems)
Text

Alt + Arrow Left / Arrow Right


Adobe After Effects CC (Windows)
Decrease /r increase kerning or tracking 100 units (100/1000 ems)
Text

Ctrl + Alt + Arrow Left / Arrow Right


Adobe After Effects CC (MacOS)
Decrease / increase kerning or tracking 20 units (20/1000 ems)
Text

Option +
Arrow Left / Arrow Right


Adobe After Effects CC (MacOS)
Decrease / increase kerning or tracking 100 units (100/1000 ems)
Text

Command + Option +
Arrow Left / Arrow Right


Atom (text editor) 1.0 (MacOS)
Recursively expand / collapse directories
Tree View

Option + Arrow Left / Arrow Right / Command + Option + [ / ]


Microsoft Excel 2016 (Windows)
Navigate by one word left/ right
Edit Cell Content

Ctrl + Arrow Left / Arrow Right


Microsoft Excel 2016 (Windows)
Select or unselect one word to the left/ right
Edit Cell Content

Ctrl + Shift + Arrow Left / Arrow Right


Adobe Photoshop CC (MacOS)
Decrease or increase kerning/tracking 20/1000 ems
Format Text Type

Option + Arrow Left / Arrow Right


Adobe Photoshop CC (Windows)
Decrease or increase kerning/tracking 20/1000 ems
Format Text Type

Alt + Arrow Left / Arrow Right


Pandora Classic (Web Application)
Skip track
9 Shortcuts for Pandora Classic (Web Application)

Arrow Right


Microsoft Excel 2016 (Windows)
Ungroup selected PivotTable items when on group header
Pivot Tables

Alt + Shift + Arrow Left


Microsoft Excel 2016 (Windows)
Ungroup rows or columns
Group Rows and Columns

Alt + Shift + Arrow Left


FileZilla (Windows)
Down one level in a tree view, if there are subfolders. Pressing once expands a collapsed node. Pressing again steps down into it.
28 Shortcuts for FileZilla (Windows)

Arrow Right


Desk.com (Windows)
Previous/Next tab
System-Wide

Arrow Left / Arrow Right


Desk.com (MacOS)
Previous/Next tab
System-Wide

Arrow Left / Arrow Right


Cloud9 (MacOS)
Goto Line Start/ Send
Goto

Command + Arrow Left / Arrow Right


Windows 10 File Explorer (Windows)
Go to previous/ next location
Folder Content (Main Pane) - Navigate Files/ Folders

Alt + Arrow Left / Arrow Right


Cloud9 (MacOS)
Goto Word Left/ Right
Goto

Option + Arrow Left / Arrow Right


Cloud9 (Windows)
Goto Line Start/ Send
Navigate

Alt + Arrow Left / Arrow Right


Cloud9 (Windows)
Goto Word Left/ Right
Navigate

Ctrl + Arrow Left / Arrow Right


Cloud9 (MacOS)
Select Left/ Right
Selections

Shift + Arrow Left / Arrow Right


Cloud9 (MacOS)
Select Word Left/ Right
Selections

Option + Shift + Arrow Left / Arrow Right


Cloud9 (Windows)
Select Left/ Right
Selections

Shift + Arrow Left / Arrow Right


Cloud9 (Windows)
Select Word Left/ Right
Selections

Ctrl + Shift + Arrow Left / Arrow Right


Microsoft Word 2016 (MacOS)
Move one character to the right
Move the Cursor

Arrow Right


Microsoft Outlook 2016 (MacOS)
Move the cursor right one character
Edit and format text

Arrow Right


Libreoffice Writer (Windows)
Move cursor to right
General

Arrow Right


QuickTime Player (MacOS)
Stop playback and go forward one frame
Movie playback shortcuts

Arrow Right


Flash Movie Player (Windows)
Forward 20 frames
General

Arrow Right


Webflow (Windows)
Select sibling element
Other

Arrow Left / Arrow Right


Webflow (Windows)
Select next / previous element
Other

Alt + Arrow Left / Arrow Right


Webflow (MacOS)
Select sibling element
Other

Arrow Left / Arrow Right


Webflow (MacOS)
Select next / previous element
Other

Alt + Arrow Left / Arrow Right


Kate (Linux)
Move the cursor one character to the right
29 Shortcuts for Kate (Linux)

Arrow Right


Kate (Windows)
Move the cursor one character to the right
38 Shortcuts for Kate (Windows)

Arrow Right


Kate (MacOS)
Move the cursor one character to the right
28 Shortcuts for Kate (MacOS)

Arrow Right


Source Insight (Windows)
Cursor Right
General

Arrow Right


Comodo IceDragon (Windows)
Seek forward 15 seconds
Audio and Video Shortcuts

Arrow Right


DaVinci Resolve 14 (Windows)
Step One Frame Forward
Playback

Arrow Right


DaVinci Resolve 14 (MacOS)
Step One Frame Forward
Playback

Arrow Right


Modo (Windows)
Select next loop
Selection (Modelling)

Arrow Right


Modo (MacOS)
Select next loop
Selection (Modelling)

Arrow Right


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

Arrow Right


Inkscape (MacOS)
Adjust pen width by 1
Calligraphy tool

Arrow Left / Arrow Right


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

Arrow Right


Target 3001! (Windows)
Move Cursor Step-by-Step to the Right*
Cursor Usage

Arrow Right


Soundcloud (Web Application)
Seek Forward
12 Shortcuts for Soundcloud (Web Application)

Arrow Right


Inkscape (MacOS)
Adjust brush width by
Tweak tool

Arrow Left / Arrow Right


Balsamiq Mockups (Windows)
Nudge selection 20px
Selection

Shift + Arrow Up / Arrow Down / Arrow Right / Arrow Left


Balsamiq Mockups (Windows)
Nudge selection 1px
Selection

Arrow Up / Arrow Down / Arrow Right / Arrow Left


Balsamiq Mockups (Windows)
Nudge-Resize selection 2px
Selection

Ctrl + Alt + Arrow Up / Arrow Down / Arrow Right / Arrow Left


Balsamiq Mockups (Windows)
Nudge-Resize selection 20px
Selection

Ctrl + Alt + Shift + 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)
Skip forward 10 seconds
Video Player

Arrow Right


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

Arrow Right


IrfanView 4.42 (Windows)
Load next / previous image in current directory (when not zoomed)
Browsing

Arrow Right / Arrow Left / Page Up / Page Down


Microsoft Windows Vista (Windows)
Move one character to the left or right of an object name.
General Vista Shortcuts (e.g. Vista Explorer, Desktop)

f2 , then arrow left / Arrow Right


Open Office Writer 3 (Windows)
Move cursor to right
General OpenOffice Writer Shortcuts

Arrow Right


Winamp Media Player (Windows)
Rewind or fast forward 5 seconds
Play Music in Winamp

Arrow Left / Arrow Right


Nautilus File Manager 2 (Linux)
Expand/collapse folder tree (in list view)
File Management

Ctrl + Shift + Arrow Left / Arrow Right


Rhythmbox (Linux)
Jump to previous/next track
Playback

Alt + Arrow Left / Arrow Right


Microsoft Windows Vista (Windows)
Go to previous or next Window (same effect as the forward and backward button).
Windows/Vista Explorer Shortcuts

Shift + Arrow Left / Arrow Right


Microsoft Word 2010 (Windows)
Promote / demote Headings
Navigate within Documents - Styles

Alt + Shift + Arrow Right / Alt + Shift + Arrow Left


Adobe After Effects CS5 (MacOS)
Go to beginning / to end of composition, layer, or footage item
Time Navigation

Home / End / Command + Option + Arrow Left / Arrow Right


Microsoft Word 2010 (Windows)
Move left or right between main Ribbon Menus if active
Navigate within Documents - Ribbons

Arrow Left / Arrow Right


Adobe After Effects CS5 (Windows)
Go to beginning / to end of composition, layer, or footage item
Time Navigation

Home / End / Ctrl + Option + Arrow Left / Arrow Right


Microsoft Windows Vista (Windows)
Select the previous or next item.
Vista Photo Gallery Shortcuts

Arrow Left / Arrow Right


Microsoft Windows Vista (Windows)
Expand node.
Vista Photo Gallery Shortcuts

Arrow Right


InDesign CS5 (Windows)
Move left/right one cell
Working with Tables

Arrow Left / Arrow Right


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

Arrow Right


InDesign CS5 (Windows)
Increase or decrease kerning and tracking (horizontal text)
Working with Type

Alt + Arrow Left / Arrow Right


InDesign CS5 (Windows)
Increase or decrease kerning and tracking by five times (horizontal text)
Working with Type

Alt + Ctrl + Arrow Left / Arrow Right


Microsoft Excel 2007 (Windows)
Move one character to the right.
Smart-Art Graphics : Work with Text

Arrow Right


InDesign CS5 (Windows)
Move to right or left one character
Navigating Through and Editing Text

Arrow Right / Arrow Left


Microsoft Excel 2007 (Windows)
Demote the selected text.
Smart-Art Graphics : Work with Text

Alt + Shift + Arrow Left


Microsoft Word 2010 (Windows)
Promote / demote Headings
Edit Documents - Styles

Alt + Shift + Arrow Right / Alt + Shift + Arrow Left


Microsoft Excel 2007 (Windows)
Move to another tab of the Ribbon.
Work with the Excel Ribbon

Alt / f10 to select the active tab , and then arrow left / Arrow Right


Microsoft Excel 2007 (Windows)
Move down, up, left, or right among the items in the Ribbon.
Work with the Excel Ribbon

arrow down , arrow up , arrow left , / Arrow Right


Microsoft Word 2010 (Windows)
Move left or right between main Ribbon Menus if active
Edit Documents - Ribbons

Arrow Left / Arrow Right


InDesign CS5 (Windows)
Expand/Collapse element
Working with XML

Arrow Right / Arrow Left


InDesign CS5 (Windows)
Go to previous/next validation error
Working with XML

Ctrl + Arrow Left / Arrow Right


Microsoft Outlook 2007 (Windows)
Select the first item on screen in an expanded category or the first item off screen to the right (with a category selected).
Shortcut for Table View

Arrow Right


Microsoft Outlook 2007 (Windows)
Go to the previous or next day.
Shortcuts for Calender View

Arrow Left / Arrow Right


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

Arrow Right / Arrow Left


Microsoft Outlook 2007 (Windows)
Select the next or previous item.
Shortcuts for Timeline view (Tasks or Journal)

Arrow Left / Arrow Right


Adobe After Effects CS5 (MacOS)
Move insertion point one word left / one word right
Text

Command + Arrow Left / Arrow Right


Adobe After Effects CS5 (Windows)
Move insertion point one word left / one word right
Text

Ctrl + Arrow Left / Arrow Right


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

Enter / Arrow Right


Microsoft Outlook 2007 (Windows)
When time unit on time scale for days is selected: Move back or forward in increments of time that are the same as those shown on the time scale.
Shortcuts for Timeline view (Tasks or Journal)

Arrow Left / Arrow Right


Adobe Photoshop CS4 (Windows)
Select 1 character left/right or 1 line down/up, or 1 word left/right
Shortcut Keys for selecting, editing, and navigating through text

Shift + Arrow Left / Arrow Right / Arrow Down / arrow up , or Ctrl + Shift + Arrow Left / Arrow Right


Adobe Photoshop CS4 (Windows)
Move 1 character left/right, 1 line down/up, or 1 word left/right
Shortcut Keys for selecting, editing, and navigating through text

Arrow Left / arrow right , arrow down / arrow up , / Ctrl + Arrow Left / Arrow Right


Adobe After Effects CS5 (MacOS)
Decrease / increase kerning or tracking 20 units (20/1000 ems)
Text

Option + Arrow Left / Arrow Right


Adobe After Effects CS5 (MacOS)
Decrease / increase kerning or tracking 100 units (100/1000 ems)
Text

Command + Option + Arrow Left / Arrow Right


Adobe After Effects CS5 (Windows)
Decrease / increase kerning or tracking 20 units (20/1000 ems)
Text

Alt + Arrow Left / Arrow Right


Adobe After Effects CS5 (Windows)
Decrease / increase kerning or tracking 100 units (100/1000 ems)
Text

Ctrl + Option + Arrow Left / Arrow Right


Microsoft Word 2010 (Windows)
Promote / demote Headings
Formats - Styles

Alt + Shift + Arrow Right / Alt + Shift + Arrow Left


Adobe Photoshop CS4 (Windows)
Decrease or increase kerning/tracking 20/1000 ems
Shortcut Keys for formatting type

Alt + Arrow Left / Arrow Right


Microsoft Word 2010 (Windows)
Move left or right between main Ribbon Menus if active
Formats - Ribbons

Arrow Left / Arrow Right


Adobe Photoshop CS4 (Windows)
Forward one frame
Shortcut Keys for using the Animation panel in Timeline Mode (Photoshop Extended)

Arrow Right / Page Down


Microsoft Word 2010 (Windows)
Promote / demote Headings
Manage Word View - Styles

Alt + Shift + Arrow Right / Alt + Shift + Arrow Left


Microsoft Word 2010 (Windows)
Move left or right between main Ribbon Menus if active
Manage Word View - Ribbons

Arrow Left / Arrow Right


Microsoft Word 2010 (Windows)
Promote / demote Headings
Tables - Styles

Alt + Shift + Arrow Right / Alt + Shift + Arrow Left


Microsoft Word 2010 (Windows)
Move left or right between main Ribbon Menus if active
Tables - Ribbons

Arrow Left / Arrow Right


Microsoft Word 2010 (Windows)
Jump one character to the left / to the right
Navigate within Documents

Arrow Left / Arrow Right