add onCursorChange trigger; implement auto leave review mode on cursor change

This commit is contained in:
chrys
2017-07-09 18:03:29 +02:00
parent 3da0f6b5d8
commit b29114abea
14 changed files with 38 additions and 41 deletions

View File

@ -173,7 +173,7 @@ highlight=False
lineBreak=True
endOfScreen=True
# leave the review when pressing a key
leaveReviewOnKeypress=False
leaveReviewOnCursorChange=True
# leave the review when changing the screen
leaveReviewOnScreenChange=True

View File

@ -180,7 +180,7 @@ highlight=False
lineBreak=True
endOfScreen=True
# leave the review when pressing a key
leaveReviewOnKeypress=False
leaveReviewOnCursorChange=True
# leave the review when changing the screen
leaveReviewOnScreenChange=True

View File

@ -78,8 +78,8 @@ panSizeHorizontal=0
driver=vcsaDriver
encoding=cp850
screenUpdateDelay=0.05
suspendingScreen=7
autodetectSuspendingScreen=False
suspendingScreen=
autodetectSuspendingScreen=True
[keyboard]
driver=evdevDriver
@ -128,7 +128,7 @@ highlight=False
lineBreak=True
endOfScreen=True
# leave the review when pressing a key
leaveReviewOnKeypress=False
leaveReviewOnCursorChange=True
# leave the review when changing the screen
leaveReviewOnScreenChange=True