Eclipse Keyboard Shortcuts | List of Eclipse Keyboard Shortcuts for Java Programmers

Eclipse Keyboard Shortcuts

Eclipse Keyboard Shortcuts: Eclipse is IDE or Integrated Development Environment related to programming computers by Java developers. Eclipse is the IDE that the Java developers mostly prefer.

There are several keyboard shortcuts available for the eclipse, which will increase your work efficiency and aid you to complete your work much faster and without any hindrances. If you are a Java developer using the eclipse IDE, then you must know these Shortcuts.

Wondering How to explore & learn Shortcut Keys for various Operating Systems, Computer Software Programs, Social media applications Keyboards? Here is the one-stop destination for all Keyboard Shortcuts, just take a look & memorize regularly for better performance in competitive exams & real-time situations.

Eclipse Keyboard Shortcuts for Java

Keyboard Shortcuts Used for Managing Projects And Files

Functions Keyboard Shortcuts
Ctrl + N It is used for creating a new project using the Wizard
Ctrl + Alt + N It is used for creating new projects, files, classes, etc.
Alt + F It is used for the opening projects, files, etc.
Ctrl + Shift + R It is used for opening resource files, folders or project
Alt + Enter It is used for showing and accessing file properties
Ctrl + S It is used for saving the current file
Ctrl + Shift + S It is used for saving all files
Ctrl + W It is used for closing the current file
Ctrl + Shift + W It is used for closing all files
F5 It is used for refreshing the content of a particular element with a local file system

Keyboard Shortcuts used for managing projects and files

Keyboard Shortcuts used for managing projects and files

Keyboard Shortcuts Used for Selecting Text

Functions  Keyboard Shortcuts
Shift + Right arrow key or Left arrow key It is used for expanding selection by one character to the right or the left
Ctrl + Shift + Right arrow key or Left arrow key It is used for expanding selection to the next word or to the previous word
Shift + Down arrow key or Shift + Up arrow key It is used for expanding selection by one line down or one line up
Shift + End or Shift + Home It is used for expanding selection to the end of the line or the beginning of the line
Ctrl + A It is used for selecting all
Alt + Shift + Up arrow key It is used for expanding selection to the current element
Alt + Shift + Left arrow key or Right arrow key It is used to expand the selection to next or last element
Alt + Shift + Down arrow key It is used for reducing previously expanded selection by one step

 

Keyboard Shortcuts for Editing Text

Functions Keyboard Shortcuts
Ctrl + C It is used to cut
Ctrl + X It is used to copy
Ctrl + V It is used to paste
Ctrl + Z It is used to undo the last action
Ctrl + Y It is used to redo the last action
Ctrl + D It is used for deleting Line
Alt + Up arrow key It is used or moving current line or selection up
Alt + Arrow Down It is used for moving the current line or selection down
Ctrl + Alt + Arrow Up It is used for duplicating the current line or selecting up
Ctrl + Alt + Arrow Down It is used for duplicating the current line or selection down
Ctrl + Delete It is used to delete the next word
Ctrl + Backspace It is used to delete the previous word
Shift + Enter It is used to enter the line below the current line
Shift + Ctrl + Enter It is used for entering the line above the current line
Insert It is used for switching between the insert and overwrite mode
Shift + Ctrl + Y It is used to change the selection to all lower case
Shift + Ctrl + X It is used to change the selection to all upper case

Keyboard Shortcuts used for Editor window

Functions Keyboard Shortcuts
F12 It is used for jumping to Editor Window
Ctrl + Page Down It is used for switching to text editor
Ctrl + Page Up It is used for switching to the previous editor
Ctrl + M It is used for maximizing or un-maximizing current Editor Window
Ctrl + E It is used for showing a list of open editors. Use arrow keys and enter to switch
Ctrl + F6 or Ctrl + Shift + F6 It is used for showing a list of open editors. It is similar to Ctrl + E but this switches immediately after releasing Ctrl
Alt + Arrow Left It is used for going to the previous editor window
Alt + Arrow Right It is used for going to the next Editor Window
Alt + – It is used for opening the Editor Window Option menu
Ctrl + F10 It is used for showing view menu
Ctrl + F10, then press n It is used for showing or hiding line numbers
Ctrl + Shift + Q It is used for showing or hiding the various column on the left
Ctrl + Shift + + It is used for zooming text in
Ctrl + Shift + – It is used for zooming text out

Keyboard Shortcuts used for Navigate in Editor

