Created
September 8, 2020 02:56
-
-
Save igorferreira/0f48041230068e4aa4148c53c8c94982 to your computer and use it in GitHub Desktop.
Mapa de Atalhos de teclado para Mailspring
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"core:archive-item": "a", | |
"application:new-message": "c", | |
"core:previous-item": [ | |
"j", | |
"up" | |
], | |
"core:next-item": [ | |
"k", | |
"down" | |
], | |
"core:remove-and-previous": "del", | |
"core:remove-and-next": [ | |
"d" | |
], | |
"core:remove-from-view": "backspace", | |
"core:mark-as-read": "shift+i" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment