Upgraded ChatBox and fixed FocusChat hotkey

Upgraded ChatBox to use Keybinds.
Put cursor at the end of text of ChatBox history.
Fixed FocusChat hotkey getting called when typing in a LineEdit.
Added Keybinds.
This commit is contained in:
ShadowCommander
2019-08-05 22:59:37 -07:00
parent ca9cc36a93
commit 7454c62ff2
4 changed files with 60 additions and 25 deletions

View File

@@ -99,4 +99,35 @@ binds:
- function: MouseMiddle
type: state
key: MouseMiddle
canFocus: true
canFocus: true
- function: TextCursorLeft
type: state
key: Left
- function: TextCursorRight
type: state
key: Right
- function: TextBackspace
type: state
key: BackSpace
- function: TextSubmit
type: state
key: Return
- function: TextSubmit
type: state
key: NumpadEnter
- function: TextPaste
type: state
key: V
mod1: Control
- function: TextHistoryPrev
type: state
key: Up
- function: TextHistoryNext
type: state
key: Down
- function: TextReleaseFocus
type: state
key: Escape
- function: TextScrollToBottom
type: state
key: PageDown