Console completions (content side) (#8211)

This commit is contained in:
Pieter-Jan Briers
2022-05-18 04:36:21 +02:00
committed by GitHub
parent d09ea18de5
commit ddb4c00816
4 changed files with 89 additions and 0 deletions

View File

@@ -2,3 +2,6 @@ play-global-sound-command-description = Plays a global sound for a specific play
play-global-sound-command-help = playglobalsound <path> [volume] [user 1] ... [user n]
play-global-sound-command-player-not-found = Player "{$username}" not found.
play-global-sound-command-volume-parse = Invalid volume of {$volume} specified.
play-global-sound-command-arg-path = <path>
play-global-sound-command-arg-volume = [volume]
play-global-sound-command-arg-usern = [user {$user}]

View File

@@ -288,6 +288,16 @@ binds:
- function: TextHistoryNext
type: State
key: Down
- function: TextCompleteNext
type: State
key: Down
priority: 1
canRepeat: true
- function: TextCompletePrev
type: State
key: Up
priority: 1
canRepeat: true
- function: TextReleaseFocus
type: State
key: Escape