Functions Keyboard Shortcuts
Home It is used for jumping to the beginning of indention
End It is used for jumping to the end of indention. Press home twice to jump to the beginning of the line
Ctrl + Home It is used for jumping to the beginning of the source
Ctrl + End It is used for jumping to the end of the source
Ctrl + Arrow Right It is used for jumping one word to the left
Ctrl + Arrow Left It is used for jumping one word to the right
Ctrl + Shift + Arrow Down It is used for jumping to the previous method
Ctrl + Shift + Up arrow key It is used for jumping to the next method
Ctrl + L It is used for jumping to Line Number. To hide or show line numbers press ctrl+F10 and select ‘Show Line Numbers
Ctrl + Q It is used for jumping to the last edited location
Ctrl + . It is used for jumping to the next compiler syntax warning or error
Ctrl + , It is used for jumping to previous compiler syntax warning or error
Ctrl + Shift + P It is used for jumping to the matching closing or opening bracket with a selected bracket
Ctrl + Arrow Down or Ctrl + Arrow Up It is used for scroll Editor without changing cursor position
Alt + Page Up It is used for next sub-tab
Alt + Page Down It is used for previous sub-tab

Keyboard Shortcuts Used for Search And Replace

Functions Keyboard Shortcuts
Ctrl + F It is used for opening find and replace dialogue box
Ctrl + K It is used for finding the previous occurrence of search term
Ctrl + Shift + K It is used for finding the next occurrence of the search term
Ctrl + H It is used for a searching workspace like Java Search
Ctrl + J It is used for incremental search forward
Ctrl + Shift + J It is used for incremental search backward
Ctrl + Shift + O It is used for opening a resource search dialog to find any class

Keyboard Shortcuts Used for Search And Replace

Keyboard Shortcuts for Indentions and Comments

Functions Keyboard Shortcuts
Tab It is used for increasing indent of selected text
Shift + Tab It is used for decreasing the indent of selected text
Ctrl + I It is used for correcting indention of selected text or of the current line
Ctrl + Shift + F It is used for autoformatting all code in editor using code formatted
Ctrl + / It is used for commenting or uncommenting line or selection
Ctrl + Shift + / It is used for adding block comments around the selection
Ctrl + Shift + \ It is used for removing block comment
Alt + Shift + J It is used for adding Element Comment

Keyboard Shortcuts for Indentions and Comments

Keyboard Shortcuts used for Editing Source Code

Functions Keyboard Shortcuts
Ctrl + Space It is used for opening content assist like, showing available methods or field names
Ctrl + 1 It is used for opening quick Fix and quick Assist
Alt + / It is used for proposing word completion after typing maximum one letter. Repeatedly press alt+/ until reaching correct name
Ctrl + Shift + Insert It is used for deactivating or activating smart insert Mode which provides automatic indention, automatic brackets etc.

Keyboard Shortcuts for Code Information

Functions Keyboard Shortcuts
Ctrl + O It is used for showing code outline or structure
F2 It is used for opening class method or variable information
F3 It is used for open declaration: Jump to Declaration of selected class method or parameter
F4 It is used for opening Type Hierarchy window for selected item
Ctrl + T It is used for showing or opening Quick Type Hierarchy for selected item
Ctrl + Shift +T It is used for opening Type in Hierarchy
Ctrl + Alt +H It is used for opening Call Hierarchy
Ctrl + Shift + U It is used for finding occurrences of expression in current file
Ctrl + move over method It is used for opening Declaration or Implementation

Keyboard Shortcuts Used for Refactoring

Functions Keyboard Shortcuts
Alt+ Shift + R It is used to rename selected element and all references
Alt + Shift + V It is used to Move selected element to other class or file
Alt + Shift + C It is used to change method signature (with method name selected)
Alt + Shift + M It is used to extract selection to method
Alt + Shift + L It is used to extract local variable: Create and assigns a variable from a selected expression
Alt + Shift + I It is used to inline selected local variables, methods or constants if possible

Keyboard Shortcuts used for Run and Debug

Functions Keyboard Shortcuts
Ctrl + F11 It is used to save and launch application (run)
F11 It is used to debug
F5 It is used to step into the function
F6 It is used to the next step (line by line)
F7 It is used to step out
F8 It is used to skip to the next breakpoint

Keyboard Shortcuts used for Run and Debug

Conclusion on Eclipse Keyboard Shortcuts

Using the above-mentioned Shortcuts, you can easily finish your work faster and also avoid using unnecessary steps. You can improve your productivity and also show your colleagues that you have good knowledge of the tools you are using for Java development. The Java developers using the Eclipse IDE, must check out these Shortcuts and apply them to your work for a smoother and easier workflow.

