Ctrl+N | Open a new window |
Ctrl+Shift+N | Open a new window in incognito mode |
Press Ctrl, and click a link | Open link in a new tab |
Press Shift, and click a link | Open link in a new window |
Alt+F4 | Close current window |
Ctrl+T | Open a new tab |
Ctrl+Shift+T | Reopen the last tab you’ve closed. Google Chrome remembers the last 10 tabs you’ve closed. |
Drag link to tab | Open link in specified tab |
Drag link to space between tabs | Open link in a new tab in the specified position on the tab strip |
Ctrl+1 through Ctrl+8 | Switch to the tab at the specified position number. The number you press represents a position on the tab strip. |
Ctrl+9 | Switch to the last tab |
Ctrl+Tab or Ctrl+PgDown | Switch to the next tab |
Ctrl+Shift+Tab orCtrl+PgUp | Switch to the previous tab |
Ctrl+W or Ctrl+F4 | Close current tab or pop-up |
Alt+Home | Open your homepage |
Ctrl+O, then select file | Open a file from your computer in Google Chrome |
Type a search term | Perform a search using your default search engine |
Type the part of the web address that’s between ‘www.’ and ‘.com’, then press Ctrl+Enter | Add www.and .com to your input in the address bar and open the web address |
Type a search engine keyword or URL, press Tab, then type a search term | Perform a search using the search engine associated with the keyword or the URL. Google Chrome prompts you to press Tab if it recognizes the search engine you’re trying to use. |
F6 or Ctrl+L or Alt+D | Highlight content in the web address area |
Type a web address, then press Alt+Enter | Open your web address in a new tab |
Ctrl+B | Toggle bookmarks bar on and off |
Ctrl+H | View the History page |
Ctrl+J | View the Downloads page |
Shift+Escape | View the Task manager |
Ctrl+P | Print your current page |
F5 | Reload current page |
Esc | Stop page loading |
Ctrl+F5 or Shift+F5 | Reload current page, ignoring cached content |
Press Alt, and click a link | Download link |
Ctrl+F | Open find-in-page box |
Ctrl+G or F3 | Find next match for your input in the find-in-page box |
Ctrl+Shift+G or Shift+F3 | Find previous match for your input in the find-in-page box |
Ctrl+U | View source |
Drag link to bookmarks bar | Bookmark the link |
Ctrl+D | Bookmark your current webpage |
Ctrl++ | Make text larger |
Ctrl+- | Make text smaller |
Ctrl+0 | Return to normal text size |
Highlight content, then press Ctrl+C | Copy content to the clipboard |
Place your cursor in a text field, then press Ctrl+V or Shift+Insert | Paste current content from the clipboard |
Place your cursor in a text field, then press Ctrl+Shift+V | Paste current content from the clipboard without formatting |
Highlight content in a text field, then press Ctrl+X or Shift+Delete | Delete the content and copy it to the clipboard |
Backspace, or press Alt and the left arrow together | Go to the previous page in your browsing history for the tab |
Shift+Backspace, or press Alt and the right arrow together | Go to the next page in your browsing history for the tab |
Ctrl+K or Ctrl+E | Places a ‘?’ in the address bar. Type a search term after the ‘?’ to perform a search using your default search engine. |
Place your cursor in the address bar, then press Ctrl and the left arrow together | Jump to the previous word in the address bar |
Place your cursor in the address bar, then press Ctrl and the right arrow together | Jump to the next word in the address bar |
Place your cursor in the address bar, then press Ctrl+Backspace | Delete the previous word in the address bar |
Space bar | Scroll down the web page |
Home | Go to the top of the page |
End | Go to the bottom of the page |
Tuesday, September 1, 2009
Google Chrome Short Cut Keys
Friday, April 4, 2008
Microsoft Visual Studio 2005 - Global shortcut keys
The following shortcut key combinations can be used in various places within the integrated development environment (IDE).
Command Name | Shortcut Keys | Description |
---|---|---|
Edit.Copy | CTRL + C CTRL + INSERT | Copies the currently selected item to the system clipboard. |
Edit.Cut | CTRL + X SHIFT + DELETE | Removes the currently selected item to the system clipboard. |
Edit.CycleClipboardRing | CTRL + SHIFT + INS CTRL + SHIFT + V | Pastes an item from the Clipboard Ring tab of the Toolbox at the insertion point in the file and automatically selects the pasted item. You can review each item on the Clipboard by repeatedly pressing the shortcut keys. |
Edit.GoToNextLocation | F8 | Moves the cursor to the next item, such as a task in the Task List window or a search match in the Find Results window. Each time you press F8, you move to the next item in the list. |
Edit.GoToPreviousLocation | SHIFT + F8 | Moves the cursor to the previous item in the Task List window or Find Results window. |
Edit.GoToReference | SHIFT + F12 | Displays the reference of the selection in the code. |
Edit.OpenFile | CTRL + SHIFT + G | Displays the Open File dialog box where you can select an existing file to open. |
Edit.Paste | CTRL + V SHIFT + INSERT | Inserts the Clipboard contents at the insertion point. |
Edit.Redo | CTRL + SHIFT + Z CTRL + Y SHIFT + ALT + BACKSPACE | Restores the previously undone action. |
Edit.SelectionCancel | ESC | Closes a menu or dialog box, cancels an operation in progress, or places focus in the current document window. Available only in the .NET Framework Designer. |
Edit.Undo | ALT + BACKSPACE CTRL + Z | Reverses the last editing action. |
File.Print | CTRL + P | Displays the Print dialog box where you can choose printer settings. |
File.SaveAll | CTRL + SHIFT + S | Saves all documents in the current solution and any files in the external files project. |
File.SaveSelectedItems | CTRL + S | Saves the selected items in the current project. |
Tools.GoToCommandLine | CTRL + / | Places the caret in the Find/Command box on the Standard toolbar. |
View.NextTask | CTRL + SHIFT + F12 | Moves to the next task in the Task List window. |
View.PopBrowseContext | CTRL + SHIFT + 8 | Returns to the location from where the last browse operation was performed. Available in the Object Browser or Class View window. |
View.ViewCode | F7 | Displays the selected item in Code view of the Editor. |
View.ViewDesigner | SHIFT + F7 | Displays the selected item in Design view of the Editor. |
View.WebNavigateBack | ALT + LEFT ARROW | Displays the previous page in the viewing history. Available only in the Web Browser window. |
View.WebNavigateForward | ALT + RIGHT ARROW | Displays the next page in the viewing history. Available only in the Web Browser window. |
Subscribe to:
Posts (Atom)