From e7891b2d9c31a0bdf7939051207566a76029f0b9 Mon Sep 17 00:00:00 2001 From: pingu7867 Date: Sat, 6 Jan 2024 15:57:15 -0500 Subject: [PATCH] small correction for shortcut preset --- lua/pac3/editor/client/shortcuts.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/pac3/editor/client/shortcuts.lua b/lua/pac3/editor/client/shortcuts.lua index 9edab443b..2f7496c05 100644 --- a/lua/pac3/editor/client/shortcuts.lua +++ b/lua/pac3/editor/client/shortcuts.lua @@ -250,7 +250,7 @@ pace.PACActionShortcut_Experimental = { [1] = {"CTRL", "y"}, [2] = {"i"} }, - ["tpose"] = { + ["T_Pose"] = { [1] = {"CTRL", "t"} }, ["zoom_panel"] = {