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
This commit is contained in:
Winkarst 2024-08-24 12:37:30 +03:00 committed by GitHub
parent 95b3d05efa
commit 00247a030f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View 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