]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Re-add keybindings for removing a word at a time (#15400)
authorVisne <39844191+Visne@users.noreply.github.com>
Fri, 14 Apr 2023 02:14:11 +0000 (04:14 +0200)
committerGitHub <noreply@github.com>
Fri, 14 Apr 2023 02:14:11 +0000 (19:14 -0700)
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
Resources/keybinds.yml

index e69bf62575f42a9a27e0a8f484fd0a6505e8ef6f..8a70d2b10097f8b187d19838b93a97e2b99eb653 100644 (file)
@@ -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