Microsoft Excel 2016 (Windows)

Edit Cell Content

Select or unselect one word to the left/ right

Ctrl + Shift + Arrow Left / Arrow Right

All hotkeys for Microsoft Excel 2016 (Windows)

Select Cells - Basic Selects
Extend selection by one cell

Shift + Arrow Keys

Select Cells - Basic Selects
Extend selection one screen down/ up

Shift + Page Down / Page Up

Select Cells - Basic Selects
Extend selection to next non-blank cell

Ctrl + Shift + Arrow Keys

Select Cells - Basic Selects
Extend selection to beginning of the row (unfortunately, there is no Shift+End equivalent)

Shift + Home

Select Cells - Basic Selects
Select all

Ctrl + A with no data nearby current cell

Select Cells - Basic Selects
Select all cells in data-containing area. Press twice to select everything

Ctrl + A with data nearby current cell

Select Cells - Basic Selects
Extend selection to first cell of the worksheet

Ctrl + Shift + Home

Select Cells - Basic Selects
Extend selection to last used cell on the worksheet (lower-right corner)

Ctrl + Shift + End

Select Cells - Basic Selects
Lock Selection Extend Mode - Select Cell Range, press Shift+F8, move around, add to selection with Shift+Arrow Keys, etc

Shift + F8

Select Cells - Basic Selects
Manual selection by row/ column via GoTo menu. A:B selects column A thru C, 1:3 selects row 1 thru 3 , A1:B3 select cells A1 thru B3, etc

Ctrl + G

Select Cells - Column and Row Selection
Select current row

Shift + Space

Select Cells - Column and Row Selection
Select current row, then expand selection by one row down/ up

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

Select Cells - Column and Row Selection
Select current row, then expand selection by one page down/ up

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

Select Cells - Column and Row Selection
Select current column

Ctrl + Space

Select Cells - Column and Row Selection
Select current column, then expand selection by one column right/ left

Shift + Space , then
Shift + Arrow Right / Arrow Left

Select Cells - Column and Row Selection
Select current column, then expand selection by one screen right/ left

Shift + Space , then
Shift + Alt + Page Down / Page Up

Select Cells - General Cell Format
Copy a cell via Ctrl+C, then via Paste Spacieal, paste format of that cell to current cell

Ctrl + Alt + V , then T and Enter

Select Cells - General Cell Format
Repeat a previous cell format action on current cell

Alt + Enter

Select Cells - General Cell Format
Open Format Cells dialog with last selection active

Ctrl + 1

Select Cells - General Cell Format
Open Format Cells dialog with Font Tab active

Ctrl + Shift + F

Select Cells - Font Face, Font Decoration, and Cell Color
Apply/ remove bold format

Ctrl + B

Select Cells - Font Face, Font Decoration, and Cell Color
Apply/ remove italic format

Ctrl + I

Select Cells - Font Face, Font Decoration, and Cell Color
Apply/ remove underline format

Ctrl + U

Select Cells - Font Face, Font Decoration, and Cell Color
Apply/ remove strikethrough formatting

Ctrl + 5

Select Cells - Font Face, Font Decoration, and Cell Color
Home select Font Face; type font name supported by auto-complete, or use Arrow Down to select.

Alt + H , FF

Select Cells - Font Face, Font Decoration, and Cell Color
Home select Font Size; use Arrow Key, then Enter to change size

Alt + H , FS

Select Cells - Font Face, Font Decoration, and Cell Color
Assign current font color to selection via Home Font Color. While escaping the font-color drop-down, the focus stays on the icon; simply press Enter to assign the current color.

Alt + H , FC , Escape , Enter

Select Cells - Font Face, Font Decoration, and Cell Color
Assign current fill color to selected cell color via Home Higlight Cell. While escaping the highlight drop-down, the focus stays on the icon; simply press Enter to assign the current color.

Alt + HH , Escape , Enter

Select Cells - Font Face, Font Decoration, and Cell Color
Set to No fill color

Alt + HH , then N

Select Cells - Number Formats
Apply the general number format (e.g. 1000)

Ctrl + Shift + ~

Select Cells - Number Formats
Apply the number format with two decimal places, thousands separator (e.g. 1,000.00)

Ctrl + Shift + 1

Select Cells - Number Formats
Apply the time format with the hour and minute, and indicate AM or PM

Ctrl + Shift + 2

Select Cells - Number Formats
Apply the date format with the day, month, and year

Ctrl + Shift + 3

Select Cells - Number Formats
Apply the currency format with two decimal places (e.g. $1,000.00)

Ctrl + Shift + 4

Select Cells - Number Formats
Apply the percentage format with no decimal places (e.g. 10%)

Ctrl + Shift + 5

Select Cells - Number Formats
Apply the scientific number format

Ctrl + Shift + 6

Select Cells - Alignments
Align Left

Alt + H , AL

Select Cells - Alignments
Align Right

Alt + H , AR

Select Cells - Alignments
Align Center

Alt + H , AC

Select Cells - Alignments
Align Top

Alt + H , AT

Select Cells - Alignments
Align Middle

Alt + H , AM

Select Cells - Alignments
Align Bottom

Alt + H , AB

Select Cells - Wrap and Merge
Wrap or unwrap text (Home - Wrap Text)

Alt + H , W

Select Cells - Wrap and Merge
Merge cells - Merge

Alt + H , MM

Select Cells - Wrap and Merge
Merge - Unmerge

Alt + H , MU

Select Cells - Wrap and Merge
Merge and Center

Alt + H , MC

Select Cells - Wrap and Merge
Merge Across (merge all columns, but not rows in selection)

Alt + H , MA

Select Cells - Border Shortcuts
Home - Border - Menu; technically it says 'more'.

Alt + H , BM

Select Cells - Border Shortcuts
Toggle Top border

Alt + T (in border menu)

Select Cells - Border Shortcuts
Toggle Bottom border

Alt + B

Select Cells - Border Shortcuts
Toggle Right border

Alt + R

Select Cells - Border Shortcuts
Toggle Left border

Alt + L

Select Cells - Border Shortcuts
Toggle Horizontal interior border

Alt + H

Select Cells - Border Shortcuts
Toggle Vertical interior border

Alt + V

Select Cells - Border Shortcuts
Toggle Upwards diagonal border

Alt + U

Select Cells - Border Shortcuts
Toggle Downwards diagonal border

Alt + D

Select Cells - Border Shortcuts
Add outline borders from cell or selection

Ctrl + Shift + &

Select Cells - Border Shortcuts
Remove outline borders from cell or selection

Ctrl + Shift + -

Select Cells - Basics
Start a formula

=

Select Cells - Basics
Insert the AutoSum formula

Alt + =

Select Cells - Basics
Edit formula in formula Bar

Ctrl + A with formula present

Select Cells - Basics
Expand/ collapse formula bar

Ctrl + Shift + U