Whatsapp Keyboard Shortcuts | List of All Keyboard Shortcuts for WhatsApp Web

Whatsapp Keyboard Shortcuts

Whatsapp Keyboard Shortcuts: WhatsApp is, without the slightest scope of doubt, one of the most widely used social media platforms. It comes in both the android version, as well as the desktop version. Of recent, WhatsApp has launched numerous keyboard shortcuts for its desktop or WhatsApp Web version. These shortcut keys will help you to take actions, like delete chat or create a new chat, or mark as unread and so on.

You will be able to learn these shortcuts once you go through this article. It will hardly take a minute to read these, but it will help you lifelong!

Wondering How to explore & learn Shortcut Keys for various Operating Systems, Computer Software Programs, Social media applications Keyboards? Here is the one-stop destination for all Keyboard Shortcuts, just take a look & memorize regularly for better performance in competitive exams & real-time situations.

Whatsapp Keyboard Shortcuts

Keyboard Shortcuts for Windows Desktop Application Version

For the application version in Windows, you can use the following shortcut keys:

Purpose Shortcut
Mark as Unread CTRL + SHIFT + U
Archive a Chat CTRL + E
Delete a Chat CTRL + SHIFT + D
Search within a chat CTRL + SHIFT + F
Pin or Unpin a chat CTRL + SHIFT + P
Settings CTRL
Open a Profile CTRL + P
Create a New Group CTRL + SHIFT + N
Search in the Chat List CTRL + F
New Chat CTRL + N
Mute a Chat CTRL + SHIFT + M
Return Space SHIFT + ENTER

Whatsapp Keyboard Shortcuts 1

Keyboard Shortcuts for MAC Desktop Application Version

For the application version in MAC, you can use the following shortcut keys:

Purpose Shortcut
Mark as Unread CMD + CTRL + U
Archive a Chat CMD + E
Delete a Chat CMD + SHIFT + D
Search within a chat CMD + SHIFT + F
Pin or Unpin a chat CMD + SHIFT + P
Settings CMD + ,
Open a Profile CMD + P
Create a New Group CMD + CTRL + N
Search in the Chat List CMD + F
New Chat CMD + N
Mute a Chat CMD + SHIFT + M
Return Space SHIFT + ENTER

Whatsapp Keyboard Shortcuts 2

Keyboard Shortcuts for Windows Desktop Browser Version

For the browser version in Windows, you can use the following shortcut keys:

Purpose Shortcut
Mark as Unread CTRL + ALT + SHIFT + U
Archive a Chat CTRL + ALT + E
Delete a Chat CTRL + ALT + BACKSPACE
Search within a chat CTRL + ALT + SHIFT + F
Pin or Unpin a chat CTRL + ALT + SHIFT + P
Settings CTRL + ALT + ,
Open a Profile CTRL + ALT + P
Create a New Group CTRL + ALT + SHIFT + N
Search in the Chat List CTRL + ALT + /
New Chat CTRL + ALT + N
Mute a Chat CTRL + ALT + SHIFT + M
Return Space SHIFT + ENTER

Keyboard Shortcuts for MAC Desktop Browser Version

For the browser version in MAC, you can use the following shortcut keys:

Purpose Shortcut
Mark as Unread CMD + CTRL + SHIFT + U
Archive a Chat CMD + CTRL + E
Delete a Chat CMD + SHIFT + BACKSPACE
Search within a chat CMD + CTRL + SHIFT + F
Pin or Unpin a chat CMD + CTRL + SHIFT + P
Settings CMD + CTRL + ,
Open a Profile CMD + CTRL + P
Create a New Group CMD + CTRL + N
Search in the Chat List CMD + CTRL + /
New Chat CMD + CTRL + SHIFT + N
Mute a Chat CMD + CTRL + SHIFT + M
Return Space SHIFT + ENTER

Conclusion on Whatsapp Keyboard Shortcuts

As you can see, these keyboard shortcuts are quite handy and will save you a lot of time. You can now have more fun while you message your friends on WhatsApp, and let them know these shortcuts too!

Excel Shortcut Keys | A List of Microsoft Excel Shortcut Keys With Images

Excel Shortcut Keys

Excel Shortcut Keys: You’ll be somewhat less productive and efficient if you utilize the mouse pointer to do all tasks.

Even when you’re proficient in Microsoft Excel, the abundance and diversity of keyboard shortcuts readily accessible to accelerate your work and make everything easier may come as a surprise to you.

Shortcut Keys will save you time and enable you actually complete those excel spreadsheets way faster.

