@@ -273,7 +273,7 @@ def script_reportCurrentSelection(self,gesture):
273273 speech .speakMessage (_ ("No selection" ))
274274 else :
275275 speech .speakTextSelected (info .text )
276-
276+
277277 @script (
278278 # Translators: Input help mode message for report date and time command.
279279 description = _ ("If pressed once, reports the current time. If pressed twice, reports the current date" ),
@@ -1591,7 +1591,7 @@ def script_review_nextLine(self, gesture: inputCore.InputGesture):
15911591 description = _ ("Moves the review cursor to the previous page of the current navigator object and speaks it" ),
15921592 resumeSayAllMode = sayAll .CURSOR .REVIEW ,
15931593 category = SCRCAT_TEXTREVIEW ,
1594- gestures = ("kb:NVDA+pageUp" , "kb(laptop):NVDA+shift+pageUp" , "ts(text):flickUp" )
1594+ gestures = ("kb:NVDA+pageUp" , "kb(laptop):NVDA+shift+pageUp" )
15951595 )
15961596 def script_review_previousPage (self , gesture : inputCore .InputGesture ) -> None :
15971597 info = api .getReviewPosition ().copy ()
@@ -1623,7 +1623,7 @@ def script_review_previousPage(self, gesture: inputCore.InputGesture) -> None:
16231623 description = _ ("Moves the review cursor to the next page of the current navigator object and speaks it" ),
16241624 resumeSayAllMode = sayAll .CURSOR .REVIEW ,
16251625 category = SCRCAT_TEXTREVIEW ,
1626- gestures = ("kb:NVDA+pageDown" , "kb(laptop):NVDA+shift+pageDown" , "ts(text):flickUp" )
1626+ gestures = ("kb:NVDA+pageDown" , "kb(laptop):NVDA+shift+pageDown" )
16271627 )
16281628 def script_review_nextPage (self , gesture : inputCore .InputGesture ) -> None :
16291629 origInfo = api .getReviewPosition ().copy ()
0 commit comments