@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user