Keyboard Shortcuts for Google Chrome (Windows Platform)

01. Manage Tabs
Ctrl+TOpen new tab
Ctrl+W/Ctrl+F4Close tab (or close Chrome if only one tab is open)
Ctrl+Shift+TReopen last tab closed. Up to 10 tabs.
Ctrl+1 through Ctrl+8Jump to first tab, second tab, etc.
Ctrl+9Switch to the last tab
Ctrl+Tab/Ctrl+Shift+TabSwitch to the next / previous tab
(or use ctrl+page up/ctrl+page down)
Ctrl+NOpen new Chrome window
Ctrl+Shift+NOpen new Chrome window in incognito mode
Alt+F4Close current window
Ctrl+left-clickOpen link in a new background tab
Ctrl+Shift+left-clickOpen link in a new foreground tab
Shift+left-clickOpen link in a new window
Alt+left-clickDownload link
Drag link to existing tabOpen link in selected tab
Drag link to tab barOpen link in a new tab in the specified position on
the tab strip.

minus02. Address Bar
Alt+D (or Ctrl+L)Jump to address bar; highlights current webpage URI if
available
Ctrl+E (or Ctrl+K)Enter search query in address bar
Home/End in address barJump to beginning / end of address bar
Ctrl+A in address barSelect all text of address. Also use shift+end with
cursor at beginning or shift+home with cursor at end
Type name of site and press Ctrl+EnterAdd www. to beginning and .com to end of input and
opens the web address in current tab.
Type name of site and press Alt+EnterAdd www. to beginning and .com to end of input and
opens the web address in new background tab.
Type search term and press EnterPerform a search using the search engine associated
with the keyword or the URI.
Type name of search engine and press TabTab-to-Search feature. E.g. Typing in 'yahoo.com'
 plus tab opens yahoo search. Add/edit search engines 
via 'Under the Hood' -> Basic -> Search Engines.

minus03. View Webpages
F6Alternate focus between address bar and webpage
Arrow Down/Arrow Up with focus on webpageScroll down / scroll up
Page Down/Page UpScroll one page down / one page up. Also use
 space/shift+space
Home/EndJump to beginning / to end of webpage
Ctrl+[+]/-Zoom in / zoom out (or Ctrl+mousewheel)
Ctrl+0 (zero)Return zoom to normal text size
Ctrl+UView webpage source
F11Turn full screen on / off

minus04. Browse between Webpages
Alt+HomeJump to homepage
Alt+Arrow Left/Arrow RightJump to previous webpage visited / jump to next
 webpage
F5/Ctrl+RReload current webpage
Ctrl+F5/Shift+F5Reload current webpage with cache override
EscStop webpage loading

minus05. Browse within Webpages
Tab/Shift+Tab with focus on webpageJump to next / previous link
Enter on linkOpen link in current tab
Ctrl+Enter on linkOpen link in a new background tab
Shift+Ctrl+Enter on linkOpen link in a new foreground tab
Shift+Enter on linkOpen link in a new window
Alt+Enter on linkDownload link
Shift+F10Open context menu (simulate right mouse button)
Ctrl+ASelect all content on webpage
Ctrl+c with content selectedCopy selected content to clipboard

minus06. Access Browser Features
Ctrl+PPrint current webpage (Chrome Print Dialog)
Ctrl+Shift+PPrint current webpage (Native Windows Print Dialog)
Ctrl+OOpen file
Ctrl+SSave current webpage
Alt+FOpen Wrench Menu (I'd call it file menu to remember
 the shortcut)
Ctrl+HOpen History tab
Ctrl+JOpen Downloads tab

minus07. Search
Ctrl+F/F3Find text on webpage. Press Enter for.
Enter/Shift+Enter with text found on webpageFind next / find previous match
Ctrl+G/Ctrl+Shift+G with text found on webpageFind next / find previous match
EscWith focus on Search box: Close Search box

minus08. Bookmarks Shortcuts
Ctrl+Shift+BShow or hide bookmarks bar
Ctrl+Shift+OOpen Bookmark Manager
Ctrl+DAdd bookmark for current webpage
Ctrl+Shift+DSaves all open pages as bookmarks in a new folder
Drag URI to bookmark barBookmark webpage (can be URI from address bar
 or link from page)
