diff --git a/content/patterns/listbox/examples/listbox-rearrangeable.html b/content/patterns/listbox/examples/listbox-rearrangeable.html index 235f59ba2f..22152fcd18 100644 --- a/content/patterns/listbox/examples/listbox-rearrangeable.html +++ b/content/patterns/listbox/examples/listbox-rearrangeable.html @@ -384,11 +384,11 @@

Multiple selection keys supported in example 2Moves focus to and selects the previous option. - Control + Shift + Home + Control + Shift + Home Selects from the focused option to the beginning of the list. - Control + Shift + End + Control + Shift + End Selects from the focused option to the end of the list. diff --git a/content/patterns/listbox/listbox-pattern.html b/content/patterns/listbox/listbox-pattern.html index 1082bd1d68..f17aab71bf 100644 --- a/content/patterns/listbox/listbox-pattern.html +++ b/content/patterns/listbox/listbox-pattern.html @@ -113,11 +113,11 @@

Keyboard Interaction

  • Shift + Up Arrow (Optional): Moves focus to and toggles the selected state of the previous option.
  • Shift + Space (Optional): Selects contiguous items from the most recently selected item to the focused item.
  • - Control + Shift + Home (Optional): Selects the focused option and all options up to the first option. + Control + Shift + Home (Optional): Selects the focused option and all options up to the first option. Optionally, moves focus to the first option.
  • - Control + Shift + End (Optional): Selects the focused option and all options down to the last option. + Control + Shift + End (Optional): Selects the focused option and all options down to the last option. Optionally, moves focus to the last option.
  • @@ -136,11 +136,11 @@

    Keyboard Interaction

  • Control + Space Changes the selection state of the focused option.
  • Shift + Space (Optional): Selects contiguous items from the most recently selected item to the focused item.
  • - Control + Shift + Home (Optional): Selects the focused option and all options up to the first option. + Control + Shift + Home (Optional): Selects the focused option and all options up to the first option. Optionally, moves focus to the first option.
  • - Control + Shift + End (Optional): Selects the focused option and all options down to the last option. + Control + Shift + End (Optional): Selects the focused option and all options down to the last option. Optionally, moves focus to the last option.
  • diff --git a/content/patterns/treeview/treeview-pattern.html b/content/patterns/treeview/treeview-pattern.html index 3de39c9b84..8eaff4c7e1 100644 --- a/content/patterns/treeview/treeview-pattern.html +++ b/content/patterns/treeview/treeview-pattern.html @@ -131,11 +131,11 @@

    Keyboard Interaction

  • Shift + Up Arrow (Optional): Moves focus to and toggles the selection state of the previous node.
  • Shift + Space (Optional): Selects contiguous nodes from the most recently selected node to the current node.
  • - Control + Shift + Home (Optional): Selects the node with focus and all nodes up to the first node. + Control + Shift + Home (Optional): Selects the node with focus and all nodes up to the first node. Optionally, moves focus to the first node.
  • - Control + Shift + End (Optional): Selects the node with focus and all nodes down to the last node. + Control + Shift + End (Optional): Selects the node with focus and all nodes down to the last node. Optionally, moves focus to the last node.
  • @@ -154,11 +154,11 @@

    Keyboard Interaction

  • Control + Space: Toggles the selection state of the focused node.
  • Shift + Space (Optional): Selects contiguous nodes from the most recently selected node to the current node.
  • - Control + Shift + Home (Optional): Selects the node with focus and all nodes up to the first node. + Control + Shift + Home (Optional): Selects the node with focus and all nodes up to the first node. Optionally, moves focus to the first node.
  • - Control + Shift + End (Optional): Selects the node with focus and all nodes down to the last node. + Control + Shift + End (Optional): Selects the node with focus and all nodes down to the last node. Optionally, moves focus to the last node.
  • diff --git a/content/practices/keyboard-interface/keyboard-interface-practice.html b/content/practices/keyboard-interface/keyboard-interface-practice.html index 5a6c0760b9..429dba46e0 100644 --- a/content/practices/keyboard-interface/keyboard-interface-practice.html +++ b/content/practices/keyboard-interface/keyboard-interface-practice.html @@ -480,7 +480,7 @@

    Key Assignment Conventions for Common Functions

    Redo action Control + Y - Command + Shift + Z + Command + Shift + Z