Wondering How to explore & learn Shortcut Keys for various Operating Systems, Computer Software Programs, Social media applications Keyboards? Here is the one-stop destination for all Keyboard Shortcuts, just take a look & memorize regularly for better performance in competitive exams & real-time situations.

Table of Content

Shortcut Keys for File

Excel Shortcuts Keys for Windows Excel Shortcuts Keys for Mac Excel Shortcut Function
Ctrl N ⌘ N Create New Workbook
Ctrl O ⌘ O Open Workbook
Ctrl S ⌘ S Save Workbook
F12 ⌘ ⇧ S Save as
Ctrl P ⌘ P Print file
Ctrl F2 The open print preview window
Ctrl W ⌘ W Close current Workbook

Short-cut Keys for Ribbon

Excel Shortcuts Keys for Windows Excel Shortcuts Keys for Mac Excel Shortcut Function
Ctrl F1 ⌘ ⌥ R Expand or collapse Ribbon
Alt Activate access Keys
Tab Tab Move to the next ribbon control
Space Space Activate or open selected control
Enter Return Confirm control change
F1 Get help on selected control

Short-cut Keys for General Program

Excel Shortcuts Keys for Windows Excel Shortcuts Keys for Mac Excel Shortcut Function
Alt F T ⌘ , Open options
F1 ⌘ / Open help
Ctrl Z ⌘ Z Undo the last action
Ctrl Y ⌘ Y Redo the last action
Ctrl C ⌘ C Copy selected cells
F4 ⌘ Y Repeat the last action
Ctrl X ⌘ X Cut selected cells
Ctrl V ⌘ V Paste content from the clipboard
Ctrl Alt V ⌘ ⌃ V Display the Paste Special dialog box
Ctrl F ⌘ F Display find and replace
Ctrl H ⌃ H Display find and replace, replace selected
Ctrl Shift F4 ⌘ ⇧ G Find the previous match
Shift F4 ⌘ G Find next match
Alt F1 Fn ⌥ F1 Create embedded chart

Excel Shortcut Keys 1

Short-cut Keys for Tables and Filters

Excel Shortcuts Keys for Windows Excel Shortcuts Keys for Mac Excel Shortcut Function
Ctrl T ⌃ T Insert table
Ctrl Shift L ⌘ ⇧ F Toggle Autofilter
Alt ↓ ⌥ ↓ Activate filter
Shift Space ⇧ Space Select table row
Ctrl Space ⌃ Space Select table column
CtrlA ⌘A Select table
AltC ⌥C Clear slicer filter
CtrlShiftT ⌘⇧T Toggle table total row

Excel Shortcut Keys 2

Short-cut Keys for Drag and Drop

Excel Shortcuts Keys for Windows Excel Shortcuts Keys for Mac Excel Shortcut Function
drag drag Drag and cut
Ctrl drag ⌥ drag Drag and copy
Shift drag ⇧ drag Drag and insert
Ctrl Shift drag ⌥ ⇧ drag Drag and insert copy
Alt drag ⌘ drag Drag to worksheet
Ctrl drag ⌥ drag Drag to duplicate worksheet

Short-cut Keys for Navigation

Excel Shortcuts Keys for Windows Excel Shortcuts Keys for Mac Excel Shortcut Function
Move one cell right
Move one cell left
Move one cell up
Move one cell down
Alt PgDn Fn ⌥ ↓ Move one screen right
Alt PgUp Fn ⌥ ↑ Move one screen left
PgUp Fn ↑ Move one screen up
PgDn Fn ↓ Move one screen down
Ctrl → ⌃ → Move to the right edge of a data region
Ctrl ← ⌃ ← Move to the left edge of a data region
Ctrl ↑ ⌃ ↑ Move to the top edge of a data region
Ctrl ↓ ⌃ ↓ Move to the bottom edge of a data region
Home Fn ← Move to the beginning of row
Ctrl End Fn ⌃ → Move to the last cell in a worksheet
Ctrl Home Fn ⌃ ← Move to the first cell in a worksheet
End Fn → Turn End mode on
Ctrl G Enter ⌃ G Return Go back to the hyperlink

Short-cut Keys for Selection

Excel Shortcuts Keys for Windows Excel Shortcuts Keys for Mac Excel Shortcut Function
Shift Space ⇧ Space Select entire row
Ctrl Space ⌃ Space Select entire column
Ctrl A ⌘ A Select entire worksheet
Shift Click ⇧ Click Add adjacent cells to Selection
Ctrl Click ⌘ Click Add non-adjacent cells to Selection
⌥ Tab Same Selection in next column
⌥ ⇧ Tab Same Selection in the previous column
Ctrl Alt → ⌃ ⌥ → Move right between non-adjacent selections
Ctrl Alt ← ⌃ ⌥ ← Move left between non-adjacent selections
Fn ⇧ F8 Toggle add to selection mode
Esc Esc Cancel selection

