IntelliJ (Linux)

Navigation

Navigate backward / navigate forward

Ctrl + Alt + Arrow left / Arrow right

All hotkeys for IntelliJ (Linux)

Productivity
To quickly open any class.

Ctrl + N

Productivity
To quickly open any file.

Ctrl + Shift + N

Productivity
Toggle tools (maximize/minimize code window).

Ctrl + Shift + F12

Productivity
Code completion.

Ctrl + Space

Productivity
To find all places where a particular class, method or variable is used in the whole project by positioning the caret at the symbol's name or at its usage in code.

Alt + F7

Productivity
To quickly see the documentation for the class or method used at the editor's caret.

Crtl + P

Editing
Basic code completion (the name of any class, method or variable)

Ctrl + Space

Editing
Smart code completion (filters the list of methods and variables by expected type)

Ctrl + Shift + Space

Editing
Complete statement

Ctrl + Shift + Enter

Editing
Parameter info (within method call arguments)

Ctrl + P

Editing
Quick documentation lookup

Ctrl + Q

Editing
External Doc

Shift + F1

Editing
Brief Info

Ctrl + mouse over code

Editing
Show descriptions of error or warning at caret

Ctrl + F1

Editing
Generate code... (Getters, Setters, Constructors, hashCode/equals, toString)

Alt + Insert

Editing
Override methods

Ctrl + O

Editing
Implement methods

Ctrl + I

Editing
Surround with… (if..else, try..catch, for, synchronized, etc.)

Ctrl + Alt + T

Editing
Comment/uncomment with line comment

Ctrl + /

Editing
Comment/uncomment with block comment

Ctrl + Shift + /

Editing
Select successively increasing code blocks

Ctrl + W

Editing
Decrease current selection to previous state

Ctrl + Shift + W

Editing
Context info

Alt + Q

Editing
Show intention actions and quick-fixes

Alt + Enter

Editing
Reformat code

Ctrl + Alt + L

Editing
Optimize imports

Ctrl + Alt + O

Editing
Auto-indent line(s)

Ctrl + Alt + I

Editing
Indent/unindent selected lines

Tab / Shift + Tab

Editing
Cut current line or selected block to clipboard

Ctrl + X / Shift + Delete

Editing
Copy current line or selected block to clipboard

Ctrl + C / Ctrl + Insert

Editing
Paste from clipboard

Ctrl + V / Shift + Insert

Editing
Paste from recent buffers...

Ctrl + Shift + V

Editing
Duplicate current line or selected block

Ctrl + D

Editing
Delete line at caret

Ctrl + Y

Editing
Smart line join

Ctrl + Shift + J

Editing
Smart line split

Ctrl + Enter

Editing
Start new line

Shift + Enter

Editing
Toggle case for word at caret or selected block

Ctrl + Shift + U

Editing
Select till code block end/start

