mirror of
https://github.com/Foundry376/Mailspring.git
synced 2026-01-21 00:10:13 +08:00
Configure the select all behavior by OS instead of application template
This commit is contained in:
parent
8983dca204
commit
6e38465ac2
7 changed files with 9 additions and 9 deletions
|
|
@ -8,5 +8,7 @@
|
||||||
"window:reload": "mod+alt+l",
|
"window:reload": "mod+alt+l",
|
||||||
"window:toggle-dev-tools": "meta+alt+i",
|
"window:toggle-dev-tools": "meta+alt+i",
|
||||||
"window:attach-to-xcode": "meta+alt+k",
|
"window:attach-to-xcode": "meta+alt+k",
|
||||||
"window:open-mailsync-logs": "meta+shift+k"
|
"window:open-mailsync-logs": "meta+shift+k",
|
||||||
|
|
||||||
|
"multiselect-list:select-all": "command+a"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -3,5 +3,7 @@
|
||||||
"core:paste": "shift+insert",
|
"core:paste": "shift+insert",
|
||||||
"window:toggle-full-screen": "f11",
|
"window:toggle-full-screen": "f11",
|
||||||
"window:reload": "mod+alt+l",
|
"window:reload": "mod+alt+l",
|
||||||
"window:toggle-dev-tools": "mod+alt+i"
|
"window:toggle-dev-tools": "mod+alt+i",
|
||||||
|
|
||||||
|
"multiselect-list:select-all": "ctrl+a"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,7 @@
|
||||||
{
|
{
|
||||||
"window:toggle-full-screen": "f11",
|
"window:toggle-full-screen": "f11",
|
||||||
"window:reload": "ctrl+shift+r",
|
"window:reload": "ctrl+shift+r",
|
||||||
"window:toggle-dev-tools": "ctrl+shift+i"
|
"window:toggle-dev-tools": "ctrl+shift+i",
|
||||||
|
|
||||||
|
"multiselect-list:select-all": "ctrl+a"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -10,8 +10,6 @@
|
||||||
"navigation:go-to-tasks": "command+ctrl+7",
|
"navigation:go-to-tasks": "command+ctrl+7",
|
||||||
"navigation:go-to-label": "command+ctrl+8",
|
"navigation:go-to-label": "command+ctrl+8",
|
||||||
|
|
||||||
"multiselect-list:select-all": "command+a",
|
|
||||||
|
|
||||||
"core:find-in-thread": "mod+f",
|
"core:find-in-thread": "mod+f",
|
||||||
"core:find-in-thread-next": "mod+g",
|
"core:find-in-thread-next": "mod+g",
|
||||||
"core:find-in-thread-previous": "mod+shift+g",
|
"core:find-in-thread-previous": "mod+shift+g",
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,6 @@
|
||||||
"navigation:go-to-tasks": "g k",
|
"navigation:go-to-tasks": "g k",
|
||||||
"navigation:go-to-label": "g l",
|
"navigation:go-to-label": "g l",
|
||||||
|
|
||||||
"multiselect-list:select-all": "* a",
|
|
||||||
"multiselect-list:deselect-all": "* n",
|
"multiselect-list:deselect-all": "* n",
|
||||||
|
|
||||||
"thread-list:select-read": "* r",
|
"thread-list:select-read": "* r",
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
"application:new-message": ["c", "mod+n"],
|
"application:new-message": ["c", "mod+n"],
|
||||||
|
|
||||||
"navigation:go-to-inbox": "i",
|
"navigation:go-to-inbox": "i",
|
||||||
"multiselect-list:select-all": "shift+x",
|
|
||||||
|
|
||||||
"core:pop-sheet": "u",
|
"core:pop-sheet": "u",
|
||||||
"core:previous-item": "k",
|
"core:previous-item": "k",
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,5 @@
|
||||||
"contenteditable:outdent": "mod+shift+t",
|
"contenteditable:outdent": "mod+shift+t",
|
||||||
"contenteditable:indent": "mod+t",
|
"contenteditable:indent": "mod+t",
|
||||||
|
|
||||||
"multiselect-list:select-all": "ctrl+a",
|
|
||||||
|
|
||||||
"application:quit": "alt+f4"
|
"application:quit": "alt+f4"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue