From: Winkarst <74284083+Winkarst-cpu@users.noreply.github.com> Date: Sat, 24 Aug 2024 09:37:30 +0000 (+0300) Subject: Make holding down an arrow key traverse the pointer in chat (#31380) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=00247a030f5e90128a18eefc920930732c411351;p=space-station-14.git 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 --- diff --git a/Resources/keybinds.yml b/Resources/keybinds.yml index 43deb8d89b..3b8158b7c7 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