RStudio (Windows)

Editing (Console and Source)

Select page up/down

Shift + Page Up / Shift + Page down

All hotkeys for RStudio (Windows)

Console
Move cursor to console

Ctrl + 2

Console
Clean console

Ctrl + L

Console
Move cursor to beginning of line

Home

Console
Move cursor to end of line

End

Console
Navigate command history

Up / Down

Console
Popup command history

Ctrl + Up

Console
Interrupt currently executing command

Esc

Console
Change working directory

Ctrl + Shift + H

Source
Goto file/function

Ctrl + .

Source
Move cursor to source editor

Ctrl + 1

Source
New document (except on chrome/windows)

Ctrl + Shift + N

Source
New document (Chrome only)

Ctrl + Alt + Shift + N

Source
Open document

Ctrl + O

Source
Save active document

Ctrl + S

Source
Close active document (except on Chrome)

Ctrl + W

Source
Close active document (Chrome only)

Ctrl + Alt + W

Source
Close all open documents

Ctrl + Shift + W

Source
Preview HTML (markdown and HTML)

Ctrl + Shift + K

Source
Compile notebook/compile PDF (TeX and Sweave)

Ctrl + Shift + K

Source
Insert chunk (Sweave and Knitr)

Ctrl + Alt + I

Source
Insert code section

Ctrl + Shift + R

Source
Run current line/selection

Ctrl + Enter

Source
Run current line/selection (retain cursor position)

Alt + Enter

Source
Re-run previous region

Ctrl + Shift + P

Source
Run current document

Ctrl + Alt + R

Source
Run from document beginning to current line

Ctrl + Alt + B

Source
Run from current line to document end

Ctrl + Alt + E

Source
Run from current line to document end

Ctrl + Alt + F

Source
Run the current code section

Ctrl + Alt + T

Source
Run previous sweave/Rmd code

Ctrl + Alt + P

Source
Run the current Sweave/Rmd chunk

Ctrl + Alt + C

Source
Run the next Sweave/Rmd chunk

Ctrl + Alt + N

Source
Source a file

Ctrl + Shift + O

Source
Source the current document

Ctrl + Shift + S

Source
Source the current document (with echo)

Ctrl + Shift + Enter

Source
Fold selected

Alt + L

Source
Unfold selected

Shift + Alt + L

Source
Fold all

Alt + O

Source
Unfold all

Shift + Alt + O

Source
Go to line

Shift + Alt + G

Source
Jump to

Shift + Alt + J

Source
Switch to tab

Ctrl + Shift + .

Source
Previous tab

Ctrl + F11

Source
Next tab

Ctrl + F12

Source
First tab

Ctrl + Shift + F11

Source
Last tab

Ctrl + Shift + F12

Source
Navigate back

Ctrl + F9

Source
Navigate forward

Ctrl + F10

Source
Extract function from selection

Ctrl + Alt + X

Source
Extract variable from selection

Ctrl + Alt + V

Source
Reindent lines

Ctrl + I

Source
Comment/uncomment current line/selection

Ctrl + Shift + C

Source
Reflow comment

Ctrl + Shift + /

Source
Reformat selection

Ctrl + Shift + A

Source
Show diagnostics

Ctrl + Shift + Shift + P

Source
Move lines Up/Down

Alt + Up/Down

Source
Copy lines Up/Down

Shift + Alt + Up/Down

Source
Jump to matching Brace/Paren

Ctrl + P

Source
Expand to matching Brace/Paren

Ctrl + Shift + E

Source
Select to matching Brace/Paren

Ctrl + Shift + Alt + E

Source
Add cursor above current cursor

Ctrl + Alt + Up

Source
Add cursor beow current cursor

Ctrl + Alt + Down

Source
Move active cursor up

Ctrl + Alt + Shift + Up

Source
Move Active Cursor Down

Ctrl + Alt + Shift + Down

Source
Find and replace

Ctrl + F

Source
Find next

F3

Source
Find previous

Shift + F3

Source
Use selection for find

Ctrl + F3

