From 7f203be3c9c2480cd0e8a9c7b3c419aaeba8786b Mon Sep 17 00:00:00 2001 From: Aexolott <125095677+Aexolott@users.noreply.github.com> Date: Tue, 20 Jun 2023 20:24:32 -0500 Subject: [PATCH] Fix throw hotkey also focusing UI (#17493) Back in 2019, throw was set to Ctrl+Click so canFocus was set to true. It wasn't removed when the hotkey changed from left click to Q. --- Resources/keybinds.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/Resources/keybinds.yml b/Resources/keybinds.yml index 82e5baeb43..4ce5d84e8c 100644 --- a/Resources/keybinds.yml +++ b/Resources/keybinds.yml @@ -201,7 +201,6 @@ binds: - function: ThrowItemInHand type: State key: Q - canFocus: true mod1: Control - function: TryPullObject type: State