Ctrl + Shift + ] / [

Editing
Delete to word end

Ctrl + Delete

Editing
Delete to word start

Ctrl + Backspace

Editing
Expand/collapse code block

Ctrl + NumPad + / -

Editing
Expand all / collapse all

Ctrl + Shift + NumPad + / -

Editing
Close active editor tab

Ctrl + F4

Editing
Find usages / Find usages in file

Alt + F7 / Ctrl + F7

Editing
Highlight usages in file

Ctrl + Shift + F7

Editing
Show usages

Ctrl + Alt + F7

Editing
Copy

F5

Editing
Move

F6

Editing
Safe Delete

Alt + Delete

Editing
Rename

Shift + F6

Editing
Change Signature

Ctrl + F6

Editing
Inline

Ctrl + Alt + N

Editing
Extract Method

Ctrl + Alt + M

Editing
Extract Variable

Ctrl + Alt + V

Editing
Extract Field

Ctrl + Alt + F

Editing
Extract Constant

Ctrl + Alt + C

Editing
Extract Parameter

Ctrl + Alt + P

Search/Replace
Search everywhere

Double Shift

Search/Replace
Find

Ctrl + F

Search/Replace
Find next / Find previous

F3 / Shift + F3

Search/Replace
Replace

Ctrl + R

Search/Replace
Find in path

Ctrl + Shift + F

Search/Replace
Replace in path

Ctrl + Shift + R

Search/Replace
Search structurally (Ultimate Edition only)

Ctrl + Shift + S

Search/Replace
Replace structurally (Ultimate Edition only)

Ctrl + Shift + M

Compile and Run
Make project (compile modifed and dependent)

Ctrl + F9

Compile and Run
Compile selected file, package or module

Ctrl + Shift + F9

Compile and Run
Select configuration and run

Alt + Shift + F10

Compile and Run
Select configuration and debug

Alt + Shift + F9

Compile and Run
Run

Shift + F10

Compile and Run
Debug

Shift + F9

Compile and Run
Run context configuration from editor

Ctrl + Shift + F10

Debugging
Commit project to VCS

Ctrl + K

Debugging
Update project from VCS

Ctrl + T

Debugging
View recent changes

Alt + Shift + C

Debugging
‘VCS’ quick popup

Alt + `

Debugging
Step over

F8

Debugging
Step into

F7

Debugging
Smart step into

Shift + F7

Debugging
Step out

Shift + F8

Debugging
Run to cursor

Alt + F9

Debugging
Evaluate expression

Alt + F8

Debugging
Resume program

F9

Debugging
Toggle breakpoint

Ctrl + F8

Debugging
View breakpoints

Ctrl + Shift + F8

Live Templates
Surround with Live Template

Ctrl + Alt + J

Live Templates
Insert Live Template

Ctrl + J

Live Templates
Iteration according to Java SDK 1.5 style

Ctrl + J - iter

Live Templates
Check object type with instanceof and downcast it

Ctrl + J - inst

Live Templates
Iterate Collection / Iterate elements of java.util.Collection

Ctrl + J - itco

Live Templates
Iterate Itterator / IIterate elements of java.util.Iterator

Ctrl + J - itit

Live Templates
Iterate List / Iterate elements of java.util.List

Ctrl + J - itli

Live Templates
Public static final

Ctrl + J - psf

Live Templates
throw new

Ctrl + J - thr

Navigation
Go to class

Ctrl + N

Navigation
Go to file

Ctrl + Shift + N

Navigation
Go to symbol

Ctrl + Alt + Shift + N

Navigation
Go to next/previous editor tab

Alt + Right/Left

Navigation
Go back to previous tool window

F12

Navigation
Go to editor (from tool window)

Esc

Navigation
Hide active or last active window

Shift + Esc

Navigation
Close active run/messages/find/... tab

Ctrl + Shift + F4

Navigation
Go to line

Ctrl + G

Navigation
Recent files popup

Ctrl + E

Navigation
Navigate backward / navigate forward

Ctrl + Alt + Arrow left / Arrow right

Navigation
Navigate to last edit location

Ctrl + Shift + Backspace

Navigation
Select current file or symbol in any view

Alt + F1

Navigation
Go to declaration

Ctrl + B / Ctrl + Click

Navigation
Go to implementation(s)

Ctrl + Alt + B

Navigation
Open quick definition lookup

Ctrl + Shift + I

Navigation
Go to type declaration

Ctrl + Shift + B

Navigation
Go to super-method/super-class

Ctrl + U

Navigation
Go to previous/next method

Alt + Arrow up / Arrow down

Navigation
Move to code block end / move to code start

Ctrl + ] / [

Navigation
File structure popup

Ctrl + F12

Navigation
Type hierarchy

Ctrl + H

Navigation
Method hierarchy

Ctrl + Shift + H

Navigation
Call hierarchy

Ctrl + Alt + H

Navigation
Next/previous highlighted error

F2 / Shift + F2

Navigation
Edit source / View source

F4 / Ctrl + Enter

Navigation
Show navigation bar

Alt + Home

Navigation
Toggle bookmark

F11

Navigation
Toggle bookmark with mnemonic

Ctrl + F11

Navigation
Go to numbered bookmark

Ctrl + 0 ... 9

Navigation
Show bookmarks

Shift + F11

General
Open corresponding tool window

Alt + 0 ... 9

General
Save all

Ctrl + S

General
Synchronize

Ctrl + Alt + Y

General
Toggle maximizing editor

Ctrl + Shift + F12

General
Add to Favorites

Alt + Shift + F

General
Inspect current file with current profile

Alt + Shift + I

General
Quick switch current scheme

Ctrl + `

General
Open Settings dialog

Ctrl + Alt + S

General
Open Project Structure dialog

Ctrl + Alt + Shift + S

General
Find Action

Ctrl + Shift + A

General
Switch between tabs and tool window

Ctrl + Tab

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 Excel 2010 (Windows)
Move to the right / to the left between non-adjacent selections (with multiple ranges selected).
Work with Data Selections - Manage Active Selections

Ctrl + Alt + Arrow Right / Ctrl + Alt + 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 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


Eclipse Helios (Windows)
Expand selection to next / previous element
Select Text

Alt + Shift + Arrow Left / Arrow Right


Thunderbird (Windows)
Expand / collapse collapsed Thread
Navigate Messages

Arrow Right / Arrow Left


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

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


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


Microsoft OneNote 2010 (Windows)
Move the insertion point left / right in the current page, or expand the page to the left / right.
Working with and inside Pages / Side Notes

ctrl + alt + arrow left / ctrl + alt + 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


Microsoft Excel 2010 (Windows)
Move to the right / to the left between non-adjacent selections (with multiple ranges selected).
Insert and Edit Data - Manage Active Selections

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


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


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 Excel 2010 (Windows)
Move to the right / to the left between non-adjacent selections (with multiple ranges selected).
Format Data - Manage Active Selections

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


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


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


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


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


Microsoft Excel 2010 (Windows)
Move to the right / to the left between non-adjacent selections (with multiple ranges selected).
Formulas and Names - Manage Active Selections

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


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 PowerPoint 2010 (Windows)
Move the focus from a group to the first item in that group.
Work with the Selection pane.

Arrow Right


Presonus Studio One (Windows)
Nudge - Nudge bar back
Edit Menu

Ctrl + Alt + Arrow Left


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


Microsoft Excel 2013 (Windows)
Move to the right / to the left between non-adjacent selections (with multiple ranges selected)
Navigate Inside Selected Text Blocks

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


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


Microsoft Excel 2010 (Windows)
Move to the right / to the left between non-adjacent selections (with multiple ranges selected).
The Rest - Manage Active Selections

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


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

Arrow Right / Shift + [ + ]


Comsol 5 (Windows)
Switch focus to the Model Builder window
Model Tree

Ctrl + Alt + Arrow Left


Comsol 5 (Linux)
Switch focus to the Model Builder window
Model Tree

Ctrl + Alt + Arrow Left


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


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


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


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


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


Skype for Business (Lync) 2016 (Windows)
Tab out of the sharing region in a forward direction, and/or tab out of the sharing region in a backward direction.
Conversation or Meeting Stage

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


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


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


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


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


PSPad (Windows)
Justify Left
Format

Ctrl + Alt + Arrow Left


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


ComplyPro 2017B (Windows)
Promote
In Grid View

Ctrl + Alt + Arrow Left


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


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


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)
Move left or right between main Ribbon Menus if active
Manage Word View - Ribbons

Arrow Left / Arrow Right


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