Source
Replace and find

Ctrl + Shift + J

Source
Find in files

Ctrl + Shift + F

Source
Check spelling

F7

Completions (Console and Source)
Attempt completion

Tab / Ctrl + Space

Completions (Console and Source)
Navigate candidates

Up / Down

Completions (Console and Source)
Accept selected candidate

Enter / Tab / Right

Completions (Console and Source)
Dismiss completion popup

Esc

Views
Move focus to Source Editor

Ctrl + 1

Views
Move focus to Console

Ctrl + 2

Views
Move focus to Help

Ctrl + 3

Views
Show History

Ctrl + 4

Views
Show files

Ctrl + 5

Views
Show plots

Ctrl + 6

Views
Show packages

Ctrl + 7

Views
Show environment

Ctrl + 8

Views
Show git/svn

Ctrl + 9

Views
Show build

Ctrl + 0

Views
Sync editor & pdf preview

Ctrl + F8

Views
Reference

Alt + Shift + K

Build
Build and reload

Ctrl + Shift + B

Build
Load all (devtools)

Ctrl + Shift + L

Build
Test package (desktop)

Ctrl + Shift + T

Build
Test package (web)

Ctrl + Alt + F7

Build
Check package

Ctrl + Shift + E

Build
Document package

Ctrl + Shift + D

Debug
Toggle breakpoint

Shift + F9

Debug
Execute next line

F10

Debug
Step into function

Shift + F4

Debug
Finish function/loop

Shift + F6

Debug
Continue

Shift + F5

Debug
Stop debugging

Shift + F8

Plots
Previous plot

Ctrl + Alt + F11

Plots
Next plot

Ctrl + Alt + F12

Git / SVN
Diff active source document

Ctrl + Alt + D

Git / SVN
Commit changes

Ctrl + Alt + M

Git / SVN
Scroll diff view

Ctrl + Up/Down

Git / SVN
Stage/unstage(Git)

Spacebar

Git / SVN
Stage/unstage and move to next (Git)

ENter

Session
Quit Session (desktop only)

Ctrl + Q

Session
Restart R Session

Ctrl + Shift + F10

Editing (Console and Source)
Undo

Ctrl + Z

Editing (Console and Source)
Redo

Ctrl + Shift + Z

Editing (Console and Source)
Cut

Ctrl + X

Editing (Console and Source)
Copy

Ctrl + C

Editing (Console and Source)
Paste

Ctrl + V

Editing (Console and Source)
Select all

Ctrl + A

Editing (Console and Source)
Jump to word

Ctrl + Left/Right

Editing (Console and Source)
Jump to start/end

Ctrl + Home/End / Ctrl + Up/Down

Editing (Console and Source)
Delete line

Ctrl + D

Editing (Console and Source)
Select

Shift + Arrow

Editing (Console and Source)
Select word

Ctrl + Shift + Left/Right

Editing (Console and Source)
Select to line start

Alt + Shift + Left

Editing (Console and Source)
Select to line end

Alt + Shift + RIght

Editing (Console and Source)
Select page up/down

Shift + Page Up / Shift + Page down

Editing (Console and Source)
Select page start/end

Ctrl + Shift + Home/End

Editing (Console and Source)
Delete word left

Ctrl + Backspace

Editing (Console and Source)
Indent

Tab

Editing (Console and Source)
Outdent

Shift + Tab

Editing (Console and Source)
Yank line up to cursor

Ctrl + U

Editing (Console and Source)
Yank line after cursor

Ctrl + K

Editing (Console and Source)
Insert currently yanked text

Ctrl + Y

Editing (Console and Source)
Insert assignment operator

Alt + -

Editing (Console and Source)
Insert pipe operator

Ctrl + Shift + M

Editing (Console and Source)
Show help for function at cursor

F1

Editing (Console and Source)
Show source code for function at cursor

F2

Editing (Console and Source)
Find usages for symbol at cursor (C++)

Ctrl + Alt + U

Similar combinations for other applications


Microsoft Excel 2010 (Windows)
Extend the selection down one screen /up one screen.
Work with Data Selections - Select Cells

Shift + Page Down / Shift + Page Up


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

Shift + Page Up / Page Down


Adobe Photoshop CS5 (MacOS)
Back ten frames
Photoshop CS5 Panels - Animation Panel (Timeline Mode, PS extended)

Shift + Arrow Left / Shift page up


Adobe Photoshop CS5 (Windows)
Back ten frames
Photoshop CS5 Panels - Animation Panel (Timeline Mode, PS extended)

Shift + Arrow Left / Shift + Page Up


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

Shift + Arrow Right / Shift + Page Down


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

Shift + Arrow Right / Shift + Page Down


Visual Studio 2015 (Windows)
Extends selection down one page / up one page
Code Editor - Select Text

Shift + Page Down / Shift + Page Up


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

Shift + Page Up / Page Down


Inpage (Windows)
To move screen up one line
For Page Movement

Shift + Page Up


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

Shift + Page Down


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

Shift + Page Up


Microsoft Excel 2010 (Windows)
Extend the selection down one screen /up one screen.
Insert and Edit Data - Select Cells

Shift + Page Down / Shift + Page Up


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

Shift + Page Down / Shift + Page Up


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

Shift + Page Down / Shift + Page Up


Visual Studio 2015 (Windows)
Extends selection down one page / up one page
Coding - Select Text

Shift + Page Down / Shift + Page Up


Adobe Photoshop CS5 (MacOS)
Back ten frames
Extract and Pattern Maker (plug-in) - Animation Panel (Timeline Mode, PS extended)

Shift + Arrow Left / Shift page up


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

Shift + Arrow Right / Shift + Page Down


Sublime Text (Windows)
Extend selection one page up arrow/ down arrow
Navigation - Standard Selections

Shift + Page Up / Page Down


Adobe Photoshop CS5 (Windows)
Back ten frames
Extract and Pattern Maker (plug-in) - Animation Panel (Timeline Mode, PS extended)

Shift + Arrow Left / Shift + Page Up


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

Shift + Arrow Right / Shift + Page Down


Adobe Photoshop CS4 (MacOS)
Scroll up or down 10 units
Shortcut Keys for viewing images

Shift + Page Up / Page Down


Visual Studio 2015 (Windows)
Extends selection down one page / up one page
Code Snippets (Visual C# Scheme) - Select Text

Shift + Page Down / Shift + Page Up


Sublime Text (Windows)
Extend selection one page up arrow/ down arrow
Selections - Standard Selections

Shift + Page Up / Page Down


Microsoft Excel 2010 (Windows)
Extend the selection down one screen /up one screen.
Format Data - Select Cells

Shift + Page Down / Shift + Page Up


Microsoft Excel 2011 (MacOS)
Extend the selection down one screen
Selecting cells, columns, or rows

Shift + Page Down


Microsoft Excel 2011 (MacOS)
Extend the selection up one screen
Selecting cells, columns, or rows

Shift + Page Up


Adobe Photoshop CS4 (MacOS)
Back ten frames
Shortcut Keys for using the Animation panel in Timeline Mode (Photoshop Extended)

Shift + Arrow Left / Shift + Page Up


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

Shift + Arrow Right / Shift + Page Down


Microsoft Outlook 2010 (Windows)
Extend selection to first / last card on previous page
Business Card View

Shift + Page Up / Shift + Page Down


Adobe Photoshop CS5 (MacOS)
Scroll up or down 10 units
View images

Shift + Page Up / Page Down


Microsoft Excel 2010 (Windows)
Extend the selection down one screen /up one screen.
Formulas and Names - Select Cells

Shift + Page Down / Shift + Page Up


Adobe Photoshop CS5 (Windows)
Scroll up or down 10 units
View Images

Shift + Page Up / Page Down


HoneyView 5.03 (Windows)
Main Shortcuts

Shift + Page Up / Shift +page down previous 1 page / next one page


Microsoft Excel 2013 (Windows)
Extend the selection down one screen /up one screen
Basic and Advanced Cell Selections

Shift + Page Down / Shift + Page Up


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

Shift + Page Down / Page Up


Virtual DJ (Windows)
Crossfader -16
All Shortcuts

Shift + Page Up


Virtual DJ (Windows)
Crossfader +16
All Shortcuts

Shift + Page Down


Virtual DJ (Windows)
skip_beat temporary +1
All Shortcuts

Shift + Page Down


Virtual DJ (Windows)
skip_beat temporary +16
All Shortcuts

Shift + Page Up


Microsoft Excel 2010 (Windows)
Extend the selection down one screen /up one screen.
The Rest - Select Cells

Shift + Page Down / Shift + Page Up


Windows 10 Command Prompt (Windows)
Extend selection one page up one page down
Select Text (Expanded with Windows 10)

Shift + Page Up / Shift + Page Down


Microsoft Excel 2016 (Windows)
Extend selection one screen down/ up
Select Cells - Basic Selects

Shift + Page Down / Page Up


Adobe After Effects CC (Windows)
Go forward / backwards 10 Frames
Time Navigation

Shift + Page Down / Page Up


Adobe After Effects CC (MacOS)
Go forward / backwards 10 Frames
Time Navigation

Shift + Page Down / Page Up


Microsoft Excel 2016 (Windows)
Extend selection one screen down/ up
Format Cells - Basic Selects

Shift + Page Down / Page Up


Microsoft Excel 2016 (Windows)
Extend selection one screen down/ up
Formulas - Basic Selects

Shift + Page Down / Page Up


Microsoft Outlook 2016 (Windows)
Extend the selection to the first/last card on the previous page
View: Business Cards/Address cards

Shift + Page Up / Shift + Page Down


Microsoft Excel 2016 (Windows)
Extend selection one screen down/ up
Manage Workbooks - Basic Selects

Shift + Page Down / Page Up


Anime Studio (Windows)
Scroll(up/down)
Graph Shortcuts

Shift + Page up / Shift + Page down


Adobe Photoshop CC (Windows)
Scroll up/ scroll down in small increments
Manage Views

Shift + Page Up / Page Down


Adobe Photoshop CC (MacOS)
Scroll up/ scroll down in small increments
Manage Views

Shift + Page Up / Page Down


Microsoft Excel 2016 (Windows)
Extend selection one screen down/ up
Excel Auto Tables and Data Forms - Basic Selects

Shift + Page Down / Page Up


Final Cut Pro (MacOS)
Horizontal scroll left
Scrolling

Shift + PAge up


Final Cut Pro (MacOS)
Horizontal scroll right
Scrolling

Shift + Page down


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

Shift + Page Down


Microsoft Word 2016 (MacOS)
Select one screen up
Select text and graphics

Shift + Page Up


Corel Draw X8 (Windows)
To back
Object Ordering

Shift + Page up


Corel Draw X8 (Windows)
To front
Object Ordering

Shift + page down


Microsoft Excel 2016 (MacOS)
Extend the selection down one screen
Select cells, columns, or rows

Shift + Page Down


Microsoft Excel 2016 (MacOS)
Extend the selection up one screen
Select cells, columns, or rows

Shift + Page Up


Corel Draw X8 (Windows)
Select down one frame
Cursor Moves Using Text Tool

Shift + Page Down


Corel Draw X8 (Windows)
Select up one frame
Cursor Moves Using Text Tool

Shift + Page down


Houdini (Windows)
Set current left
Detais View

Shift + Page up


Houdini (Windows)
Set current right
Detais View

Shift + Page down


Soundforge (Windows)
Select from the cursor to 10% of the current view prior to the cursor position
Data Selection

Shift + Page Up


Soundforge (Windows)
Select from the cursor to 10% of the current view past the cursor position
Data Selection

Shift + Page Down


mpv
Seek 600 seconds
Navigation

Shift + Page Up / Down


ChessBase 13
Mark page - full of games
Games lists

Shift + Page Down


RStudio (MacOS)
Select page up/down
Editing (Console and Source)

Shift + Page Up / Shift + Page down


Most used text editing
Select a frame of text below the cursor
Selecting text

Shift + Page Down


Most used text editing
Select a frame of text above the cursor
Selecting text

Shift + Page Up


TurboCAD (Windows)
Send the selected entity(s) behind others
171 Shortcuts for TurboCAD (Windows)

Shift + Page Down


TurboCAD (Windows)
Bring the selected entity(s) in front of others
171 Shortcuts for TurboCAD (Windows)

Shift + Page Up


Inkscape (Windows)
Move to layer above
Layers

Shift + Page Up


Inkscape (Windows)
Move to layer below
Layers

Shift + Page Down


Inkscape (MacOS)
Move to layer above
Layers

Shift + Page Up


Inkscape (MacOS)
Move to layer below
Layers

Shift + Page Down


Ableton Live 9 (MacOS)
Scroll Editor Horizontally
Clip View MIDI Editor

Shift + Ppage up / Shift + Page Down


RStudio (Mac)
Select Page Up/Down
Editing (Console and Source)

Shift + Page Up / Down


RStudio
Select Page Up/Down
Editing (Console and Source)

Shift + Page Up / Down


Altium Designer (Windows)
Zoom-in in small increments
PCB Editor Only Shortcuts

Shift + Page Up


Altium Designer (Windows)
Zoom-out in small increments
PCB Editor Only Shortcuts

Shift + Page Down


Ableton Live 10 (Mac)
Scroll Editor Horizontally
Clip View MIDI Editor

Shift + Page Up / Down


Altium Designer (Windows)
ExtEnd selection one Page Up
Common Shortcuts

Shift + Page Up


Altium Designer (Windows)
ExtEnd selection one Page Down
Common Shortcuts

Shift + Page Down


Shotcut (Mac)
Forward Two Seconds
Player

Shift + Page Down


Shotcut (Mac)
Backward Two Second
Player

Shift + Page Up


Shotcut
Forward Two Seconds
Player

Shift + Page Down


Shotcut
Backward Two Second
Player

Shift + Page Up


Ace Editor (Mac)
Select page up
Selection

Shift + Page Up


Ace Editor (Mac)
Select page down
Selection

Shift + Page Down


Ace Editor
Select page up
Selection

Shift + Page Up


Ace Editor
Select page down
Selection

Shift + Page Down


PyCharm 2018.2
Move the caret one page down, selecting the text.
Basic editing

Shift + Page Down


PyCharm 2018.2
Move the caret one page up, selecting the text.
Basic editing

Shift + Page Up


Total War: Attila (Mac)
Increase camera rotation
Camera

Shift + Page Up


Total War: Attila (Mac)
Decrease camera rotation
Camera

Shift + Page Down


Total War: Attila
Increase camera rotation
Camera

Shift + Page Up


Total War: Attila
Decrease camera rotation
Camera

Shift + Page Down


JAWS
Read from the current cell
Table layer

Shift + Page Up


JAWS
Read to the bottom of the column
Table layer

Shift + Page Down


jEdit
Extend selection by one screenful.
Selecting text

Shift + Page Up


jEdit
Extend selection by one screenful.
Selecting text

Shift + Page Down


Discord
Jump to oldest unread message
General

Shift + Page Up


CorelDRAW Graphics Suite 2018
To Back Of Layer
General

Shift + Page Down


CorelDRAW Graphics Suite 2018
To Front Of Layer
General

Shift + Page Up


Inkscape
Move to layer above
Layers

Shift + Page Up


Inkscape
Move to layer below
Layers

Shift + Page Down


Microsoft Word 2016
Extend a selection one screen down
Extending selection

Shift + Page Down


Microsoft Word 2016
Extend a selection one screen up
Extending selection

Shift + Page Up


Microsoft FrontPage
Move one screen down.
Select text and graphics

Shift + Page Down


Microsoft FrontPage
Move one screen up.
Select text and graphics

Shift + Page Up


Oracle EBS Forms
Previous block
General

Shift + Page Up


Arch Linux
Scroll console buffer up
Terminal: Virtual console

Shift + Page Up


Arch Linux
Scroll console buffer down
Terminal: Virtual console

Shift + Page Down


Atom (Windows)
core:select-page-down
All shortcuts

Shift + Page Down


Atom (Windows)
core:select-page-up
All shortcuts

Shift + Page Up


LibreOffice Calc
Selects cells from the current cell up to one page in the current column or extends the existing selection one page up
Navigating

Shift + Page Up


LibreOffice Calc
Selects cells from the current cell down to one page in the current column or extends the existing selection one page down
Navigating

Shift + Page Down


LibreOffice Writer
Move up screen page with selection
General

Shift + Page Up


LibreOffice Writer
Move down screen page with selection
General

Shift + Page Down


WPS Office
Selects the cell range from the current cells to the next screen of the same column(s)
General

Shift + Page Down


WPS Office
Selects the cell range from the current cells to the previous screen of the same column(s)
General

Shift + Page Up


Visual Studio Code (Linux)
Scroll page up
Integrated terminal

Shift + Page Up


Visual Studio Code (Linux)
Scroll page down
Integrated terminal

Shift + Page Down


Paint.NET
Scroll left
UI and Canvas Controls

Shift + Page Up


Delphi
Moves the cursor down one line and selects from the right of the starting cursor position
General

Shift + Page Down


Delphi
Moves the cursor up one screen and selects from the left of the starting cursor position
General

Shift + Page Up


Paint.NET
Scroll right
UI and Canvas Controls

Shift + Page Down


Visual Studio Code (Windows)
Scroll page up
Integrated terminal

Shift + Page Up


SQL Server Management Studio (SSMS)
Extend selection up one page
Text selection

Shift + Page Up


Visual Studio Code (Windows)
Scroll page down
Integrated terminal

Shift + Page Down


SQL Server Management Studio (SSMS)
Extend selection down one page
Text selection

Shift + Page Down


Microsoft Visual Studio 2017 (All shortcuts)
Edit.PageDownExtend
Text Editor

Shift + Page Down


Microsoft Visual Studio 2017 (All shortcuts)
Edit.PageUpExtend
Text Editor

Shift + Page Up


Everything
Extend item selection
Result list

Shift + Page Up


Everything
Extend item selection
Result list

Shift + Page Down


Outlook 2016 and Outlook 2013
Extend the selection to the first card on the previous page
Business cards or Address view

Shift + Page Up


Outlook 2016 and Outlook 2013
Extend the selection to the last card on the last page
Business cards or Address view

Shift + Page Down


Command Line
Extend current selection by one page up
Text selection

Shift + Page Up


Open Office Writer 3 (Windows)
Move up screen page with selection
General OpenOffice Writer Shortcuts

Shift + Page Up


Open Office Writer 3 (Windows)
Move down screen page with selection
General OpenOffice Writer Shortcuts

Shift + Page Down


Adobe After Effects CS5 (MacOS)
Go forward 10 frames / backward 10 frames
Time Navigation

Shift + Page Down / page up or Command + Shift + Arrow Right / Arrow Left


Adobe After Effects CS5 (Windows)
Go forward 10 frames / backward 10 frames
Time Navigation

Shift + Page Down / page up or ctrl + Shift + Arrow Right / Arrow Left


Adobe Photoshop CS4 (Windows)
Scroll up or down 10 units
Shortcut Keys for viewing images

Shift + Page Up / Page Down


Microsoft Outlook 2007 (Windows)
Extend the selection to the first or the last card on the previous page.
Shortcuts for Business Card / Address Card View

Shift + Page Up / Shift + Page Down


Adobe Photoshop CS4 (Windows)
Back ten frames
Shortcut Keys for using the Animation panel in Timeline Mode (Photoshop Extended)

Shift + Arrow Left / Shift + Page Up


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

Shift + Arrow Right / Shift + Page Down


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

Shift + Page Down / Shift + Page Up