]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Make holding down an arrow key traverse the pointer in chat (#31380)
authorWinkarst <74284083+Winkarst-cpu@users.noreply.github.com>
Sat, 24 Aug 2024 09:37:30 +0000 (12:37 +0300)
committerGitHub <noreply@github.com>
Sat, 24 Aug 2024 09:37:30 +0000 (11:37 +0200)
* Make holding down an arrow key traverse the pointer in chat

* Better way

Resources/keybinds.yml

index 43deb8d89b8c55a4c6491786b6986220f9bb5d1e..3b8158b7c7af1b07e0ecf4978f47939dbacbf40a 100644 (file)
@@ -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