@@ -1032,6 +1032,54 @@ def _get_disableAutoPassThrough(self):
10321032 # Translators: Message presented when the browse mode element is not found.
10331033 prevError = _ ("no previous figure" )
10341034)
1035+ qn (
1036+ "menuItem" ,
1037+ key = None ,
1038+ # Translators: Input help message for a quick navigation command in browse mode.
1039+ nextDoc = _ ("moves to the next menu item" ),
1040+ # Translators: Message presented when the browse mode element is not found.
1041+ nextError = _ ("no next menu item" ),
1042+ # Translators: Input help message for a quick navigation command in browse mode.
1043+ prevDoc = _ ("moves to the previous menu item" ),
1044+ # Translators: Message presented when the browse mode element is not found.
1045+ prevError = _ ("no previous menu item" )
1046+ )
1047+ qn (
1048+ "toggleButton" ,
1049+ key = None ,
1050+ # Translators: Input help message for a quick navigation command in browse mode.
1051+ nextDoc = _ ("moves to the next toggle button" ),
1052+ # Translators: Message presented when the browse mode element is not found.
1053+ nextError = _ ("no next toggle button" ),
1054+ # Translators: Input help message for a quick navigation command in browse mode.
1055+ prevDoc = _ ("moves to the previous toggle button" ),
1056+ # Translators: Message presented when the browse mode element is not found.
1057+ prevError = _ ("no previous toggle button" )
1058+ )
1059+ qn (
1060+ "progressBar" ,
1061+ key = None ,
1062+ # Translators: Input help message for a quick navigation command in browse mode.
1063+ nextDoc = _ ("moves to the next progress bar" ),
1064+ # Translators: Message presented when the browse mode element is not found.
1065+ nextError = _ ("no next progress bar" ),
1066+ # Translators: Input help message for a quick navigation command in browse mode.
1067+ prevDoc = _ ("moves to the previous progress bar" ),
1068+ # Translators: Message presented when the browse mode element is not found.
1069+ prevError = _ ("no previous progress bar" )
1070+ )
1071+ qn (
1072+ "math" ,
1073+ key = None ,
1074+ # Translators: Input help message for a quick navigation command in browse mode.
1075+ nextDoc = _ ("moves to the next math formula" ),
1076+ # Translators: Message presented when the browse mode element is not found.
1077+ nextError = _ ("no next math formula" ),
1078+ # Translators: Input help message for a quick navigation command in browse mode.
1079+ prevDoc = _ ("moves to the previous math formula" ),
1080+ # Translators: Message presented when the browse mode element is not found.
1081+ prevError = _ ("no previous math formula" )
1082+ )
10351083qn (
10361084 "textParagraph" ,
10371085 key = "p" ,
0 commit comments