feat: Add cmd+o shortcut to load scene (#2732)

This commit is contained in:
David Luzar
2021-01-06 13:36:55 +01:00
committed by GitHub
parent e16266ce5d
commit 778e4b08af
3 changed files with 26 additions and 23 deletions

View File

@@ -40,6 +40,7 @@ export const KEYS = {
D: "d",
E: "e",
L: "l",
O: "o",
P: "p",
Q: "q",
R: "r",