Took shift and alt requirements from T key for demo data

This commit is contained in:
PeekabooSteam 2023-10-15 10:59:39 +01:00
parent 5bf62f4b93
commit 6f9722143e

View File

@ -254,14 +254,14 @@ export class OlympusApp {
const shortcutManager = this.getShortcutManager();
shortcutManager.addKeyboardShortcut("toggleDemo", {
"altKey": true,
"altKey": false,
"callback": () => {
this.getServerManager().toggleDemoEnabled();
},
"code": "KeyT",
"context": "olympus",
"ctrlKey": false,
"shiftKey": true
"shiftKey": false
}).addKeyboardShortcut("togglePause", {
"altKey": false,
"callback": () => {