Select Cells - Basics
After typing cell reference (eg =E4) makes reference absolute (=$E$4). Repeat if you want to toogle from absolute reference to parcial or complete removal ($E$4 -> E$4 -> $E4 -> returning to E4.

F4

Select Cells - Basics
Display the 'insert function; dialog box

Shift + F3 with empty cell

Select Cells - Basics
Edit arguments of formula at cursor position

Shift + F3 with formula present

Select Cells - Basics
Select all Formulas (Home - Find - Formulas

Alt + H , FD , U

Select Cells - Basics
Enter a formula as an array formula. Formula bar will show this as e.g. {=SUM(A1:A3*B1:B3)} whichis the sum of A1*B2+A2*B2+A3+B3. This is an easy and concise method. Remember that each time editing the formula will require the Ctrl+Shift+Enter. Some keyboards seem to distinguish between left and right Shift key

Ctrl + Shift + Enter with array formula

Select Cells - Basics
Show/ hide all formulas. This will automatically extend all column widths which reverses when presed again

Ctrl + ~

Select Cells - Basics
Duplicate formula from cell above

Ctr + '

Select Cells - Basics
Paste named range in formula

F3

Select Cells - Basics
When navigated away while editing formula; jump back to active cell while keeping formula intact.

Ctrl + Backspace

Select Cells - Trace Dependents and Precedents
Select direct precedents

Ctrl + [

Select Cells - Trace Dependents and Precedents
Select all precedents

Ctrl + Shift + [

Select Cells - Trace Dependents and Precedents
Select direct dependents

Ctrl + ]

Select Cells - Trace Dependents and Precedents
Select all dependents

Ctrl + Shift + ]

Select Cells - Manual Calculation
Calculate all worksheets in all open workbooks

F9

Select Cells - Manual Calculation
Calculate the active worksheet

Shift + F9

Select Cells - Manual Calculation
Calculate all worksheets in all open workbooks, regardless of whether they have changed since the last calculation

Ctrl + Alt + F9

Select Cells - Manual Calculation
Recheck dependent formulas, and then calculates all cells in all open workbooks, including cells not marked as needing to be calculated

Ctrl + Alt + Shift + F9

Select Cells - Open and Save Workbooks
Open file via standard open dialog box

Ctrl + O

Select Cells - Open and Save Workbooks
File Open via Excel file manager

Alt + F , O

Select Cells - Open and Save Workbooks
Open recent file (1 thru 9)

Alt + F , O + 1 ... 9

Select Cells - Open and Save Workbooks
Open recent file (10 upwards)

Alt + F , O , Y 1 ... Z

Select Cells - Open and Save Workbooks
File Open from OneDrive Link

Alt + F , O , K

Select Cells - Open and Save Workbooks
Save File with current file name

Ctrl + S

Select Cells - Open and Save Workbooks
Save file as via standard save dialog box

F12

Select Cells - Open and Save Workbooks
File Save as via Excel file manager

Alt + F , A

Select Cells - Open and Save Workbooks
File Save to OneDrive Link

Alt + F , A , K

Select Cells - Open and Save Workbooks
Exit open/ save menu

Escape

Select Cells - Print Workbooks
Print. This won't offer offer Key Tips/ Options. To continue with shortcuts, use the new Key Options below.

Ctrl + P

Select Cells - Print Workbooks
Open File Print menu

Alt + F , P

Select Cells - Print Workbooks
Select printer

I in Print Menu

Select Cells - Print Workbooks
Return Print key tips/ options

Alt + P if Key Tips disappear

Select Cells - Print Workbooks
Focus on View pane; use arrow keys to forward/ backward preview pages

V in Print Menu

Select Cells - Print Workbooks
Page setup

G in Print Menu

Select Cells - Print Workbooks
Set Number of copies

N in Print Menu

Select Cells - Auto Tables
Create auto Table from selection

Ctrl + T

Select Cells - Auto Tables
Select table column

Ctrl + Space

Select Cells - Auto Tables
Select table row

Shift + Space

Select Cells - Data Forms
Move to the next/ previous field which can be edited

Tab / Shift + Tab

Select Cells - Data Forms
Move to the first field in the next/ previous record

Enter / Shift + Enter

Select Cells - Data Forms
Move to the same field 10 records forward/ back

Page Down / Page Up

Select Cells - Data Forms
Move to a new record

Ctrl + Page Down

Select Cells - Data Forms
Move to the first record

Ctrl + Page Up

Select Cells - Data Forms
Move to the beginning/ end of a field

Home / End

Format Cells - Basic Selects
Extend selection by one cell

Shift + Arrow Keys

Format Cells - Basic Selects
Extend selection one screen down/ up

Shift + Page Down / Page Up

Format Cells - Basic Selects
Extend selection to next non-blank cell

Ctrl + Shift + Arrow Keys

Format Cells - Basic Selects
Extend selection to beginning of the row (unfortunately, there is no Shift+End equivalent)

Shift + Home

Format Cells - Basic Selects
Select all

Ctrl + A with no data nearby current cell

Format Cells - Basic Selects
Select all cells in data-containing area. Press twice to select everything

Ctrl + A with data nearby current cell

Format Cells - Basic Selects
Extend selection to first cell of the worksheet

Ctrl + Shift + Home

Format Cells - Basic Selects
Extend selection to last used cell on the worksheet (lower-right corner)

Ctrl + Shift + End

Format Cells - Basic Selects
Lock Selection Extend Mode - Select Cell Range, press Shift+F8, move around, add to selection with Shift+Arrow Keys, etc

Shift + F8

Format Cells - Basic Selects
Manual selection by row/ column via GoTo menu. A:B selects column A thru C, 1:3 selects row 1 thru 3 , A1:B3 select cells A1 thru B3, etc

Ctrl + G

Format Cells - Column and Row Selection
Select current row

Shift + Space

Format Cells - Column and Row Selection
Select current row, then expand selection by one row down/ up

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

Format Cells - Column and Row Selection
Select current row, then expand selection by one page down/ up

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

Format Cells - Column and Row Selection
Select current column

Ctrl + Space

Format Cells - Column and Row Selection
Select current column, then expand selection by one column right/ left

Shift + Space , then
Shift + Arrow Right / Arrow Left

Format Cells - Column and Row Selection
Select current column, then expand selection by one screen right/ left

Shift + Space , then
Shift + Alt + Page Down / Page Up

Format Cells - General Cell Format
Copy a cell via Ctrl+C, then via Paste Spacieal, paste format of that cell to current cell

Ctrl + Alt + V , then T and Enter

Format Cells - General Cell Format
Repeat a previous cell format action on current cell

Alt + Enter

Format Cells - General Cell Format
Open Format Cells dialog with last selection active

Ctrl + 1

Format Cells - General Cell Format
Open Format Cells dialog with Font Tab active

Ctrl + Shift + F

Format Cells - Font Face, Font Decoration, and Cell Color
Apply/ remove bold format

Ctrl + B

Format Cells - Font Face, Font Decoration, and Cell Color
Apply/ remove italic format

Ctrl + I

Format Cells - Font Face, Font Decoration, and Cell Color
Apply/ remove underline format

Ctrl + U

Format Cells - Font Face, Font Decoration, and Cell Color
Apply/ remove strikethrough formatting

Ctrl + 5

Format Cells - Font Face, Font Decoration, and Cell Color
Home select Font Face; type font name supported by auto-complete, or use Arrow Down to select.

Alt + H , FF

Format Cells - Font Face, Font Decoration, and Cell Color
Home select Font Size; use Arrow Key, then Enter to change size

Alt + H , FS

Format Cells - Font Face, Font Decoration, and Cell Color
Assign current font color to selection via Home Font Color. While escaping the font-color drop-down, the focus stays on the icon; simply press Enter to assign the current color.

Alt + H , FC , Escape , Enter

Format Cells - Font Face, Font Decoration, and Cell Color
Assign current fill color to selected cell color via Home Higlight Cell. While escaping the highlight drop-down, the focus stays on the icon; simply press Enter to assign the current color.

Alt + HH , Escape , Enter

Format Cells - Font Face, Font Decoration, and Cell Color
Set to No fill color

Alt + HH , then N

Format Cells - Number Formats
Apply the general number format (e.g. 1000)

Ctrl + Shift + ~

Format Cells - Number Formats
Apply the number format with two decimal places, thousands separator (e.g. 1,000.00)

Ctrl + Shift + 1

Format Cells - Number Formats
Apply the time format with the hour and minute, and indicate AM or PM

Ctrl + Shift + 2

Format Cells - Number Formats
Apply the date format with the day, month, and year

Ctrl + Shift + 3

Format Cells - Number Formats
Apply the currency format with two decimal places (e.g. $1,000.00)

Ctrl + Shift + 4

Format Cells - Number Formats
Apply the percentage format with no decimal places (e.g. 10%)

Ctrl + Shift + 5

Format Cells - Number Formats
Apply the scientific number format

Ctrl + Shift + 6

Format Cells - Alignments
Align Left

Alt + H , AL

Format Cells - Alignments
Align Right

Alt + H , AR

Format Cells - Alignments
Align Center

Alt + H , AC

Format Cells - Alignments
Align Top

Alt + H , AT

Format Cells - Alignments
Align Middle

Alt + H , AM

Format Cells - Alignments
Align Bottom

Alt + H , AB

Format Cells - Wrap and Merge
Wrap or unwrap text (Home - Wrap Text)

Alt + H , W

Format Cells - Wrap and Merge
Merge cells - Merge

Alt + H , MM

Format Cells - Wrap and Merge
Merge - Unmerge

Alt + H , MU

Format Cells - Wrap and Merge
Merge and Center

Alt + H , MC

Format Cells - Wrap and Merge
Merge Across (merge all columns, but not rows in selection)

Alt + H , MA

Format Cells - Border Shortcuts
Home - Border - Menu; technically it says 'more'.

Alt + H , BM

Format Cells - Border Shortcuts
Toggle Top border

Alt + T (in border menu)

Format Cells - Border Shortcuts
Toggle Bottom border

Alt + B

Format Cells - Border Shortcuts
Toggle Right border

Alt + R

Format Cells - Border Shortcuts
Toggle Left border

Alt + L

Format Cells - Border Shortcuts
Toggle Horizontal interior border

Alt + H

Format Cells - Border Shortcuts
Toggle Vertical interior border

Alt + V

Format Cells - Border Shortcuts
Toggle Upwards diagonal border

Alt + U

Format Cells - Border Shortcuts
Toggle Downwards diagonal border

Alt + D

Format Cells - Border Shortcuts
Add outline borders from cell or selection

Ctrl + Shift + &

Format Cells - Border Shortcuts
Remove outline borders from cell or selection

Ctrl + Shift + -

Format Cells - Basics
Start a formula

=

Format Cells - Basics
Insert the AutoSum formula

Alt + =

Format Cells - Basics
Edit formula in formula Bar

Ctrl + A with formula present

Format Cells - Basics
Expand/ collapse formula bar

Ctrl + Shift + U

Format Cells - Basics
After typing cell reference (eg =E4) makes reference absolute (=$E$4). Repeat if you want to toogle from absolute reference to parcial or complete removal ($E$4 -> E$4 -> $E4 -> returning to E4.

F4

Format Cells - Basics
Display the 'insert function; dialog box

Shift + F3 with empty cell

Format Cells - Basics
Edit arguments of formula at cursor position

Shift + F3 with formula present

Format Cells - Basics
Select all Formulas (Home - Find - Formulas

Alt + H , FD , U

Format Cells - Basics
Enter a formula as an array formula. Formula bar will show this as e.g. {=SUM(A1:A3*B1:B3)} whichis the sum of A1*B2+A2*B2+A3+B3. This is an easy and concise method. Remember that each time editing the formula will require the Ctrl+Shift+Enter. Some keyboards seem to distinguish between left and right Shift key

Ctrl + Shift + Enter with array formula

Format Cells - Basics
Show/ hide all formulas. This will automatically extend all column widths which reverses when presed again

Ctrl + ~

Format Cells - Basics
Duplicate formula from cell above

Ctr + '

Format Cells - Basics
Paste named range in formula

F3

Format Cells - Basics
When navigated away while editing formula; jump back to active cell while keeping formula intact.

Ctrl + Backspace

Format Cells - Trace Dependents and Precedents
Select direct precedents

Ctrl + [

Format Cells - Trace Dependents and Precedents
Select all precedents

Ctrl + Shift + [

Format Cells - Trace Dependents and Precedents
Select direct dependents

Ctrl + ]

Format Cells - Trace Dependents and Precedents
Select all dependents

Ctrl + Shift + ]

Format Cells - Manual Calculation
Calculate all worksheets in all open workbooks

F9

Format Cells - Manual Calculation
Calculate the active worksheet

Shift + F9

Format Cells - Manual Calculation
Calculate all worksheets in all open workbooks, regardless of whether they have changed since the last calculation

Ctrl + Alt + F9

Format Cells - Manual Calculation
Recheck dependent formulas, and then calculates all cells in all open workbooks, including cells not marked as needing to be calculated

Ctrl + Alt + Shift + F9

Format Cells - Open and Save Workbooks
Open file via standard open dialog box

Ctrl + O

Format Cells - Open and Save Workbooks
File Open via Excel file manager

Alt + F , O

Format Cells - Open and Save Workbooks
Open recent file (1 thru 9)

Alt + F , O + 1 ... 9

Format Cells - Open and Save Workbooks
Open recent file (10 upwards)

Alt + F , O , Y 1 ... Z

Format Cells - Open and Save Workbooks
File Open from OneDrive Link

Alt + F , O , K

Format Cells - Open and Save Workbooks
Save File with current file name

Ctrl + S

Format Cells - Open and Save Workbooks
Save file as via standard save dialog box

F12

Format Cells - Open and Save Workbooks
File Save as via Excel file manager

Alt + F , A

Format Cells - Open and Save Workbooks
File Save to OneDrive Link

Alt + F , A , K

Format Cells - Open and Save Workbooks
Exit open/ save menu

Escape

Format Cells - Print Workbooks
Print. This won't offer offer Key Tips/ Options. To continue with shortcuts, use the new Key Options below.

Ctrl + P

Format Cells - Print Workbooks
Open File Print menu

Alt + F , P

Format Cells - Print Workbooks
Select printer

I in Print Menu

Format Cells - Print Workbooks
Return Print key tips/ options

Alt + P if Key Tips disappear

Format Cells - Print Workbooks
Focus on View pane; use arrow keys to forward/ backward preview pages

V in Print Menu

Format Cells - Print Workbooks
Page setup

G in Print Menu

Format Cells - Print Workbooks
Set Number of copies

N in Print Menu

Format Cells - Auto Tables
Create auto Table from selection

Ctrl + T

Format Cells - Auto Tables
Select table column

Ctrl + Space

Format Cells - Auto Tables
Select table row

Shift + Space

Format Cells - Data Forms
Move to the next/ previous field which can be edited

Tab / Shift + Tab

Format Cells - Data Forms
Move to the first field in the next/ previous record

Enter / Shift + Enter

Format Cells - Data Forms
Move to the same field 10 records forward/ back

Page Down / Page Up

Format Cells - Data Forms
Move to a new record

Ctrl + Page Down

Format Cells - Data Forms
Move to the first record

Ctrl + Page Up

Format Cells - Data Forms
Move to the beginning/ end of a field

Home / End

Formulas - Basic Selects
Extend selection by one cell

Shift + Arrow Keys

Formulas - Basic Selects
Extend selection one screen down/ up

Shift + Page Down / Page Up

Formulas - Basic Selects
Extend selection to next non-blank cell

Ctrl + Shift + Arrow Keys

Formulas - Basic Selects
Extend selection to beginning of the row (unfortunately, there is no Shift+End equivalent)

Shift + Home

Formulas - Basic Selects
Select all

Ctrl + A with no data nearby current cell

Formulas - Basic Selects
Select all cells in data-containing area. Press twice to select everything

Ctrl + A with data nearby current cell

Formulas - Basic Selects
Extend selection to first cell of the worksheet

Ctrl + Shift + Home

Formulas - Basic Selects
Extend selection to last used cell on the worksheet (lower-right corner)

Ctrl + Shift + End

Formulas - Basic Selects
Lock Selection Extend Mode - Select Cell Range, press Shift+F8, move around, add to selection with Shift+Arrow Keys, etc

Shift + F8

Formulas - Basic Selects
Manual selection by row/ column via GoTo menu. A:B selects column A thru C, 1:3 selects row 1 thru 3 , A1:B3 select cells A1 thru B3, etc

Ctrl + G

Formulas - Column and Row Selection
Select current row

Shift + Space

Formulas - Column and Row Selection
Select current row, then expand selection by one row down/ up

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

Formulas - Column and Row Selection
Select current row, then expand selection by one page down/ up

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

Formulas - Column and Row Selection
Select current column

Ctrl + Space

Formulas - Column and Row Selection
Select current column, then expand selection by one column right/ left

Shift + Space , then
Shift + Arrow Right / Arrow Left

Formulas - Column and Row Selection
Select current column, then expand selection by one screen right/ left

Shift + Space , then
Shift + Alt + Page Down / Page Up

Formulas - General Cell Format
Copy a cell via Ctrl+C, then via Paste Spacieal, paste format of that cell to current cell

Ctrl + Alt + V , then T and Enter

Formulas - General Cell Format
Repeat a previous cell format action on current cell

Alt + Enter

Formulas - General Cell Format
Open Format Cells dialog with last selection active

Ctrl + 1

Formulas - General Cell Format
Open Format Cells dialog with Font Tab active

Ctrl + Shift + F

Formulas - Font Face, Font Decoration, and Cell Color
Apply/ remove bold format

Ctrl + B

Formulas - Font Face, Font Decoration, and Cell Color
Apply/ remove italic format

Ctrl + I

Formulas - Font Face, Font Decoration, and Cell Color
Apply/ remove underline format

Ctrl + U

Formulas - Font Face, Font Decoration, and Cell Color
Apply/ remove strikethrough formatting

Ctrl + 5

Formulas - Font Face, Font Decoration, and Cell Color
Home select Font Face; type font name supported by auto-complete, or use Arrow Down to select.

Alt + H , FF

Formulas - Font Face, Font Decoration, and Cell Color
Home select Font Size; use Arrow Key, then Enter to change size

Alt + H , FS

Formulas - Font Face, Font Decoration, and Cell Color
Assign current font color to selection via Home Font Color. While escaping the font-color drop-down, the focus stays on the icon; simply press Enter to assign the current color.

Alt + H , FC , Escape , Enter

Formulas - Font Face, Font Decoration, and Cell Color
Assign current fill color to selected cell color via Home Higlight Cell. While escaping the highlight drop-down, the focus stays on the icon; simply press Enter to assign the current color.

Alt + HH , Escape , Enter

Formulas - Font Face, Font Decoration, and Cell Color
Set to No fill color

Alt + HH , then N

Formulas - Number Formats
Apply the general number format (e.g. 1000)

Ctrl + Shift + ~

Formulas - Number Formats
Apply the number format with two decimal places, thousands separator (e.g. 1,000.00)

Ctrl + Shift + 1

Formulas - Number Formats
Apply the time format with the hour and minute, and indicate AM or PM

Ctrl + Shift + 2

Formulas - Number Formats
Apply the date format with the day, month, and year

Ctrl + Shift + 3

Formulas - Number Formats
Apply the currency format with two decimal places (e.g. $1,000.00)

Ctrl + Shift + 4

Formulas - Number Formats
Apply the percentage format with no decimal places (e.g. 10%)

Ctrl + Shift + 5

Formulas - Number Formats
Apply the scientific number format

Ctrl + Shift + 6

Formulas - Alignments
Align Left

Alt + H , AL

Formulas - Alignments
Align Right

Alt + H , AR

Formulas - Alignments
Align Center

Alt + H , AC

Formulas - Alignments
Align Top

Alt + H , AT

Formulas - Alignments
Align Middle

Alt + H , AM

Formulas - Alignments
Align Bottom

Alt + H , AB

Formulas - Wrap and Merge
Wrap or unwrap text (Home - Wrap Text)

Alt + H , W

Formulas - Wrap and Merge
Merge cells - Merge

Alt + H , MM

Formulas - Wrap and Merge
Merge - Unmerge

Alt + H , MU

Formulas - Wrap and Merge
Merge and Center

Alt + H , MC

Formulas - Wrap and Merge
Merge Across (merge all columns, but not rows in selection)

Alt + H , MA

Formulas - Border Shortcuts
Home - Border - Menu; technically it says 'more'.

Alt + H , BM

Formulas - Border Shortcuts
Toggle Top border

Alt + T (in border menu)

Formulas - Border Shortcuts
Toggle Bottom border

Alt + B

Formulas - Border Shortcuts
Toggle Right border

Alt + R

Formulas - Border Shortcuts
Toggle Left border

Alt + L

Formulas - Border Shortcuts
Toggle Horizontal interior border

Alt + H

Formulas - Border Shortcuts
Toggle Vertical interior border

Alt + V

Formulas - Border Shortcuts
Toggle Upwards diagonal border

Alt + U

Formulas - Border Shortcuts
Toggle Downwards diagonal border

Alt + D

Formulas - Border Shortcuts
Add outline borders from cell or selection

Ctrl + Shift + &

Formulas - Border Shortcuts
Remove outline borders from cell or selection

Ctrl + Shift + -

Formulas - Basics
Start a formula

=

Formulas - Basics
Insert the AutoSum formula

Alt + =

Formulas - Basics
Edit formula in formula Bar

Ctrl + A with formula present

Formulas - Basics
Expand/ collapse formula bar

Ctrl + Shift + U

Formulas - Basics
After typing cell reference (eg =E4) makes reference absolute (=$E$4). Repeat if you want to toogle from absolute reference to parcial or complete removal ($E$4 -> E$4 -> $E4 -> returning to E4.

F4

Formulas - Basics
Display the 'insert function; dialog box

Shift + F3 with empty cell

Formulas - Basics
Edit arguments of formula at cursor position

Shift + F3 with formula present

Formulas - Basics
Select all Formulas (Home - Find - Formulas

Alt + H , FD , U

Formulas - Basics
Enter a formula as an array formula. Formula bar will show this as e.g. {=SUM(A1:A3*B1:B3)} whichis the sum of A1*B2+A2*B2+A3+B3. This is an easy and concise method. Remember that each time editing the formula will require the Ctrl+Shift+Enter. Some keyboards seem to distinguish between left and right Shift key

Ctrl + Shift + Enter with array formula

Formulas - Basics
Show/ hide all formulas. This will automatically extend all column widths which reverses when presed again

Ctrl + ~

Formulas - Basics
Duplicate formula from cell above

Ctr + '

Formulas - Basics
Paste named range in formula

F3

Formulas - Basics
When navigated away while editing formula; jump back to active cell while keeping formula intact.

Ctrl + Backspace

Formulas - Trace Dependents and Precedents
Select direct precedents

Ctrl + [

Formulas - Trace Dependents and Precedents
Select all precedents

Ctrl + Shift + [

Formulas - Trace Dependents and Precedents
Select direct dependents

Ctrl + ]

Formulas - Trace Dependents and Precedents
Select all dependents

Ctrl + Shift + ]

Formulas - Manual Calculation
Calculate all worksheets in all open workbooks

F9

Formulas - Manual Calculation
Calculate the active worksheet

Shift + F9

Formulas - Manual Calculation
Calculate all worksheets in all open workbooks, regardless of whether they have changed since the last calculation

Ctrl + Alt + F9

Formulas - Manual Calculation
Recheck dependent formulas, and then calculates all cells in all open workbooks, including cells not marked as needing to be calculated

Ctrl + Alt + Shift + F9

Formulas - Open and Save Workbooks
Open file via standard open dialog box

Ctrl + O

Formulas - Open and Save Workbooks
File Open via Excel file manager

Alt + F , O

Formulas - Open and Save Workbooks
Open recent file (1 thru 9)

Alt + F , O + 1 ... 9

Formulas - Open and Save Workbooks
Open recent file (10 upwards)

Alt + F , O , Y 1 ... Z

Formulas - Open and Save Workbooks
File Open from OneDrive Link

Alt + F , O , K

Formulas - Open and Save Workbooks
Save File with current file name

Ctrl + S

Formulas - Open and Save Workbooks
Save file as via standard save dialog box

F12

Formulas - Open and Save Workbooks
File Save as via Excel file manager

Alt + F , A

Formulas - Open and Save Workbooks
File Save to OneDrive Link

Alt + F , A , K

Formulas - Open and Save Workbooks
Exit open/ save menu

Escape

Formulas - Print Workbooks
Print. This won't offer offer Key Tips/ Options. To continue with shortcuts, use the new Key Options below.

Ctrl + P

Formulas - Print Workbooks
Open File Print menu

Alt + F , P

Formulas - Print Workbooks
Select printer

I in Print Menu

Formulas - Print Workbooks
Return Print key tips/ options

Alt + P if Key Tips disappear

Formulas - Print Workbooks
Focus on View pane; use arrow keys to forward/ backward preview pages

V in Print Menu

Formulas - Print Workbooks
Page setup

G in Print Menu

Formulas - Print Workbooks
Set Number of copies

N in Print Menu

Formulas - Auto Tables
Create auto Table from selection

Ctrl + T

Formulas - Auto Tables
Select table column

Ctrl + Space

Formulas - Auto Tables
Select table row

Shift + Space

Formulas - Data Forms
Move to the next/ previous field which can be edited

Tab / Shift + Tab

Formulas - Data Forms
Move to the first field in the next/ previous record

Enter / Shift + Enter

Formulas - Data Forms
Move to the same field 10 records forward/ back

Page Down / Page Up

Formulas - Data Forms
Move to a new record

Ctrl + Page Down

Formulas - Data Forms
Move to the first record

Ctrl + Page Up

Formulas - Data Forms
Move to the beginning/ end of a field

Home / End

Manage Workbooks - Basic Selects
Extend selection by one cell

Shift + Arrow Keys

Manage Workbooks - Basic Selects
Extend selection one screen down/ up

Shift + Page Down / Page Up

Manage Workbooks - Basic Selects
Extend selection to next non-blank cell

Ctrl + Shift + Arrow Keys

Manage Workbooks - Basic Selects
Extend selection to beginning of the row (unfortunately, there is no Shift+End equivalent)

Shift + Home

Manage Workbooks - Basic Selects
Select all

Ctrl + A with no data nearby current cell

Manage Workbooks - Basic Selects
Select all cells in data-containing area. Press twice to select everything

Ctrl + A with data nearby current cell

Manage Workbooks - Basic Selects
Extend selection to first cell of the worksheet

Ctrl + Shift + Home

Manage Workbooks - Basic Selects
Extend selection to last used cell on the worksheet (lower-right corner)

Ctrl + Shift + End

Manage Workbooks - Basic Selects
Lock Selection Extend Mode - Select Cell Range, press Shift+F8, move around, add to selection with Shift+Arrow Keys, etc

Shift + F8

Manage Workbooks - Basic Selects
Manual selection by row/ column via GoTo menu. A:B selects column A thru C, 1:3 selects row 1 thru 3 , A1:B3 select cells A1 thru B3, etc

Ctrl + G

Manage Workbooks - Column and Row Selection
Select current row

Shift + Space

Manage Workbooks - Column and Row Selection
Select current row, then expand selection by one row down/ up

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

Manage Workbooks - Column and Row Selection
Select current row, then expand selection by one page down/ up

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

Manage Workbooks - Column and Row Selection
Select current column

Ctrl + Space

Manage Workbooks - Column and Row Selection
Select current column, then expand selection by one column right/ left

Shift + Space , then
Shift + Arrow Right / Arrow Left

Manage Workbooks - Column and Row Selection
Select current column, then expand selection by one screen right/ left

Shift + Space , then
Shift + Alt + Page Down / Page Up

Manage Workbooks - General Cell Format
Copy a cell via Ctrl+C, then via Paste Spacieal, paste format of that cell to current cell

Ctrl + Alt + V , then T and Enter

Manage Workbooks - General Cell Format
Repeat a previous cell format action on current cell

Alt + Enter

Manage Workbooks - General Cell Format
Open Format Cells dialog with last selection active

Ctrl + 1

Manage Workbooks - General Cell Format
Open Format Cells dialog with Font Tab active

Ctrl + Shift + F

Manage Workbooks - Font Face, Font Decoration, and Cell Color
Apply/ remove bold format

Ctrl + B

Manage Workbooks - Font Face, Font Decoration, and Cell Color
Apply/ remove italic format

Ctrl + I

Manage Workbooks - Font Face, Font Decoration, and Cell Color
Apply/ remove underline format

Ctrl + U

Manage Workbooks - Font Face, Font Decoration, and Cell Color
Apply/ remove strikethrough formatting

Ctrl + 5

Manage Workbooks - Font Face, Font Decoration, and Cell Color
Home select Font Face; type font name supported by auto-complete, or use Arrow Down to select.

Alt + H , FF

Manage Workbooks - Font Face, Font Decoration, and Cell Color
Home select Font Size; use Arrow Key, then Enter to change size

Alt + H , FS

Manage Workbooks - Font Face, Font Decoration, and Cell Color
Assign current font color to selection via Home Font Color. While escaping the font-color drop-down, the focus stays on the icon; simply press Enter to assign the current color.

Alt + H , FC , Escape , Enter

Manage Workbooks - Font Face, Font Decoration, and Cell Color
Assign current fill color to selected cell color via Home Higlight Cell. While escaping the highlight drop-down, the focus stays on the icon; simply press Enter to assign the current color.

Alt + HH , Escape , Enter

Manage Workbooks - Font Face, Font Decoration, and Cell Color
Set to No fill color

Alt + HH , then N

Manage Workbooks - Number Formats
Apply the general number format (e.g. 1000)

Ctrl + Shift + ~

Manage Workbooks - Number Formats
Apply the number format with two decimal places, thousands separator (e.g. 1,000.00)

Ctrl + Shift + 1

Manage Workbooks - Number Formats
Apply the time format with the hour and minute, and indicate AM or PM

Ctrl + Shift + 2

Manage Workbooks - Number Formats
Apply the date format with the day, month, and year

Ctrl + Shift + 3

Manage Workbooks - Number Formats
Apply the currency format with two decimal places (e.g. $1,000.00)

Ctrl + Shift + 4

Manage Workbooks - Number Formats
Apply the percentage format with no decimal places (e.g. 10%)

Ctrl + Shift + 5

Manage Workbooks - Number Formats
Apply the scientific number format

Ctrl + Shift + 6

Manage Workbooks - Alignments
Align Left

Alt + H , AL

Manage Workbooks - Alignments
Align Right

Alt + H , AR

Manage Workbooks - Alignments
Align Center

Alt + H , AC

Manage Workbooks - Alignments
Align Top

Alt + H , AT

Manage Workbooks - Alignments
Align Middle

Alt + H , AM

Manage Workbooks - Alignments
Align Bottom

Alt + H , AB

Manage Workbooks - Wrap and Merge
Wrap or unwrap text (Home - Wrap Text)

Alt + H , W

Manage Workbooks - Wrap and Merge
Merge cells - Merge

Alt + H , MM

Manage Workbooks - Wrap and Merge
Merge - Unmerge

Alt + H , MU

Manage Workbooks - Wrap and Merge
Merge and Center

Alt + H , MC

Manage Workbooks - Wrap and Merge
Merge Across (merge all columns, but not rows in selection)

Alt + H , MA

Manage Workbooks - Border Shortcuts
Home - Border - Menu; technically it says 'more'.

Alt + H , BM

Manage Workbooks - Border Shortcuts
Toggle Top border

Alt + T (in border menu)

Manage Workbooks - Border Shortcuts
Toggle Bottom border

Alt + B

Manage Workbooks - Border Shortcuts
Toggle Right border

Alt + R

Manage Workbooks - Border Shortcuts
Toggle Left border

Alt + L

Manage Workbooks - Border Shortcuts
Toggle Horizontal interior border

Alt + H

Manage Workbooks - Border Shortcuts
Toggle Vertical interior border

Alt + V

Manage Workbooks - Border Shortcuts
Toggle Upwards diagonal border

Alt + U

Manage Workbooks - Border Shortcuts
Toggle Downwards diagonal border

Alt + D

Manage Workbooks - Border Shortcuts
Add outline borders from cell or selection

Ctrl + Shift + &

Manage Workbooks - Border Shortcuts
Remove outline borders from cell or selection

Ctrl + Shift + -

Manage Workbooks - Basics
Start a formula

=

Manage Workbooks - Basics
Insert the AutoSum formula

Alt + =

Manage Workbooks - Basics
Edit formula in formula Bar

Ctrl + A with formula present

Manage Workbooks - Basics
Expand/ collapse formula bar

Ctrl + Shift + U

Manage Workbooks - Basics
After typing cell reference (eg =E4) makes reference absolute (=$E$4). Repeat if you want to toogle from absolute reference to parcial or complete removal ($E$4 -> E$4 -> $E4 -> returning to E4.

F4

Manage Workbooks - Basics
Display the 'insert function; dialog box

Shift + F3 with empty cell

Manage Workbooks - Basics
Edit arguments of formula at cursor position

Shift + F3 with formula present

Manage Workbooks - Basics
Select all Formulas (Home - Find - Formulas

Alt + H , FD , U

Manage Workbooks - Basics
Enter a formula as an array formula. Formula bar will show this as e.g. {=SUM(A1:A3*B1:B3)} whichis the sum of A1*B2+A2*B2+A3+B3. This is an easy and concise method. Remember that each time editing the formula will require the Ctrl+Shift+Enter. Some keyboards seem to distinguish between left and right Shift key

Ctrl + Shift + Enter with array formula

Manage Workbooks - Basics
Show/ hide all formulas. This will automatically extend all column widths which reverses when presed again

Ctrl + ~

Manage Workbooks - Basics
Duplicate formula from cell above

Ctr + '

Manage Workbooks - Basics
Paste named range in formula

F3

Manage Workbooks - Basics
When navigated away while editing formula; jump back to active cell while keeping formula intact.

Ctrl + Backspace

Manage Workbooks - Trace Dependents and Precedents
Select direct precedents

Ctrl + [

Manage Workbooks - Trace Dependents and Precedents
Select all precedents

Ctrl + Shift + [

Manage Workbooks - Trace Dependents and Precedents
Select direct dependents

Ctrl + ]

Manage Workbooks - Trace Dependents and Precedents
Select all dependents

Ctrl + Shift + ]

Manage Workbooks - Manual Calculation
Calculate all worksheets in all open workbooks

F9

Manage Workbooks - Manual Calculation
Calculate the active worksheet

Shift + F9

Manage Workbooks - Manual Calculation
Calculate all worksheets in all open workbooks, regardless of whether they have changed since the last calculation

Ctrl + Alt + F9

Manage Workbooks - Manual Calculation
Recheck dependent formulas, and then calculates all cells in all open workbooks, including cells not marked as needing to be calculated

Ctrl + Alt + Shift + F9

Manage Workbooks - Open and Save Workbooks
Open file via standard open dialog box

Ctrl + O

Manage Workbooks - Open and Save Workbooks
File Open via Excel file manager

Alt + F , O

Manage Workbooks - Open and Save Workbooks
Open recent file (1 thru 9)

Alt + F , O + 1 ... 9

Manage Workbooks - Open and Save Workbooks
Open recent file (10 upwards)

Alt + F , O , Y 1 ... Z

Manage Workbooks - Open and Save Workbooks
File Open from OneDrive Link

Alt + F , O , K

Manage Workbooks - Open and Save Workbooks
Save File with current file name

Ctrl + S

Manage Workbooks - Open and Save Workbooks
Save file as via standard save dialog box

F12

Manage Workbooks - Open and Save Workbooks
File Save as via Excel file manager

Alt + F , A

Manage Workbooks - Open and Save Workbooks
File Save to OneDrive Link

Alt + F , A , K

Manage Workbooks - Open and Save Workbooks
Exit open/ save menu

Escape

Manage Workbooks - Print Workbooks
Print. This won't offer offer Key Tips/ Options. To continue with shortcuts, use the new Key Options below.

Ctrl + P

Manage Workbooks - Print Workbooks
Open File Print menu

Alt + F , P

Manage Workbooks - Print Workbooks
Select printer

I in Print Menu

Manage Workbooks - Print Workbooks
Return Print key tips/ options

Alt + P if Key Tips disappear

Manage Workbooks - Print Workbooks
Focus on View pane; use arrow keys to forward/ backward preview pages

V in Print Menu

Manage Workbooks - Print Workbooks
Page setup

G in Print Menu

Manage Workbooks - Print Workbooks
Set Number of copies

N in Print Menu

Manage Workbooks - Auto Tables
Create auto Table from selection

Ctrl + T

Manage Workbooks - Auto Tables
Select table column

Ctrl + Space

Manage Workbooks - Auto Tables
Select table row

Shift + Space

Manage Workbooks - Data Forms
Move to the next/ previous field which can be edited

Tab / Shift + Tab

Manage Workbooks - Data Forms
Move to the first field in the next/ previous record

Enter / Shift + Enter

Manage Workbooks - Data Forms
Move to the same field 10 records forward/ back

Page Down / Page Up

Manage Workbooks - Data Forms
Move to a new record

Ctrl + Page Down

Manage Workbooks - Data Forms
Move to the first record

Ctrl + Page Up

Manage Workbooks - Data Forms
Move to the beginning/ end of a field

Home / End

Excel Auto Tables and Data Forms - Basic Selects
Extend selection by one cell

Shift + Arrow Keys

Excel Auto Tables and Data Forms - Basic Selects
Extend selection one screen down/ up

Shift + Page Down / Page Up

Excel Auto Tables and Data Forms - Basic Selects
Extend selection to next non-blank cell

Ctrl + Shift + Arrow Keys

Excel Auto Tables and Data Forms - Basic Selects
Extend selection to beginning of the row (unfortunately, there is no Shift+End equivalent)

Shift + Home

Excel Auto Tables and Data Forms - Basic Selects
Select all

Ctrl + A with no data nearby current cell

Excel Auto Tables and Data Forms - Basic Selects
Select all cells in data-containing area. Press twice to select everything

Ctrl + A with data nearby current cell

Excel Auto Tables and Data Forms - Basic Selects
Extend selection to first cell of the worksheet

Ctrl + Shift + Home

Excel Auto Tables and Data Forms - Basic Selects
Extend selection to last used cell on the worksheet (lower-right corner)

Ctrl + Shift + End

Excel Auto Tables and Data Forms - Basic Selects
Lock Selection Extend Mode - Select Cell Range, press Shift+F8, move around, add to selection with Shift+Arrow Keys, etc

Shift + F8

Excel Auto Tables and Data Forms - Basic Selects
Manual selection by row/ column via GoTo menu. A:B selects column A thru C, 1:3 selects row 1 thru 3 , A1:B3 select cells A1 thru B3, etc

Ctrl + G

Excel Auto Tables and Data Forms - Column and Row Selection
Select current row

Shift + Space

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

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

Excel Auto Tables and Data Forms - Column and Row Selection
Select current row, then expand selection by one page down/ up

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

Excel Auto Tables and Data Forms - Column and Row Selection
Select current column

Ctrl + Space

Excel Auto Tables and Data Forms - Column and Row Selection
Select current column, then expand selection by one column right/ left

Shift + Space , then
Shift + Arrow Right / Arrow Left

Excel Auto Tables and Data Forms - Column and Row Selection
Select current column, then expand selection by one screen right/ left

Shift + Space , then
Shift + Alt + Page Down / Page Up

Excel Auto Tables and Data Forms - General Cell Format
Copy a cell via Ctrl+C, then via Paste Spacieal, paste format of that cell to current cell

Ctrl + Alt + V , then T and Enter

Excel Auto Tables and Data Forms - General Cell Format
Repeat a previous cell format action on current cell

Alt + Enter

Excel Auto Tables and Data Forms - General Cell Format
Open Format Cells dialog with last selection active

Ctrl + 1

Excel Auto Tables and Data Forms - General Cell Format
Open Format Cells dialog with Font Tab active

Ctrl + Shift + F

Excel Auto Tables and Data Forms - Font Face, Font Decoration, and Cell Color
Apply/ remove bold format

Ctrl + B

Excel Auto Tables and Data Forms - Font Face, Font Decoration, and Cell Color
Apply/ remove italic format

Ctrl + I

Excel Auto Tables and Data Forms - Font Face, Font Decoration, and Cell Color
Apply/ remove underline format

Ctrl + U

Excel Auto Tables and Data Forms - Font Face, Font Decoration, and Cell Color
Apply/ remove strikethrough formatting

Ctrl + 5

Excel Auto Tables and Data Forms - Font Face, Font Decoration, and Cell Color
Home select Font Face; type font name supported by auto-complete, or use Arrow Down to select.

Alt + H , FF

Excel Auto Tables and Data Forms - Font Face, Font Decoration, and Cell Color
Home select Font Size; use Arrow Key, then Enter to change size

Alt + H , FS

Excel Auto Tables and Data Forms - Font Face, Font Decoration, and Cell Color
Assign current font color to selection via Home Font Color. While escaping the font-color drop-down, the focus stays on the icon; simply press Enter to assign the current color.

Alt + H , FC , Escape , Enter

Excel Auto Tables and Data Forms - Font Face, Font Decoration, and Cell Color
Assign current fill color to selected cell color via Home Higlight Cell. While escaping the highlight drop-down, the focus stays on the icon; simply press Enter to assign the current color.

Alt + HH , Escape , Enter

Excel Auto Tables and Data Forms - Font Face, Font Decoration, and Cell Color
Set to No fill color

Alt + HH , then N

Excel Auto Tables and Data Forms - Number Formats
Apply the general number format (e.g. 1000)

Ctrl + Shift + ~

Excel Auto Tables and Data Forms - Number Formats
Apply the number format with two decimal places, thousands separator (e.g. 1,000.00)

Ctrl + Shift + 1

Excel Auto Tables and Data Forms - Number Formats
Apply the time format with the hour and minute, and indicate AM or PM

Ctrl + Shift + 2

Excel Auto Tables and Data Forms - Number Formats
Apply the date format with the day, month, and year

Ctrl + Shift + 3

Excel Auto Tables and Data Forms - Number Formats
Apply the currency format with two decimal places (e.g. $1,000.00)

Ctrl + Shift + 4

Excel Auto Tables and Data Forms - Number Formats
Apply the percentage format with no decimal places (e.g. 10%)

Ctrl + Shift + 5

Excel Auto Tables and Data Forms - Number Formats
Apply the scientific number format

Ctrl + Shift + 6

Excel Auto Tables and Data Forms - Alignments
Align Left

Alt + H , AL

Excel Auto Tables and Data Forms - Alignments
Align Right

Alt + H , AR

Excel Auto Tables and Data Forms - Alignments
Align Center

Alt + H , AC

Excel Auto Tables and Data Forms - Alignments
Align Top

Alt + H , AT

Excel Auto Tables and Data Forms - Alignments
Align Middle

Alt + H , AM

Excel Auto Tables and Data Forms - Alignments
Align Bottom

Alt + H , AB

Excel Auto Tables and Data Forms - Wrap and Merge
Wrap or unwrap text (Home - Wrap Text)

Alt + H , W

Excel Auto Tables and Data Forms - Wrap and Merge
Merge cells - Merge

Alt + H , MM

Excel Auto Tables and Data Forms - Wrap and Merge
Merge - Unmerge

Alt + H , MU

Excel Auto Tables and Data Forms - Wrap and Merge
Merge and Center

Alt + H , MC

Excel Auto Tables and Data Forms - Wrap and Merge
Merge Across (merge all columns, but not rows in selection)

Alt + H , MA

Excel Auto Tables and Data Forms - Border Shortcuts
Home - Border - Menu; technically it says 'more'.

Alt + H , BM

Excel Auto Tables and Data Forms - Border Shortcuts
Toggle Top border

Alt + T (in border menu)

Excel Auto Tables and Data Forms - Border Shortcuts
Toggle Bottom border

Alt + B

Excel Auto Tables and Data Forms - Border Shortcuts
Toggle Right border

Alt + R

Excel Auto Tables and Data Forms - Border Shortcuts
Toggle Left border

Alt + L

Excel Auto Tables and Data Forms - Border Shortcuts
Toggle Horizontal interior border

Alt + H

Excel Auto Tables and Data Forms - Border Shortcuts
Toggle Vertical interior border

Alt + V

Excel Auto Tables and Data Forms - Border Shortcuts
Toggle Upwards diagonal border

Alt + U

Excel Auto Tables and Data Forms - Border Shortcuts
Toggle Downwards diagonal border

Alt + D

Excel Auto Tables and Data Forms - Border Shortcuts
Add outline borders from cell or selection

Ctrl + Shift + &

Excel Auto Tables and Data Forms - Border Shortcuts
Remove outline borders from cell or selection

Ctrl + Shift + -

Excel Auto Tables and Data Forms - Basics
Start a formula

=

Excel Auto Tables and Data Forms - Basics
Insert the AutoSum formula

Alt + =

Excel Auto Tables and Data Forms - Basics
Edit formula in formula Bar

Ctrl + A with formula present

Excel Auto Tables and Data Forms - Basics
Expand/ collapse formula bar

Ctrl + Shift + U

Excel Auto Tables and Data Forms - Basics
After typing cell reference (eg =E4) makes reference absolute (=$E$4). Repeat if you want to toogle from absolute reference to parcial or complete removal ($E$4 -> E$4 -> $E4 -> returning to E4.

F4

Excel Auto Tables and Data Forms - Basics
Display the 'insert function; dialog box

Shift + F3 with empty cell

Excel Auto Tables and Data Forms - Basics
Edit arguments of formula at cursor position

Shift + F3 with formula present

Excel Auto Tables and Data Forms - Basics
Select all Formulas (Home - Find - Formulas

Alt + H , FD , U

Excel Auto Tables and Data Forms - Basics
Enter a formula as an array formula. Formula bar will show this as e.g. {=SUM(A1:A3*B1:B3)} whichis the sum of A1*B2+A2*B2+A3+B3. This is an easy and concise method. Remember that each time editing the formula will require the Ctrl+Shift+Enter. Some keyboards seem to distinguish between left and right Shift key

Ctrl + Shift + Enter with array formula

Excel Auto Tables and Data Forms - Basics
Show/ hide all formulas. This will automatically extend all column widths which reverses when presed again

Ctrl + ~

Excel Auto Tables and Data Forms - Basics
Duplicate formula from cell above

Ctr + '

Excel Auto Tables and Data Forms - Basics
Paste named range in formula

F3

Excel Auto Tables and Data Forms - Basics
When navigated away while editing formula; jump back to active cell while keeping formula intact.

Ctrl + Backspace

Excel Auto Tables and Data Forms - Trace Dependents and Precedents
Select direct precedents

Ctrl + [

Excel Auto Tables and Data Forms - Trace Dependents and Precedents
Select all precedents

Ctrl + Shift + [

Excel Auto Tables and Data Forms - Trace Dependents and Precedents
Select direct dependents

Ctrl + ]

Excel Auto Tables and Data Forms - Trace Dependents and Precedents
Select all dependents

Ctrl + Shift + ]

Excel Auto Tables and Data Forms - Manual Calculation
Calculate all worksheets in all open workbooks

F9

Excel Auto Tables and Data Forms - Manual Calculation
Calculate the active worksheet

Shift + F9

Excel Auto Tables and Data Forms - Manual Calculation
Calculate all worksheets in all open workbooks, regardless of whether they have changed since the last calculation

Ctrl + Alt + F9

Excel Auto Tables and Data Forms - Manual Calculation
Recheck dependent formulas, and then calculates all cells in all open workbooks, including cells not marked as needing to be calculated

Ctrl + Alt + Shift + F9

Excel Auto Tables and Data Forms - Open and Save Workbooks
Open file via standard open dialog box

Ctrl + O

Excel Auto Tables and Data Forms - Open and Save Workbooks
File Open via Excel file manager

Alt + F , O

Excel Auto Tables and Data Forms - Open and Save Workbooks
Open recent file (1 thru 9)

Alt + F , O + 1 ... 9

Excel Auto Tables and Data Forms - Open and Save Workbooks
Open recent file (10 upwards)

Alt + F , O , Y 1 ... Z

Excel Auto Tables and Data Forms - Open and Save Workbooks
File Open from OneDrive Link

Alt + F , O , K

Excel Auto Tables and Data Forms - Open and Save Workbooks
Save File with current file name

Ctrl + S

Excel Auto Tables and Data Forms - Open and Save Workbooks
Save file as via standard save dialog box

F12

Excel Auto Tables and Data Forms - Open and Save Workbooks
File Save as via Excel file manager

Alt + F , A

Excel Auto Tables and Data Forms - Open and Save Workbooks
File Save to OneDrive Link

Alt + F , A , K

Excel Auto Tables and Data Forms - Open and Save Workbooks
Exit open/ save menu

Escape

Excel Auto Tables and Data Forms - Print Workbooks
Print. This won't offer offer Key Tips/ Options. To continue with shortcuts, use the new Key Options below.

Ctrl + P

Excel Auto Tables and Data Forms - Print Workbooks
Open File Print menu

Alt + F , P

Excel Auto Tables and Data Forms - Print Workbooks
Select printer

I in Print Menu

Excel Auto Tables and Data Forms - Print Workbooks
Return Print key tips/ options

Alt + P if Key Tips disappear

Excel Auto Tables and Data Forms - Print Workbooks
Focus on View pane; use arrow keys to forward/ backward preview pages

V in Print Menu

Excel Auto Tables and Data Forms - Print Workbooks
Page setup

G in Print Menu

Excel Auto Tables and Data Forms - Print Workbooks
Set Number of copies

N in Print Menu

Excel Auto Tables and Data Forms - Auto Tables
Create auto Table from selection

Ctrl + T

Excel Auto Tables and Data Forms - Auto Tables
Select table column

Ctrl + Space

Excel Auto Tables and Data Forms - Auto Tables
Select table row

Shift + Space

Excel Auto Tables and Data Forms - Data Forms
Move to the next/ previous field which can be edited

Tab / Shift + Tab

Excel Auto Tables and Data Forms - Data Forms
Move to the first field in the next/ previous record

Enter / Shift + Enter

Excel Auto Tables and Data Forms - Data Forms
Move to the same field 10 records forward/ back

Page Down / Page Up

Excel Auto Tables and Data Forms - Data Forms
Move to a new record

Ctrl + Page Down

Excel Auto Tables and Data Forms - Data Forms
Move to the first record

Ctrl + Page Up

Excel Auto Tables and Data Forms - Data Forms
Move to the beginning/ end of a field

Home / End

Navigate Worksheets
Navigate by one cell at a time in any direction

Arrow Keys

Navigate Worksheets
Move one screen down/ up

Page Down / Page Up

Navigate Worksheets
Move one screen right/ left

Alt + Page Down / Page Up

Navigate Worksheets
Move one cell to the right/ to the left in a worksheet

Tab / Shift + Tab

Navigate Worksheets
Move to the edge of next data region (cells that contains data)

Ctrl + Arrow Keys

Navigate Worksheets
Move to the beginning of row

Home

Navigate Worksheets
Move to the beginning of worksheet

Ctrl + Home

Navigate Worksheets
Move to the last cell with content of worksheet

Ctrl + End

Navigate Worksheets
Display the GoTo dialog box

Ctrl + G

Navigate Worksheets
Go to line 50, Column A

Ctrl + G then type e.g. A50

Navigate Worksheets
Go to column G, Line 1

Ctrl + G then type e.g. G1

Juggle Rows, Columns, and Cells
Select single row; then delete

Shift + Space , then Ctrl + -

Juggle Rows, Columns, and Cells
Select multiple rows; then delete

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

Juggle Rows, Columns, and Cells
Select single row; then insert one row above

Shift + Space , Ctrl + Shift + +

Juggle Rows, Columns, and Cells
Select multiple rows; then insert the same number rows below

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

Juggle Rows, Columns, and Cells
Select single (or multiple) columns, then delete

Shift + Space , then Ctrl + -

Juggle Rows, Columns, and Cells
Select single row, then insert row below. Select multiple rows to insert multiple rows

Shift + Space , then Ctrl + Shift + +

Juggle Rows, Columns, and Cells
Paste Insert - paste row(s) from clipboard and shift existing content downward

Ctrl + Shift + + with row(s) in clipboard and a row selected

Juggle Rows, Columns, and Cells
Paste Insert - paste column(s) from clipboard and shift existing content to the right

Ctrl + Shift + + with column(s) in clipboard and column selected

Juggle Rows, Columns, and Cells
With cells that are not complete rows/columns - Open insert cell/ row/ column menu

Ctrl + Shift + +

Juggle Rows, Columns, and Cells
With cells that are not complete rows/columns - Open delete cell/ row/ column menu

Ctrl + -

Juggle Rows, Columns, and Cells
Fill single cell content down to all cells selected with Shift+Arrow Down

Shift + Arrow Down , F2 , then Ctrl + Enter

Juggle Rows, Columns, and Cells
Fill single cell content upto all cells selected with Shift+Arrow Down

Shift + Arrow Up , F2 , then Ctrl + Enter

Edit Cell Content
Edit cell. Press Escape to cancel

F2

Edit Cell Content
Jump to beginning/ end of cell

Home / End

Edit Cell Content
Navigate by one character left/ right or one line up/ down

Arrow Keys

Edit Cell Content
Navigate by one word left/ right

Ctrl + Arrow Left / Arrow Right

Edit Cell Content
Select one character to the left/ right (or one line up/down)

Shift + Arrow Keys

Edit Cell Content
Select from the insertion point to beginning/ end of cell

Shift + Home / End

Edit Cell Content
Select or unselect one word to the left/ right

Ctrl + Shift + Arrow Left / Arrow Right

Edit Cell Content
Delete one character to the right/ left of cursor

Delete / Backspace

Edit Cell Content
Delete from cursor to end of cell

Ctrl + Delete

Edit Cell Content
Start a new line inside cell

Alt + Enter

Edit Cell Content
Complete cell entry and move one cell down/ up

Enter / Shift + Enter

Edit Cell Content
Complete cell entry and move one cell right/ left

Tab / Shift + Tab

Edit Cell Content
Complete cell entry and don't move selection

Ctrl + Enter

Edit Cell Content
Duplicate value from Cell above into current cell at cursor position

Ctrl + '

Edit Cell Content
Insert current date at cursor position

Ctrl + ;

Edit Cell Content
Insert current time at cursor position

Ctrl + Shift + ;

Duplicate Cells, Rows, and Columns
Fill Down from cell(s) above into current cell(s)

Ctrl + D

Duplicate Cells, Rows, and Columns
Duplicate row via fill down - Fill current row with content from row above.

Ctrl + D with a row selected

Duplicate Cells, Rows, and Columns
Duplicate content of first cell(s) in first row to all cells in selection downward.

Ctrl + D with multiple empty cells selected

Duplicate Cells, Rows, and Columns
Fill Rright from cell(s) on the left into current cell(s)

Ctrl + R

Duplicate Cells, Rows, and Columns
Duplicate column via fill right - Fill current column with content from column on the left.

Ctrl + R with a column selected

Duplicate Cells, Rows, and Columns
Duplicate content first cell(s) in first column to all cells in selection to the right.

Ctrl + D with multiple empty cells selected

Duplicate Cells, Rows, and Columns
Duplicate formula from cell above

Ctrl + '

Undo, Redo, and Repeat Action
Undo

Ctrl + Z

Undo, Redo, and Repeat Action
Redo (after undo) or Repeat (e.g. when applying formats)

Ctrl + Y

Undo, Redo, and Repeat Action
Undo list (via quick access). Use Arrow Down to extend undo range.

Alt + 2

Undo, Redo, and Repeat Action
Redo list (via quick access). Use Arrow Down to extend redo range.

Alt + 3

Undo, Redo, and Repeat Action
Repeat last action. E.g. try to set a cell bold with Ctrl+B, then go to a different cell and press Alt+Enter; great to cascade formatting across multiple cells

Alt + Enter outside edit cell mode

Cut, Copy, Paste, and Paste Special
Cut cell(s) to clipoard

Ctrl + X

Cut, Copy, Paste, and Paste Special
Copy cell(s) to clipboard

Ctrl + C

Cut, Copy, Paste, and Paste Special
Paste cell(s) from clipboard

Ctrl + V

Cut, Copy, Paste, and Paste Special
Insert Paste - Paste cell and push content downward or rightward. Works great for entire rows and columns.

Ctrl + +

Cut, Copy, Paste, and Paste Special
Open Paste Special Menu (requires a prior copy to Clipboard)

Ctrl + Alt + V

Cut, Copy, Paste, and Paste Special
Paste Values

Ctrl + Alt + V , then V , Enter

Cut, Copy, Paste, and Paste Special
Paste Formats

Ctrl + Alt + V , then T , Enter

Cut, Copy, Paste, and Paste Special
Paste Transposed

Ctrl + Alt + V , then E , Enter

Cut, Copy, Paste, and Paste Special
Paste Column Width

Ctrl + Alt + V , then W , Enter

Cut, Copy, Paste, and Paste Special
Paste Values and Number Formats

Ctrl + Alt + V , then U , Enter

Cut, Copy, Paste, and Paste Special
Paste a defined name into a formula

F3

Find and Replace
Display the Find and Replace dialog box (with find selected)

Ctrl + F

Find and Replace
Display the find and replace dialog box (with replace selected)

Ctrl + H

Find and Replace
Close the find and replace dialog Box (with focus on dialog box)

Escape

Find and Replace
Find next (with search box closed)

Shift + F4

Find and Replace
Find previous (with search box closed)

Ctrl + Shift + F4

Find and Replace
Toggle focus between find/ replace dialog box and worksheet

Alt + Tab , or Ctrl + F / H when losing focus

Find and Replace
Find next with find dialog box active

Alt + F

Find and Replace
Find all with find dialog box active

Alt + I

Find and Replace
Use as asterix for searching multiple characters

* in search option

Find and Replace
Use as wildcard for searching any single character, Use '~' before '?' when searching special characters. ~* searches for * ~~ searches for ~ ~? searches for ?

? in search options

Manage Worksheet Tabs
Move to the next/ previous worksheet in current workbook

Ctrl + Page Down / Page Up

Manage Worksheet Tabs
Insert worksheet (Home - Insert Sheet)

Alt + H , IS

Manage Worksheet Tabs
Delete worksheet Home - Delete Sheet

Alt + H , DS

Manage Worksheet Tabs
Rename worksheet (Home - Format - Rename worksheet)

Alt + H , OR

Manage Worksheet Tabs
Move worksheet (Home - Format - Move worksheet)

Alt + H , OM

Manage Worksheet Tabs
Worksheet tab color, continue with mouse or arrow keys (Home - Format - Tab color)

Alt + H , OT

Freeze, Split, and Hide
View - Freeze or unfreeze; unfreeze works for any Freeze Setting

Alt + W + FF

Freeze, Split, and Hide
View - Freeze first visible Row on screen

Alt + W + R

Freeze, Split, and Hide
View - Freeze first Column on screen

Alt + W + C

Freeze, Split, and Hide
Hide selected rows

Ctrl + 9

Freeze, Split, and Hide
Unhide hidden rows within the selection

Ctrl + Shift + 9

Freeze, Split, and Hide
Hide selected columns

Ctrl + 0

Freeze, Split, and Hide
Unhide selected columns (Ctrl+Shift+0 not working in Excel 2010, 2013, or 2016)

Shift + F10 , then U

Freeze, Split, and Hide
Split or unsplit Worksheet at current position

Alt + W S

Auto Filter
Turn Autofilter on or off. Select table as necessary but many times Excel figures out what you want.

Ctrl + Shift + L

Auto Filter
On the field with column head, display the AutoFilter list for the current column. Press Escape to cancel

Alt + Arrow Down

Auto Filter
Select the next/ previous item in the AutoFilter list

Arrow Down / Arrow Up and S ace

Auto Filter
Close the AutoFilter list for the current column

Alt + Arrow Up

Auto Filter
Select the first item/ last item in the AutoFilter list

Home / End

Column Width and Row Height
Home - Format Worksheet

Alt + H O

Column Width and Row Height
Set row Height

H (in Format Worksheet Menu)

Column Width and Row Height
Autofit row height

A

Column Width and Row Height
Set column Width

W

Column Width and Row Height
Autofit column width (Based on current cell; mark column if you want to autfit column based on widest cell)

I

Column Width and Row Height
Set Default width (for all columns that haven't been changed yet)

D

Navigate Multi-Cell Selections
Move active cell right/ left in selection

Tab / Shift + Tab

Navigate Multi-Cell Selections
Move active cell down/ up in selection

Enter / Shift + Enter

Navigate Multi-Cell Selections
Select only the active cell when multiple cells are selected

Shift + Backspace

Navigate Multi-Cell Selections
Show active cell within selection; helps with large selections when active cell is off screen

Ctrl + Backspace

Navigate Multi-Cell Selections
Move clockwise between the four courners of a selection

Ctrl + .

Navigate Multi-Cell Selections
Move to the right/ to the left between non-adjacent selections (with multiple ranges selected)

Ctrl + Alt + Arrow Right / Arrow Left

Navigate Multi-Cell Selections
Cancel Selection

Arrow Keys with active Selection

Comments and Hyperlinks
Insert or edit hyperlinK (for complete cell only)

Ctrl + K

Comments and Hyperlinks
Remove one or multiple hyperlink(s)

Shift + F10 , then R

Comments and Hyperlinks
Open hyperlink (In the Excel 2016 Contextmenu, 'O' is double-assigned which require the extra keys)

Shift + F10 , then 2x O , then Enter

Comments and Hyperlinks
Insert/ edit a cell comment

Shift + F2

Comments and Hyperlinks
Move comment

1x Escape when in Comment, then Arrow Keys

Comments and Hyperlinks
Escape comment editing and return to cell

2x Escape when in Comment

Comments and Hyperlinks
Select all cells with comments

Ctrl + Shift + O

Comments and Hyperlinks
Delete single comment (or multipe with multiple comments selected)

Shift + F10 , then M

Pivot Tables
Insert PivotTable after selecting data range. Follow up with Alt+E for existing worksheet if desired, Tab, and type the cell reference where it should go (e.g. C1)

Alt + N V

Pivot Tables
Refresh PivotTable

F10 + R

Pivot Tables
Hide selected item

Ctrl + -

Pivot Tables
Unhide item(s) by opening header drop-down and using Arrow Keys and Space to unhide item

Alt + Arrow Down in header

Pivot Tables
Unhide item(s) (assume you have two fields 'color', and 'size' and you hid 'color'. Go into 'size' field and type 'color' - this will unhide the 'color' field

Type over any field with the value hidden

Pivot Tables
Flip current field value with the value typed

Type over any field with another field in same table

Pivot Tables
Select the entire PivotTable report

Ctrl + Shift + *

Pivot Tables
Group selected PivotTable items

Alt + Shift + Arrow Right

Pivot Tables
Ungroup selected PivotTable items when on group header

Alt + Shift + Arrow Left

Pivot Tables
Expand all fields

ALT + JT X

Pivot Tables
Collapse all fields

ALT + JT P

Pivot Tables
Insert pivot formula/ calculated field

Ctrl + Shift + +

Pivot Tables
Create Pivot Chart in same Worksheet

Alt + F1

Pivot Tables
Create Pivot Chart in new Worksheet

F1

Group Rows and Columns
Group rows or columns

Alt + Shift + Arrow Right

Group Rows and Columns
Ungroup rows or columns

Alt + Shift + Arrow Left

Group Rows and Columns
Data Hide detail

Alt + AH

Group Rows and Columns
Data Show Detail (j is next to h on keyboard that’s probably why they picked 'J' isntead of somthing else)

Alt + AJ

Group Rows and Columns
Display or hides the outline symbols

Ctrl + 8

Group Rows and Columns
Enter ASCII code, e.g. Alt+0169 inserts © Symbol

Alt +ASCII Code

The Rest
Minimize/ restore Excel ribbons

Ctrl + F1

The Rest
Display format, chart, totals, tables, and sparklines menus

Ctrl after selecting at least 2 rows and 2 columns

The Rest
Display the thesaurus dialog box

Shift + F7

The Rest
Display the spelling dialog box

F7

The Rest
Enable Editing for protected view (File Info Enable Editing)

Alt + F , IE

The Rest
Close Excel

Alt + F4

The Rest
Help

F1

The Rest
Style dialog box

Alt + '

The Rest
Define a name or dialog

Ctrl + F3

The Rest
Create names from row and column labels

Ctrl + Shift + F3

The Rest
Create and insert chart with data in current range as embedded Chart Object

Alt + F1

The Rest
Create and insert chart with data in current range in a separate Chart Sheet

F11

The Rest
Open VBA editor window

Alt + F11

The Rest
Scroll between open workbooks

Ctrl + F6

The Rest
Display macro dialog box

Alt + F8

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 Excel 2010 (Windows)
Select or unselect one word to the left / to the right.
Work with Data Selections - Select inside cells

Ctrl + Shift + Arrow Left / Ctrl + Shift + 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 Word 2007 (Windows)
Extend a selection to the beginning of a word.
Edit and move text and graphics: Extend a selection

Ctrl + Shift + Arrow Left


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 Docs (Windows)
Extend selection one word to the right / to the left
Select Text

Ctrl + Shift + Arrow Right / Ctrl + Shift + Arrow Left


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

Alt + Arrow Left / Arrow Right


Microsoft Excel 2010 (Windows)
Select or unselect one word to the left / to the right.
Insert and Edit Data - Select inside cells

Ctrl + Shift + Arrow Left / Ctrl + Shift + 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


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


Microsoft Excel 2010 (Windows)
Select or unselect one word to the left / to the right.
Format Data - Select inside cells

Ctrl + Shift + Arrow Left / Ctrl + Shift + 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


Microsoft PowerPoint 2010 (Windows)
Select to the beginning of a word.
Work with Text and Objects

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


CATIA V5 (Windows)
Rotate the model clockwise / rotate model counter-clockwise around Z axis
38 Shortcuts for CATIA V5 (Windows)

CTRL + Shift + Arrow Right / Ctrl + Shift + Arrow Left


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)
Select or unselect one word to the left / to the right.
Formulas and Names - Select inside cells

Ctrl + Shift + Arrow Left / Ctrl + Shift + 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


Microsoft PowerPoint 2010 (Windows)
Select or cancel selection one word to the left.
Work with Dialog Boxes

Ctrl + Shift + Arrow Left


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


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


Virtual DJ (Windows)
Skip Beat -4
All Shortcuts

Ctrl + Shift + 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)
Select or unselect one word to the left / to the right.
The Rest - Select inside cells

Ctrl + Shift + Arrow Left / Ctrl + Shift + 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


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)
Extend the selection by a word to the left/right
Text Selection and Navigation

Ctrl + Shift + Arrow Left / Ctrl + Shift + 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


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


Zoho Sheet (Windows)
Select Data Region to the Left/ to the Right
Selection

Ctrl + Shift + Arrow Left / Ctrl + Shift + Arrow Right


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

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


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 Word 2016 (MacOS)
Promote a paragraph
Outline a document

Ctrl + Shift + Arrow Left


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

Arrow Right


Libreoffice Writer (Windows)
Selecting to the left word by word
General

Ctrl + Shift + Arrow Left


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)
Selecting to the left word by word
General OpenOffice Writer Shortcuts

Ctrl + Shift + Arrow Left


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


Microsoft Word 2010 (Windows)
Extend selection one word to the right / to the left
Select Text

Ctrl + Shift + Arrow Right / Ctrl + Shift + Arrow Left