From e619b3026c2ad1faf35bab034385e5086c34cd3b Mon Sep 17 00:00:00 2001 From: DamianX Date: Sat, 18 Jan 2020 03:14:02 +0100 Subject: [PATCH] HOME and END keys work in LineEdit episode 2 (#512) --- Resources/keybinds.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Resources/keybinds.yml b/Resources/keybinds.yml index 122affddeb..06910ceaf4 100644 --- a/Resources/keybinds.yml +++ b/Resources/keybinds.yml @@ -107,6 +107,12 @@ binds: - function: TextCursorRight type: state key: Right +- function: TextCursorBegin + type: state + key: Home +- function: TextCursorEnd + type: state + key: End canRepeat: true - function: TextBackspace type: state