Mark some text input keybinds as repeat.
This commit is contained in:
@@ -103,12 +103,15 @@ binds:
|
||||
- function: TextCursorLeft
|
||||
type: state
|
||||
key: Left
|
||||
canRepeat: true
|
||||
- function: TextCursorRight
|
||||
type: state
|
||||
key: Right
|
||||
canRepeat: true
|
||||
- function: TextBackspace
|
||||
type: state
|
||||
key: BackSpace
|
||||
canRepeat: true
|
||||
- function: TextSubmit
|
||||
type: state
|
||||
key: Return
|
||||
@@ -130,4 +133,4 @@ binds:
|
||||
key: Escape
|
||||
- function: TextScrollToBottom
|
||||
type: state
|
||||
key: PageDown
|
||||
key: PageDown
|
||||
|
||||
Reference in New Issue
Block a user