From c9265f4de96a64a27d706fd799f61c52fdf7e0be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Zi=C3=B3=C5=82kowski?= Date: Tue, 1 Sep 2026 22:34:23 +0200 Subject: [PATCH] Updated keybinds --- public/keybinds.json | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/public/keybinds.json b/public/keybinds.json index ebc559d..e9e1134 100644 --- a/public/keybinds.json +++ b/public/keybinds.json @@ -1,14 +1,17 @@ [ { "bind":"Alt+D", - "action":"draft" + "action":"draft", + "label":"Toggle Draft View" }, { "bind":"Alt+S", - "action":"scoreboard" + "action":"scoreboard", + "label":"Toggle Scoreboard View" }, { "bind":"Alt+G", - "action":"game" + "action":"game", + "label":"Toggle Game View" } -] \ No newline at end of file +]