From c196cdbd4204385a4e4abfe7ee8c21ab8f3be1b1 Mon Sep 17 00:00:00 2001 From: Radrark <76271993+Radrark@users.noreply.github.com> Date: Tue, 5 Jan 2021 02:47:42 -0300 Subject: [PATCH] Add property to text keybinds (#2862) Co-authored-by: Radrark --- Resources/keybinds.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Resources/keybinds.yml b/Resources/keybinds.yml index 1a3b1ff275..3aaffbde79 100644 --- a/Resources/keybinds.yml +++ b/Resources/keybinds.yml @@ -164,11 +164,13 @@ binds: key: Left mod1: Control canRepeat: true + allowSubCombs: true - function: TextCursorWordRight type: State key: Right mod1: Control canRepeat: true + allowSubCombs: true - function: TextCursorBegin type: State key: Home @@ -181,32 +183,38 @@ binds: key: Left mod1: Shift canRepeat: true + allowSubCombs: true - function: TextCursorSelectRight type: State key: Right mod1: Shift canRepeat: true + allowSubCombs: true - function: TextCursorSelectWordLeft type: State key: Left mod1: Shift mod2: Control canRepeat: true + allowSubCombs: true - function: TextCursorSelectWordRight type: State key: Right mod1: Shift mod2: Control canRepeat: true + allowSubCombs: true - function: TextCursorSelectBegin type: State mod1: Shift key: Home + allowSubCombs: true - function: TextCursorSelectEnd type: State mod1: Shift key: End canRepeat: true + allowSubCombs: true - function: TextBackspace type: State key: BackSpace @@ -221,18 +229,22 @@ binds: type: State key: A mod1: Control + allowSubCombs: true - function: TextCopy type: State key: C mod1: Control + allowSubCombs: true - function: TextCut type: State key: X mod1: Control + allowSubCombs: true - function: TextPaste type: State key: V mod1: Control + allowSubCombs: true - function: TextHistoryPrev type: State key: Up