Add property to text keybinds (#2862)

Co-authored-by: Radrark <null>
This commit is contained in:
Radrark
2021-01-05 02:47:42 -03:00
committed by GitHub
parent 196e6d2f45
commit c196cdbd42

View File

@@ -164,11 +164,13 @@ binds:
key: Left key: Left
mod1: Control mod1: Control
canRepeat: true canRepeat: true
allowSubCombs: true
- function: TextCursorWordRight - function: TextCursorWordRight
type: State type: State
key: Right key: Right
mod1: Control mod1: Control
canRepeat: true canRepeat: true
allowSubCombs: true
- function: TextCursorBegin - function: TextCursorBegin
type: State type: State
key: Home key: Home
@@ -181,32 +183,38 @@ binds:
key: Left key: Left
mod1: Shift mod1: Shift
canRepeat: true canRepeat: true
allowSubCombs: true
- function: TextCursorSelectRight - function: TextCursorSelectRight
type: State type: State
key: Right key: Right
mod1: Shift mod1: Shift
canRepeat: true canRepeat: true
allowSubCombs: true
- function: TextCursorSelectWordLeft - function: TextCursorSelectWordLeft
type: State type: State
key: Left key: Left
mod1: Shift mod1: Shift
mod2: Control mod2: Control
canRepeat: true canRepeat: true
allowSubCombs: true
- function: TextCursorSelectWordRight - function: TextCursorSelectWordRight
type: State type: State
key: Right key: Right
mod1: Shift mod1: Shift
mod2: Control mod2: Control
canRepeat: true canRepeat: true
allowSubCombs: true
- function: TextCursorSelectBegin - function: TextCursorSelectBegin
type: State type: State
mod1: Shift mod1: Shift
key: Home key: Home
allowSubCombs: true
- function: TextCursorSelectEnd - function: TextCursorSelectEnd
type: State type: State
mod1: Shift mod1: Shift
key: End key: End
canRepeat: true canRepeat: true
allowSubCombs: true
- function: TextBackspace - function: TextBackspace
type: State type: State
key: BackSpace key: BackSpace
@@ -221,18 +229,22 @@ binds:
type: State type: State
key: A key: A
mod1: Control mod1: Control
allowSubCombs: true
- function: TextCopy - function: TextCopy
type: State type: State
key: C key: C
mod1: Control mod1: Control
allowSubCombs: true
- function: TextCut - function: TextCut
type: State type: State
key: X key: X
mod1: Control mod1: Control
allowSubCombs: true
- function: TextPaste - function: TextPaste
type: State type: State
key: V key: V
mod1: Control mod1: Control
allowSubCombs: true
- function: TextHistoryPrev - function: TextHistoryPrev
type: State type: State
key: Up key: Up