Sunday, November 27, 2016

gmail keyboard shortcuts

Make sure keyboard shortcuts are actived:

>> Click top-right corner of Gmail and select Settings. 

>> Under the "General" tab, find the "Keyboard shorcuts" section and select Keyboard shortcuts on.

>> Click Save Changes at the bottom of the page. 

>> Go back to Settings, click on the "Labs" tab, find "Custom keyboard shortcuts" (by Alan S) and click Enable.

>> Click Save Changes.



Compose & chat

ActionShortcut
Previous message in an open conversationp
Next message in an open conversationn
Focus main windowShift + Esc
Focus latest chat or composeEsc
Advance to the next chat or composeCtrl + .
Advance to previous chat or composeCtrl + ,
Send⌘/Ctrl + Enter
Add cc recipients⌘/Ctrl + Shift + c
Add bcc recipients⌘/Ctrl + Shift + b
Access custom from⌘/Ctrl + Shift + f
Insert a link⌘/Ctrl + k
Go to previous misspelled word⌘/Ctrl + ;
Go to next misspelled word⌘/Ctrl + '
Open spelling suggestions⌘/Ctrl + m
ActionShortcut
Previous font⌘/Ctrl + Shift + 5
Next font⌘/Ctrl + Shift + 6
Decrease text size⌘/Ctrl + Shift + -
Increase text size⌘/Ctrl + Shift and +
Bold⌘/Ctrl + b
Italics⌘/Ctrl + i
Underline⌘/Ctrl + u
Numbered list⌘/Ctrl + Shift + 7
Bulleted list⌘/Ctrl + Shift + 8
Quote⌘/Ctrl + Shift + 9
Indent less⌘/Ctrl + [
Indent more⌘/Ctrl + ]
Align left⌘/Ctrl + Shift + l
Align center⌘/Ctrl + Shift + e
Align right⌘/Ctrl + Shift + r
Set right-to-left⌘/Ctrl + Shift + ,
Set left-to-right⌘/Ctrl + Shift + .
Remove formatting⌘/Ctrl + \
Note: These shortcuts won't work unless keyboard shortcuts are turned on.
ActionShortcut
Move focus to toolbar,
Select conversationx
Toggle star/rotate among superstarss
Remove labely
Archivee
Mute conversationm
Report as spam!
Delete#
Replyr
Open in a new windowShift + r
Reply alla
Reply all in a new windowShift + a
Forwardf
Forward in a new windowShift + f
Update conversationShift + n
Remove conversation from current view and go previous/next] or [
Archive conversation and go to previous/next} or {
Undo last actionz
Mark as readShift + i
Mark as unreadShift + u
Mark unread from the selected message_
Mark as important+ or =
Mark as not important-
Expand entire conversation;
Collapse entire conversation:
Add conversation to TasksShift + t

No comments:

Post a Comment

Complete Authentication System in ASP.NET Core using JWT

JWT (JSON Web Token) authentication is widely used for securing APIs in modern applications. In this article, we will build a complete authe...