HOME and END keys work in LineEdit episode 2 (#512)
This commit is contained in:
committed by
Pieter-Jan Briers
parent
54b7d3f229
commit
e619b3026c
@@ -107,6 +107,12 @@ binds:
|
|||||||
- function: TextCursorRight
|
- function: TextCursorRight
|
||||||
type: state
|
type: state
|
||||||
key: Right
|
key: Right
|
||||||
|
- function: TextCursorBegin
|
||||||
|
type: state
|
||||||
|
key: Home
|
||||||
|
- function: TextCursorEnd
|
||||||
|
type: state
|
||||||
|
key: End
|
||||||
canRepeat: true
|
canRepeat: true
|
||||||
- function: TextBackspace
|
- function: TextBackspace
|
||||||
type: state
|
type: state
|
||||||
|
|||||||
Reference in New Issue
Block a user