Skip to content

Commit

Permalink
Make holding down an arrow key traverse the pointer in chat (#31380)
Browse files Browse the repository at this point in the history
* Make holding down an arrow key traverse the pointer in chat

* Better way
  • Loading branch information
Winkarst-cpu authored Aug 24, 2024
1 parent 95b3d05 commit 00247a0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Resources/keybinds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 00247a0

Please sign in to comment.