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

@@ -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