From: Visne <39844191+Visne@users.noreply.github.com> Date: Fri, 14 Apr 2023 02:14:11 +0000 (+0200) Subject: Re-add keybindings for removing a word at a time (#15400) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=07abb24817a33b9bfac1334793bdf5062b351c04;p=space-station-14.git Re-add keybindings for removing a word at a time (#15400) Co-authored-by: metalgearsloth --- diff --git a/Resources/keybinds.yml b/Resources/keybinds.yml index e69bf62575..8a70d2b100 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