Add keyboard shortcut to close current conversations

Signed-off-by: Heiko Carrasco <heiko.carrasco@yahoo.com>
This commit is contained in:
Heiko Carrasco 2020-09-26 23:21:16 +02:00
parent 4425ae30e9
commit f36651f538
No known key found for this signature in database
GPG key ID: 06395033B42F8E01
3 changed files with 18 additions and 1 deletions

View file

@ -257,6 +257,12 @@ const shortcuts: Record<Categories, IShortcut[]> = {
key: Key.SLASH,
}],
description: _td("Toggle this dialog"),
}, {
keybinds: [{
modifiers: [CMD_OR_CTRL, Modifiers.ALT],
key: Key.H,
}],
description: _td("Go to Home View"),
},
],