Alt+F, then bOpen Bookmark Manager Tab

minus09. The Rest
Shift+Alt+TSet focus on the toolbar. Use arrow keys to
navigate between different buttons on the toolbar.
Shift+EscView Google Task manager
F1Chrome Help

minus10. Manage Chrome DevTools

minus10.1 Accessing DevTools and DevTools Basics
Ctrl+Shift+I (or F12)Open Developer Tools
Ctrl+Shift+JOpen Developer Tools (With Focus on Javascript Console)
Ctrl+Shift+CToggle Element Inspection mode
Ctrl+Shift+C (2x)Switch Focus on Developer Tools (there is not really
shortcut for focusing on the Developer Tool, 
but this is a workaround. Watch the Inspector
Mode Icon change color as you press for guidence.
 Finally, this works only if DevTools are docked; 
if they are not, simpy switch between windows 
with Alt+Tab)
?Show General Settings Dialog (press Esc to exit)
Ctrl+[/]Switch to next / Switch to previous panel (add
Alt to the combination to reverse the direction)
Ctrl+DDock / Undock Developer Tool
Ctrl+Shift+MToggle (mobile) Device Mode
Ctrl+FSearch Text in Source
Ctrl+Shift+FSearch Text across sources
Ctrl+OSearch by Filename
Ctrl+[+]/-Zoom in / Zoom out Developer tools
Ctrl+0 (zero)Zoom to default
minus10.2 Elements Panel
Ctrl+Arrow UpFocus on the Elements content (this is strangely
 nowhere documented, but worked for me; 
without this one, you cannot use any of the other 
shortcuts below without clicking on the content first)
Arrow Up/Arrow DownNavigate upwards/ downwards
Ctrl+Z/Ctrl+YUndo / Redo Change
Arrow Right/Arrow LeftExpand / Collapse
Left-click on arrowExpand node
Ctrl+Alt+Left-clickExpand/collapse node with all children
EnterEdit the element
HHide the element
F2Toggle edit as HTML
minus10.3 Styles Panel
Left-clickEdit Rule
Left-click on white spaceInsert new property
Ctrl+Left-click on propertyGo to line of style rule property declaration
Shift+Left-click on propertyCycle through the color definition value
Tab/Shift+TabEdit next / edit previous property
Arrow Up/Arrow DownIncrease / decrease value by 1
Page Up/Page DownIncrease / decrease value by 10
Shift+Page Up/Page DownIncrease / decrease value by 100
Alt+Arrow Up/Arrow DownIncrease / decrease value by 100
minus10.4 Sources Panel
F8Ctrl+\Pause / resume script execution
F8Ctrl+\Pause / resume script execution
F10Ctrl+'Step over next function call
F11Ctrl+;Step into next function call
Shift+F11Ctrl+Shift+;Step out of current function
Ctrl+./,Select next / select previous call frame
Left-click on line-numberToggle breakpoint condition
Right-click on line numberEdit breakpoint condition
Alt+DeleteDelete individual words
Ctrl+/Comment a line or selected text
Ctrl+SSave changes to local modifications
Ctrl+Alt+SSave all changes
Ctrl+GGo to line
Ctrl+OSearch by filename
Ctrl+P+numberJump to line number
Ctrl+O+number +numberJump to column
Ctrl+Shift+OGo to member
Alt+WClose active tab
Ctrl+EnterRun snippet
minusCode Editor
Ctrl+MGo to matching bracket
Ctrl+P+numberJump to line number
Ctrl+O+number +numberJump to column
Ctrl+/Toggle comment
Ctrl+DSelect next occurrence
Ctrl+UUndo last selection
minus10.5 Timeline Panel
Ctrl+EStart / stop recording
Ctrl+SSave timeline data
Ctrl+OOpen / Load timeline data
minus10.6 Profiles Panel
Ctrl+EStart / stop recording
minus10.7 Console Panel
Arrow RightAccept Suggestion
Arrow Up/Arrow DownPrevious / next command (line)
Ctrl+`Focus the Console
Ctrl+LClear Console
Shift+EnterMulti-line entry
EnterExecute
Sources: Google Chrome Help - Keyboard shortcuts

0 comments:

Thanks for Comment

Copyright © 2013 MEDIA INFO