mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Took shift and alt requirements from T key for demo data
This commit is contained in:
@@ -254,14 +254,14 @@ export class OlympusApp {
|
|||||||
|
|
||||||
const shortcutManager = this.getShortcutManager();
|
const shortcutManager = this.getShortcutManager();
|
||||||
shortcutManager.addKeyboardShortcut("toggleDemo", {
|
shortcutManager.addKeyboardShortcut("toggleDemo", {
|
||||||
"altKey": true,
|
"altKey": false,
|
||||||
"callback": () => {
|
"callback": () => {
|
||||||
this.getServerManager().toggleDemoEnabled();
|
this.getServerManager().toggleDemoEnabled();
|
||||||
},
|
},
|
||||||
"code": "KeyT",
|
"code": "KeyT",
|
||||||
"context": "olympus",
|
"context": "olympus",
|
||||||
"ctrlKey": false,
|
"ctrlKey": false,
|
||||||
"shiftKey": true
|
"shiftKey": false
|
||||||
}).addKeyboardShortcut("togglePause", {
|
}).addKeyboardShortcut("togglePause", {
|
||||||
"altKey": false,
|
"altKey": false,
|
||||||
"callback": () => {
|
"callback": () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user