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