From 9a76c70b37bc4c065019ef83130e4cc58eba1c45 Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Sat, 18 Jan 2020 03:17:52 +0100 Subject: [PATCH] Give TextCursorRight canRepeat: true --- Resources/keybinds.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/Resources/keybinds.yml b/Resources/keybinds.yml index 06910ceaf4..48898419d2 100644 --- a/Resources/keybinds.yml +++ b/Resources/keybinds.yml @@ -107,6 +107,7 @@ binds: - function: TextCursorRight type: state key: Right + canRepeat: true - function: TextCursorBegin type: state key: Home