Keybinds for the LineEdit improvements.
This commit is contained in:
@@ -68,6 +68,14 @@ binds:
|
|||||||
- function: OpenCharacterMenu
|
- function: OpenCharacterMenu
|
||||||
type: State
|
type: State
|
||||||
key: C
|
key: C
|
||||||
|
- function: TextCursorSelect
|
||||||
|
# TextCursorSelect HAS to be above ExamineEntity
|
||||||
|
# So that LineEdit receives it correctly.
|
||||||
|
# TODO: Make it so that UI keybinds are somehow prioritized so this ordering stuff isn't necessary.
|
||||||
|
type: state
|
||||||
|
key: MouseLeft
|
||||||
|
mod1: Shift
|
||||||
|
canFocus: true
|
||||||
- function: ExamineEntity
|
- function: ExamineEntity
|
||||||
type: State
|
type: State
|
||||||
key: MouseLeft
|
key: MouseLeft
|
||||||
@@ -112,6 +120,16 @@ binds:
|
|||||||
type: state
|
type: state
|
||||||
key: Right
|
key: Right
|
||||||
canRepeat: true
|
canRepeat: true
|
||||||
|
- function: TextCursorWordLeft
|
||||||
|
type: state
|
||||||
|
key: Left
|
||||||
|
mod1: Control
|
||||||
|
canRepeat: true
|
||||||
|
- function: TextCursorWordRight
|
||||||
|
type: state
|
||||||
|
key: Right
|
||||||
|
mod1: Control
|
||||||
|
canRepeat: true
|
||||||
- function: TextCursorBegin
|
- function: TextCursorBegin
|
||||||
type: state
|
type: state
|
||||||
key: Home
|
key: Home
|
||||||
@@ -119,6 +137,37 @@ binds:
|
|||||||
type: state
|
type: state
|
||||||
key: End
|
key: End
|
||||||
canRepeat: true
|
canRepeat: true
|
||||||
|
- function: TextCursorSelectLeft
|
||||||
|
type: state
|
||||||
|
key: Left
|
||||||
|
mod1: Shift
|
||||||
|
canRepeat: true
|
||||||
|
- function: TextCursorSelectRight
|
||||||
|
type: state
|
||||||
|
key: Right
|
||||||
|
mod1: Shift
|
||||||
|
canRepeat: true
|
||||||
|
- function: TextCursorSelectWordLeft
|
||||||
|
type: state
|
||||||
|
key: Left
|
||||||
|
mod1: Shift
|
||||||
|
mod2: Control
|
||||||
|
canRepeat: true
|
||||||
|
- function: TextCursorSelectWordRight
|
||||||
|
type: state
|
||||||
|
key: Right
|
||||||
|
mod1: Shift
|
||||||
|
mod2: Control
|
||||||
|
canRepeat: true
|
||||||
|
- function: TextCursorSelectBegin
|
||||||
|
type: state
|
||||||
|
mod1: Shift
|
||||||
|
key: Home
|
||||||
|
- function: TextCursorSelectEnd
|
||||||
|
type: state
|
||||||
|
mod1: Shift
|
||||||
|
key: End
|
||||||
|
canRepeat: true
|
||||||
- function: TextBackspace
|
- function: TextBackspace
|
||||||
type: state
|
type: state
|
||||||
key: BackSpace
|
key: BackSpace
|
||||||
@@ -129,6 +178,18 @@ binds:
|
|||||||
- function: TextSubmit
|
- function: TextSubmit
|
||||||
type: state
|
type: state
|
||||||
key: NumpadEnter
|
key: NumpadEnter
|
||||||
|
- function: TextSelectAll
|
||||||
|
type: state
|
||||||
|
key: A
|
||||||
|
mod1: Control
|
||||||
|
- function: TextCopy
|
||||||
|
type: state
|
||||||
|
key: C
|
||||||
|
mod1: Control
|
||||||
|
- function: TextCut
|
||||||
|
type: state
|
||||||
|
key: X
|
||||||
|
mod1: Control
|
||||||
- function: TextPaste
|
- function: TextPaste
|
||||||
type: state
|
type: state
|
||||||
key: V
|
key: V
|
||||||
|
|||||||
Reference in New Issue
Block a user