Add keybind for line edit delete key usage (#533)
Separate commit on the engine repo has the code for this behavior.
This commit is contained in:
parent
09900a08e4
commit
aa77b017e8
|
|
@ -141,3 +141,7 @@ binds:
|
|||
- function: TextScrollToBottom
|
||||
type: state
|
||||
key: PageDown
|
||||
- function: TextDelete
|
||||
type: state
|
||||
key: Delete
|
||||
canRepeat: true
|
||||
|
|
|
|||
Loading…
Reference in New Issue