Short-cut Keys for Active Cell

Excel Shortcuts Keys for Windows Excel Shortcuts Keys for Mac Excel Shortcut Function
Shift Backspace ⇧ Delete Select active cell only
Ctrl Backspace ⌘ Delete Show the active cell on a worksheet
Ctrl . ⌃ . Move active cell clockwise in Selection
Enter Return Move active cell down in Selection
Shift Enter ⇧ Return Move active cell up in Selection
Tab Tab Move active cell right in a selection
Shift Tab ⇧ Tab Move active cell left in a selection

Short-cut Keys for Active Cell

Short-cut Keys for Extend Selection

Excel Shortcuts Keys for Windows Excel Shortcuts Keys for Mac Excel Shortcut Function
Shift → ⇧ → Extend Selection by one cell right
Shift ↑

Shift ↑

⇧ ↑

⇧ ↑

Extend Selection by one cell up

Extend Selection by one cell up

Shift ↓ ⇧ ↓ Extend Selection by one cell down
Ctrl Shift → ⌃ ⇧ → Extend the Selection to the very end cell right
Ctrl Shif t← ⌃ ⇧ ← Extend the Selection to the last cell left
Ctrl Shift ↑ ⌃ ⇧ ↑ Extend the Selection to the very end cell up
⌃ ⇧ ↓ Ctrl Shift ↓ Extend the Selection to the very end cell down
Shift PgUp Fn ⇧ ↑ Extend Selection up one screen
Shift PgDn Fn ⇧ ↓ Extend Selection down one screen
Alt Shift PgDn Fn ⇧ ⌥ ↓ Extend Selection right one screen
Alt Shift PgUp Fn ⇧ ⌥ ↑ Extend Selection left one screen
Shift Home Fn ⇧ ← Extend Selection to start of a row
Ctrl Shift Home Fn ⌃ ⇧ ← Extend Selection to the first cell in a worksheet
Ctrl Shift End Fn ⌃ ⇧ → Extend Selection to last cell in a worksheet
F8 Fn F8 Toggle extend selection mode

Short-cut Keys for Select Special

Excel Shortcuts Keys for Windows Excel Shortcuts Keys for Mac Excel Shortcut Function
Ctrl G ⌃ G Display ‘Go To’ dialog box
Ctrl Shift O Fn ⌃ ⇧ O Select cells with comments
Ctrl Shift * ⇧ ⌃ Space Select current region around the active cell
Ctrl A ⌘ A Select current region
Ctrl / ⌃ / Select current array
Ctrl \ ⌃ \ Select row differences
Ctrl Shift | ⌃ ⇧ | Select column differences
Ctrl [ ⌃ [ Select direct precedents
Ctrl Shift { ⌃ ⇧ { Select all precedents
Ctrl ] ⌃ ] Select direct dependents
Ctrl Shift } ⌃ ⇧ } Select all dependents
Alt ; ⌘ ⇧ Z Select visible cells only

Short-cut Keys for Cell edit mode

Excel Shortcuts Keys for Windows Excel Shortcuts Keys for Mac Excel Shortcut Function
F2 ⌃ U Edit the active cell
Shift F2 Fn ⇧ F2 Insert or edit comment
Esc Esc Cancel entry
Shift → ⇧ → Select one character right
Shift← ⇧← Select one character left
Ctrl→ ⌃→ Move one word right
Ctrl← ⌃← Move one word left
Ctrl Shift→ ⌃⇧→ Select one word right
Ctrl Shift← ⌃⇧← Select one word left
Shift Home Fn⇧← Select to the beginning of the cell
Shift End Fn⇧→ Select to end of a cell
Ctr lDelete ⌃Delete Delete to end of line
Backspace Delete Delete the character to the left side of the cursor
Delete Fn Delete Delete the character to the right side of the cursor
Alt Enter ⌃⌥Return Start a new line in the exactly same cell

Short-cut Keys for Entering data

