From 8566539b05011d2dd35012707f878755c5bcd68e Mon Sep 17 00:00:00 2001 From: wixoaGit Date: Tue, 4 Feb 2025 12:09:14 -0500 Subject: [PATCH] Fix the middle mouse keybind --- Resources/keybinds.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Resources/keybinds.yml b/Resources/keybinds.yml index 7d68c41e7e..60a7665f52 100644 --- a/Resources/keybinds.yml +++ b/Resources/keybinds.yml @@ -4,6 +4,10 @@ binds: # These are all the current engine keybinds. type: State key: MouseLeft canFocus: true +- function: MouseMiddle + type: State + key: MouseMiddle + canFocus: true - function: UIRightClick type: State key: MouseRight