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:
moneyl
2020-01-21 12:12:36 -05:00
committed by Pieter-Jan Briers
parent 09900a08e4
commit aa77b017e8

View File

@@ -141,3 +141,7 @@ binds:
- function: TextScrollToBottom
type: state
key: PageDown
- function: TextDelete
type: state
key: Delete
canRepeat: true