Word replacement accent system (#15086)

This commit is contained in:
Kara
2023-04-03 19:50:37 -07:00
committed by GitHub
parent f8f318def8
commit 18df657fb6
11 changed files with 338 additions and 150 deletions

View File

@@ -311,22 +311,6 @@ 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
@@ -384,6 +368,10 @@ binds:
- function: TextScrollToBottom
type: State
key: PageDown
- function: TextDelete
type: State
key: Delete
canRepeat: true
- function: TextTabComplete
type: State
key: Tab