From ff759845f64d74bcf93b9e6848b0fa85558a218b Mon Sep 17 00:00:00 2001 From: Visne <39844191+Visne@users.noreply.github.com> Date: Mon, 3 Apr 2023 04:58:52 +0200 Subject: [PATCH] Add keybindings for removing a word at a time (#13644) Co-authored-by: metalgearsloth --- Resources/keybinds.yml | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/Resources/keybinds.yml b/Resources/keybinds.yml index 8fa3d13de6..a4611f62f9 100644 --- a/Resources/keybinds.yml +++ b/Resources/keybinds.yml @@ -311,6 +311,22 @@ binds: type: State key: BackSpace canRepeat: true +- function: TextDelete + type: State + key: Delete + canRepeat: true +- function: TextWordBackspace + type: State + key: BackSpace + mod1: Control + canRepeat: true + allowSubCombs: true +- function: TextWordDelete + type: State + key: Delete + mod1: Control + canRepeat: true + allowSubCombs: true - function: TextNewline type: State key: Return @@ -368,10 +384,6 @@ binds: - function: TextScrollToBottom type: State key: PageDown -- function: TextDelete - type: State - key: Delete - canRepeat: true - function: TextTabComplete type: State key: Tab -- 2.51.2