Skip to content

Commit

Permalink
Remove the Activate a menu item test and commands (#1135)
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaDC authored Oct 12, 2024
1 parent 679784e commit 47260aa
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion tests/menu-button-navigation/data/jaws-commands.csv
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,4 @@ navToFirstItemMenu,down,pcCursor,,17.1
navToLastItemMenu,end,pcCursor,,19
navToLastItemMenu,up,pcCursor,,19.1
navToItemMenuByTypingCharacter,w,pcCursor,,21
activateMenuItem,enter,pcCursor,,23
closeMenu,esc,pcCursor,,25
1 change: 0 additions & 1 deletion tests/menu-button-navigation/data/nvda-commands.csv
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,4 @@ navToFirstItemMenu,down,focusMode,,17.1
navToLastItemMenu,end,focusMode,,19
navToLastItemMenu,up,focusMode,,19.1
navToItemMenuByTypingCharacter,w,focusMode,,21
activateMenuItem,enter,focusMode,,23
closeMenu,esc,focusMode,,25
1 change: 0 additions & 1 deletion tests/menu-button-navigation/data/tests.csv
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ reqInfoAboutMenuItem,Request information about a menu item,16,openMenuAndSetFocu
navToFirstItemMenu,Navigate to the first item in a menu,18,openMenuAndSetFocusToLastItem,"Starting at the 'Accessible Name and Description' menu item, navigate to the first menu item.",nameFocusedItemHome 3:roleFocusedItemMenuItem positionFocusedItemMenu1 numberItemsMenu6
navToLastItemMenu,Navigate to the last item in a menu,20,openMenuAndSetFocusToFirstItem,"Starting at the 'W3C Home Page' menu item, navigate to the last menu item.",nameFocusedItemDescription 3:roleFocusedItemMenuItem positionFocusedItemMenu6 numberItemsMenu6
navToItemMenuByTypingCharacter,Navigate to an item in a menu by typing a character,22,openMenuAndSetFocusToFirstItem,"Starting at the 'W3C Home Page' menu item, type a character to navigate to a different menu item.",nameFocusedItemIniciative 3:roleFocusedItemMenuItem positionFocusedItemMenu2 numberItemsMenu6
activateMenuItem,Activate a menu item,24,openMenuAndSetFocusToFirstItem,"Starting at the 'W3C Home Page' menu item, activate the menu item.",nameLinks roleMenuButton stateCollapsed
closeMenu,Close a menu,26,openMenuAndSetFocusToFirstItem,"Starting at the 'W3C Home Page' menu item, close the menu.",nameLinks roleMenuButton stateCollapsed
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,4 @@ navToFirstItemMenu,down,quickNavOff,,18.1
navToLastItemMenu,end,,,20
navToLastItemMenu,up,quickNavOff,,20.1
navToItemMenuByTypingCharacter,w,quickNavOff,,22
activateMenuItem,ctrl+opt+space,,,24
activateMenuItem,enter,,,24.1
closeMenu,esc,,,26

0 comments on commit 47260aa

Please sign in to comment.