diff --git a/entries/accordion.xml b/entries/accordion.xml index 569785cd..b4c107eb 100644 --- a/entries/accordion.xml +++ b/entries/accordion.xml @@ -21,16 +21,16 @@

When focus is on a header, the following key commands are available:

When focus is in a panel:

diff --git a/entries/autocomplete.xml b/entries/autocomplete.xml index 1b225fcf..34cdeb84 100644 --- a/entries/autocomplete.xml +++ b/entries/autocomplete.xml @@ -15,17 +15,17 @@

When the menu is open, the following key commands are available:

When the menu is closed, the following key commands are available:

diff --git a/entries/menu.xml b/entries/menu.xml index 9a5c2c6b..24d23bad 100644 --- a/entries/menu.xml +++ b/entries/menu.xml @@ -55,12 +55,12 @@

Keyboard interaction

Typing a letter moves focus to the first item whose title starts with that character. Repeating the same character cycles through matching items. Typing more characters within the one second timer matches those characters.

diff --git a/entries/selectmenu.xml b/entries/selectmenu.xml index f07acfb9..18055590 100644 --- a/entries/selectmenu.xml +++ b/entries/selectmenu.xml @@ -11,23 +11,23 @@

When the menu is open, the following key commands are available:

When the menu is closed, the following key commands are available:

diff --git a/entries/spinner.xml b/entries/spinner.xml index 4a6cddb8..71ac8504 100644 --- a/entries/spinner.xml +++ b/entries/spinner.xml @@ -12,10 +12,10 @@

Keyboard interaction

    -
  • UP: Increment the value by one step.
  • -
  • DOWN: Decrement the value by one step.
  • -
  • PAGE UP: Increment the value by one page.
  • -
  • PAGE DOWN: Decrement the value by one page.
  • +
  • UP: Increment the value by one step.
  • +
  • DOWN: Decrement the value by one step.
  • +
  • PAGE UP: Increment the value by one page.
  • +
  • PAGE DOWN: Decrement the value by one page.

Focus stays in the text field, even after using the mouse to click one of the spin buttons.

diff --git a/entries/tabs.xml b/entries/tabs.xml index c261fff8..2b2772e6 100644 --- a/entries/tabs.xml +++ b/entries/tabs.xml @@ -38,21 +38,21 @@

When focus is on a tab, the following key commands are available:

    -
  • UP/LEFT: Move focus to the previous tab. If on first tab, moves focus to last tab. Activate focused tab after a short delay.
  • -
  • DOWN/RIGHT: Move focus to the next tab. If on last tab, moves focus to first tab. Activate focused tab after a short delay.
  • -
  • HOME: Move focus to the first tab. Activate focused tab after a short delay.
  • -
  • END: Move focus to the last tab. Activate focused tab after a short delay.
  • -
  • SPACE: Activate panel associated with focused tab.
  • -
  • ENTER: Activate or toggle panel associated with focused tab.
  • -
  • ALT+PAGE UP: Move focus to the previous tab and immediately activate.
  • -
  • ALT+PAGE DOWN: Move focus to the next tab and immediately activate.
  • +
  • UP/LEFT: Move focus to the previous tab. If on first tab, moves focus to last tab. Activate focused tab after a short delay.
  • +
  • DOWN/RIGHT: Move focus to the next tab. If on last tab, moves focus to first tab. Activate focused tab after a short delay.
  • +
  • HOME: Move focus to the first tab. Activate focused tab after a short delay.
  • +
  • END: Move focus to the last tab. Activate focused tab after a short delay.
  • +
  • SPACE: Activate panel associated with focused tab.
  • +
  • ENTER: Activate or toggle panel associated with focused tab.
  • +
  • ALT/OPTION + PAGE UP: Move focus to the previous tab and immediately activate.
  • +
  • ALT/OPTION + PAGE DOWN: Move focus to the next tab and immediately activate.

When focus is in a panel, the following key commands are available:

    -
  • CTRL+UP: Move focus to associated tab.
  • -
  • ALT+PAGE UP: Move focus to the previous tab and immediately activate.
  • -
  • ALT+PAGE DOWN: Move focus to the next tab and immediately activate.
  • +
  • CTRL + UP: Move focus to associated tab.
  • +
  • ALT/OPTION + PAGE UP: Move focus to the previous tab and immediately activate.
  • +
  • ALT/OPTION + PAGE DOWN: Move focus to the next tab and immediately activate.