Excel Shortcuts Keys for Windows Excel Shortcuts Keys for Mac Excel Shortcut Function
Enter Return Enter and move down
Shift Enter ⇧Return Enter and move up
Tab Tab Enter and move right
Shift Tab ⇧Tab Enter and move left
Ctrl Enter ⌃Return Complete the entry and also stay in the same cell
Ctrl Enter ⌃Return Enter same data in multiple cells
Ctrl; ⌃; Insert current date
Ctrl Shift: ⌘; Insert current time
Ctrl D ⌃D Fill down from cell above
Ctrl R ⌃R Fill right from cell left
Ctrl’ ⌃’ Copy formula from the cell above
Ctrl Shift” ⌃⇧” Copy value from the cell above
CtrlK ⌘K Add hyperlink
Alt↓ ⌥↓ Display AutoComplete list
CtrlE Flash fill

Short-cut Keys for Formatting

Excel Shortcuts Keys for
Windows 
Excel Shortcuts Keys for Mac Excel Shortcut Function
Ctrl1 ⌘1 Format (almost) anything
Ctrl Shift F ⌃⇧F Display Format Cells with Font tab selected
Ctrl B ⌘B Apply or remove bold Formatting
Ctrl I ⌘I Apply or remove italic Formatting
Ctrl U ⌘U Apply or remove underscoring
Ctrl5 ⌘⇧X Apply or remove strikethrough formatting
⌘⇧W Add or remove the shadow font style
⌘⇧D Add or remove the outline font style
Alt H A C ⌘E Align center
Alt H A L ⌘L Align left
Alt H A R ⌘R Align right
Alt H 6 ⌃⌥Tab Indent
Alt H 5 ⌃⌥⇧Tab Remove indent
Alt H F G ⌘⇧> Increase font size one step
Alt H F K ⌘⇧< Decrease font size one step

Short-cut Keys for Number Formatting

Excel Shortcuts Keys for Windows Excel Shortcuts Keys for Mac Excel Shortcut Function
Ctrl Shift~ ⌃⇧~ Apply general format
Ctrl Shift$ ⌃⇧$ Apply currency format
Ctrl Shift% ⌃⇧% Apply percentage format
Ctrl Shift^ ⌃⇧^ Apply scientific format
Ctrl Shift# ⌃⇧# Apply date format
Ctrl Shift@ ⌃⇧@ Apply time format
Ctrl Shift! ⌃⇧! Apply number format

Short-cut Keys for Borders

Excel Shortcuts Keys for Windows Excel Shortcuts Keys for Mac Excel Shortcut Function
Ctrl Shift & ⌘⌥0 Add border outline
Alt R ⌘⌥→ Add or remove border-right
Alt L ⌘⌥← Add or remove border-left
Alt T ⌘⌥↑ Add or remove border top
Alt B ⌘⌥↓ Add or remove border-bottom
Alt D Add or remove border upward diagonal
Alt H Add or remove horizontal border interior
Alt V Add or remove vertical border interior
Ctrl Shift_ ⌘⌥_ Remove borders

Short-cut Keys for Formulas

Excel Shortcuts Keys for Windows Excel Shortcuts Keys for Mac Excel Shortcut Function
F4 ⌘T Toggle absolute and relative references
Shift F3 Fn⇧F3 Open the Insert Function Dialog Box
Alt= ⌘⇧T Autosum selected cells
Ctrl` ⌃` Toggle formulas on and off
Ctrl Shift A ⌃⇧A Insert function arguments
Ctrl Shift Enter ⌃⇧Return Enter array formula
F9 FnF9 Calculate worksheets
Shift F9 Fn⇧F9 Calculate active worksheet
Ctrl Alt F9 Force calculates all worksheets
F9 FnF9 Evaluate part of a formula
Ctrl Shift U ⌃⇧U Expand or collapse the formula bar
Ctrl A ⌃A Display function arguments dialog box
Ctrl F3 Fn⌃F3 Open the Name Manager
Ctrl-Shift F3 Fn⌃⇧F3 Define name using row and column labels
F3 Paste name into a formula
Tab ↓Tab Accept function with autocomplete

Short-cut Keys for Other Operations

Excel Shortcuts Keys for Windows Shortcuts Keys for Mac Excel Shortcut Function
F7 Fn F7 Open Spelling dialog box
Shift F7 Fn ⇧ F7 Open Thesaurus dialog box
Alt F8 Fn ⌥ F8 Open Macro dialog box
Alt F11 Fn ⌥ F11 Open VBA Editor
Ctrl D ⌘ D Duplicate object
Alt Snap to grid
Ctrl 6 ⌃ 6 Hide or show objects
Alt ‘ ⌘ ⇧ L Display Modify Cell Style dialog box
Shift F10 Fn ⇧ F10 Display right-click menu
Shift F10 D Fn Shift F10 Delete comment
Alt Space ? Display control menu

