From fb5faafbc91c7779a7cae88bfe16652be6220df2 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sun, 11 Sep 2022 10:19:16 +0200 Subject: keybinds --- client-web/source/index.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'client-web/source/index.ts') diff --git a/client-web/source/index.ts b/client-web/source/index.ts index f3c5adc..f9f7a5e 100644 --- a/client-web/source/index.ts +++ b/client-web/source/index.ts @@ -1,6 +1,7 @@ /// import { ediv, OVERLAYS } from "./helper.ts"; +import { setup_keybinds } from "./keybinds.ts"; import { log, LOGGER_CONTAINER } from "./logger.ts" import { BottomMenu, MenuBr } from "./menu.ts"; import { load_params, PREFS } from "./preferences/mod.ts"; @@ -38,6 +39,7 @@ export async function main() { const conn = await (new SignalingConnection().connect(room_name)) const r = new Room(conn) + setup_keybinds(r) r.on_ready = () => { new BottomMenu(r).shown = true new MenuBr().shown = true -- cgit v1.2.3-70-g09d2