HOME and END keys work in LineEdit episode 2 (#512)

This commit is contained in:
DamianX
2020-01-18 03:14:02 +01:00
committed by Pieter-Jan Briers
parent 54b7d3f229
commit e619b3026c

View File

@@ -107,6 +107,12 @@ binds:
- function: TextCursorRight
type: state
key: Right
- function: TextCursorBegin
type: state
key: Home
- function: TextCursorEnd
type: state
key: End
canRepeat: true
- function: TextBackspace
type: state