Conclusion on Excel Shortcut Keys

These MS Excel keyboard shortcuts are compatible with all versions of MS Excel, including 2003, 2007, 2010, 2013, 2016, 2019, and Office 365.

Many Excel users are unfamiliar with how to use keyboard shortcuts.

Keyboard shortcuts become easier to comprehend once you’ve used them.

Chrome Keyboard Shortcuts | Most Useful Chrome Keyboard Shortcuts You Need To Know

Chrome Keyboard Shortcuts

Chrome Keyboard Shortcuts: Technology has seen development over the years. From the earlier machines and computing devices to the advanced machinery and the foundation of computers, they have revolutionized human life and society. The changes in the modern system of communication and the increase of tech-savvy careers have drastically multiplied with the progress of time.

The emergence of computer systems has helped in the advancement of technology and the industrial sector of today’s society. Computers form the brain of the technological segment and aim to structure society and the future of humankind by developing new ideas.

Wondering How to explore & learn Shortcut Keys for various Operating Systems, Computer Software Programs, Social media applications Keyboards? Here is the one-stop destination for all Keyboard Shortcuts, just take a look & memorize regularly for better performance in competitive exams & real-time situations.

Wondering How to explore & learn Shortcut Keys for various Operating Systems, Computer Software Programs, Social media applications Keyboards? Here is the one-stop destination for all Keyboard Shortcuts, just take a look & memorize regularly for better performance in competitive exams & real-time situations.

Due to the reasons mentioned above, more and more individuals nowadays opt for computer-related careers. These careers cover a varied range of subjects used for creating and generating new content for the further progression of society.

The jobs related to this sector demand high quality and efficient work. The tasks are tedious and sought for precision. This is where keyboard Shortcut keys can be of utmost importance to all the people employed in the technological quarter.

The Keyboard Shortcut Keys developed for better usability is the content of this article.

Table of Content

What is Meant by Shortcut Keys?

Computer Keyboards consist of several keys utilized for a diverse range of subjects. While some keys help execute mathematical functions, others help in the simple tasks of deleting, editing, controlling, and handling software and applications.

When some keys are used in a specific order and grouped together, they cut down the lengthy process of normal computation and helps to save time. These keys are termed as ‘Keyboard Shortcut Keys.’

When used in the correct order, Keyboard Shortcut Keys invokes a response from the computer system and executes commands accordingly.

The most common web browser, ‘Chrome’ comprises a list of shortcut keys used for various operations, as elaborated below.

List of the Commonly Used Chrome Keyboard Shortcut Keys

Given below is a list of the commonly used Chrome Keyboard Shortcut Keys.

Keys used Function
Alt + Home button Used to open the homepage
Alt + Left Arrow key Used to go backward to a page
Alt + Right Arrow Key Used to forward to a page
Esc Used to stop the loading page or downloads
F11 Used to display the current page on full screen mode
Ctrl + 1 to Ctrl + 8 Used to moves to the corresponding tab in the bar
Ctrl + 9 Used to switch to the last tab
Ctrl + 0 Used to reset the page zoom function to default zoom
Ctrl + Enter Key Used to complete the address suggested
Ctrl + Shift + Delete Key Used to open the ‘Clear Browser Data’ settings to clear history
Ctrl + Shift + B Used to control bookmarks between shown and hidden
Ctrl + A Used to select all texts and objects in the current page
Ctrl + D Used to add the current page to bookmarks
Ctrl + F Used to open the ‘find’ option to search texts on the current page
Ctrl + O Used to open a file in the browser
Ctrl + Shift + O Used to open the bookmark(s) in a new tab
Ctrl + H Used to open the browser history in a new tab
Ctrl + J Used to display the ‘Downloads’ Window

List of Chrome Keyboard Shortcut Keys used for Tab and Windows Operation

Below is a list of the elementary Chrome Keyboard Shortcut Keys used for Tab and Windows Operation.

Keys used Function
Ctrl + N Used to open a new window in the browser
Ctrl + Shift + N Used to open a new window in the Incognito Mode
Ctrl + T Used to open a new tab and jump to that
Ctrl + Shift + T Used to reopen the previously closer tabs according to the order they were closed
Ctrl + Page Down or Ctrl + Tab Key Used to jump to the next tab that is open
Ctrl + Page Up or Ctrl + Shift + Tab Key Used to jump to the previous tab that is open
Alt + Home button Used to open the homepage in the current tab
Alt + Left Arrow Key Used to open the previous page from the browsing history in the current tab
Alt + Right Arrow Key Used to open the next page from the browsing history in the current tab
Ctrl + Shift + W or Alt + F4 Used to close the window currently open
Alt + Spacebar and then X Used to maximize the current window
Alt + F and then X Used to quit google chrome browser
Ctrl + 9 Used to jump to the rightmost tab of the browser

