From aa77b017e8d431619a556128f3b4587e6373bf66 Mon Sep 17 00:00:00 2001 From: moneyl <8206401+Moneyl@users.noreply.github.com> Date: Tue, 21 Jan 2020 12:12:36 -0500 Subject: [PATCH] Add keybind for line edit delete key usage (#533) Separate commit on the engine repo has the code for this behavior. --- Resources/keybinds.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Resources/keybinds.yml b/Resources/keybinds.yml index 48898419d2..03f2ed97e1 100644 --- a/Resources/keybinds.yml +++ b/Resources/keybinds.yml @@ -141,3 +141,7 @@ binds: - function: TextScrollToBottom type: state key: PageDown +- function: TextDelete + type: state + key: Delete + canRepeat: true