From 00247a030f5e90128a18eefc920930732c411351 Mon Sep 17 00:00:00 2001 From: Winkarst <74284083+Winkarst-cpu@users.noreply.github.com> Date: Sat, 24 Aug 2024 12:37:30 +0300 Subject: [PATCH] Make holding down an arrow key traverse the pointer in chat (#31380) * Make holding down an arrow key traverse the pointer in chat * Better way --- Resources/keybinds.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Resources/keybinds.yml b/Resources/keybinds.yml index 43deb8d89b8..3b8158b7c7a 100644 --- a/Resources/keybinds.yml +++ b/Resources/keybinds.yml @@ -499,15 +499,19 @@ binds: - function: ArcadeUp type: State key: Up + priority: -1 - function: ArcadeDown type: State key: Down + priority: -1 - function: ArcadeLeft type: State key: Left + priority: -1 - function: ArcadeRight type: State key: Right + priority: -1 - function: Arcade1 type: State key: Space