List of Chrome Keyboard Shortcut Keys used for Chrome Address Bar

Chrome Keyboard Shortcut Keys used for Chrome Address Bar are as follows:

Keys used Function
Type a specific Search Term and press Enter Used to search with the default search engine
Type a specific search engine name and press the Tab button Used to search using various search engines
Type a specific site name and press Ctrl + Enter Used to add www. or .com to any site name typed and open it in the current tab
Type a specific search term and press Alt + Enter Key Used to open a new tab and perform the search
Press Ctrl + I or F6 or Alt + D Used to jump to the address bar
Press Ctrl + E or Ctrl + K Used to search from anywhere on the current page
Use the down arrow key to highlight the text and press shift + delete Used to remove suggestions from the address bar
Press Ctrl + F5 Used to move the cursor to the address bar

List of Chrome Keyboard Shortcut Keys used for Chrome Address Bar

List of Chrome Keyboard Shortcut Keys used for Webpage Navigation

Chrome Keyboard Shortcut Keys used for the purpose of Webpage Navigation are mentioned below in detail:

Keys used Function
Ctrl + P Used to open print page options
Ctrl + S Used to open options for saving the current page
Ctrl + R or F5 Used to reload the current open page
Ctrl + Shift + R or Shift + F5 Used to reload the current page and ignore cache
Esc Used to stop loading webpages
Tab button Used to browse through clickable objects while moving forward
Shift + Tab button Used to browse through clickable objects while moving backward
Ctrl + O + select any file Used to open a specific file from the computer in chrome
Ctrl + U Used to display the non-editable source code in HTML
Ctrl + D Used to save the current, open page as bookmark
Ctrl + Shift + D Used to save all the open tabs as bookmarks in a certain folder
F11 Used to turn on full-screen mode
Ctrl and ‘+’ sign Used to make the contents of the page larger
Ctrl + ‘-’ sign Used to make contents of the page smaller
Ctrl + O Used to return everything on the current page to it’s default size
Spacebar or Page Down Used to scroll down the current page, one screen at a time
Shift + Spacebar or Shift + Page Up Used to scroll up the current page, one screen at a time
Home Button Used to go to the top of the current page
End Button Used to go to the bottom of the current page
Shift + Mouse Scroll Used to scroll horizontally across a page
Ctrl + Backspace Key Used to delete the previous word in any text field

Chrome Keyboard Shortcuts 2

Twenty most important Chrome Keyboard Shortcut Keys users need to know

The top twenty essential Chrome Keyboard Shortcut Keys users need to know right now are compiled below:

Keys used Function
Hold Command + T Used to open a fresh tab
Hold Command + W Used to close the tab currently open
Hold Command + Shift + T Used to reopen the tab last closed
Hold Command + option + right arrow key Used to view the next tab
Hold Command + option + left arrow key Used to view the previous tab
Hold Command + select appropriate number Used to jump to a certain tab
Hold Command + click on the link Used to open a specific hyperlink in a new tab
Hold Command + L Used to make the cursor appear on the search bar
Hold Command + Delete Used to erase the current search
Hold Shift + click the link Used to open a link in a New Chrome Tab
Hold Shift + Option + right arrow key Used to highlight the word next to the current word
Hold Shift + Option + left arrow key Used to highlight the last word in the search
Delete Key Used to return back to the previous webpage
Hold Command + F Used to open the find bar in chrome
Hold Command + R Used to reload the current webpage
Enter Key Used to scroll to the next keyword in the ‘Find’ bar
Hold Command + Shift + N Used to log into Chrome as a different user
Hold Command + E Used to search for the selected text
Hold Command + H Used to hide Google Chrome History
Hold Command + Q Used to quit Google Chrome Browser

Chrome Keyboard Shortcuts 1

Conclusion on Chrome Keyboard Shortcuts

Knowing keyboard shortcuts has plenty of advantages in the everyday life of people connected to the technological quarters worldwide. The jobs in the technical sectors demand highly professional work and top-notch accuracy in a limited span of time.

Keyboard Shortcuts serve the purpose very well and cut down the normal lengthy computation process that otherwise consists of numerous steps. It makes the overall user experience much smoother and more straightforward.

Users whose jobs demand precise work and make their lives easier must try using Keyboard Shortcut Keys.