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:
@@ -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
|
||||
Reference in New Issue
Block a user