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:
parent
2d1c3bec00
commit
a5f671f8cb
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue