From 4175f891fbb3ee4162d7b08f2c7f82359ec5a506 Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Wed, 21 Aug 2019 19:46:06 +0200 Subject: [PATCH] Mark some text input keybinds as repeat. --- Resources/keybinds.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Resources/keybinds.yml b/Resources/keybinds.yml index a7b5a94466..0ddaea0ee7 100644 --- a/Resources/keybinds.yml +++ b/Resources/keybinds.yml @@ -103,12 +103,15 @@ binds: - function: TextCursorLeft type: state key: Left + canRepeat: true - function: TextCursorRight type: state key: Right + canRepeat: true - function: TextBackspace type: state key: BackSpace + canRepeat: true - function: TextSubmit type: state key: Return @@ -130,4 +133,4 @@ binds: key: Escape - function: TextScrollToBottom type: state - key: PageDown \ No newline at end of file + key: PageDown