Add default shortcut (ctrl-s) for deploy

This adds a shortcut for deploy (ctrl-s).
This commit is contained in:
Nathanaël Lécaudé 2019-06-21 17:40:24 -04:00 committed by GitHub
parent 8c68e76c3e
commit 2433d59f00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
"ctrl-0": "core:zoom-reset",
"ctrl-enter": "core:confirm-edit-tray",
"ctrl-escape": "core:cancel-edit-tray",
"ctrl-s": "core:deploy-flows",
"ctrl-g i": "core:show-info-tab",
"ctrl-g d": "core:show-debug-tab",
"ctrl-g c": "core:show-config-tab",