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:
committed by
Pieter-Jan Briers
parent
09900a08e4
commit
aa77b017e8
@@ -141,3 +141,7 @@ binds:
|
|||||||
- function: TextScrollToBottom
|
- function: TextScrollToBottom
|
||||||
type: state
|
type: state
|
||||||
key: PageDown
|
key: PageDown
|
||||||
|
- function: TextDelete
|
||||||
|
type: state
|
||||||
|
key: Delete
|
||||||
|
canRepeat: true
|
||||||
|
|||||||
Reference in New Issue
Block a user