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 +]