You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Applications that have met the Microsoft Windows accessibility standards follow a standard menu scheme with headings like File, Edit, View, and so on. Pressing the Alt key will highlight the menu bar. enabling navigation by pressing appropriate keys (corresponding to underlined letters) or by pressing the arrow keys. Most modern applications include this feature.
Also available in many applications is the ability to press the TAB key to set the next available input as active, which allows for full keyboard interaction in the main view as well. I am not sure to the extent which this particular functionality has been considered or implemented.
Possible Solution
A possible solution may be to include some functionality in the action manager to help applications implement this.
Media
This screenshot depicts the menu bar for VSCode, before and after pressing ALT. Note how each option includes an underlined character; the user can press ALT along with the associated letter to open the menu; the menu then contains underlines for each menu item. Note also the highlight cursor; the user can use the arrow keys or ENTER to select menu items as well.
Context
I am looking to make my application fully accessible, and adding keyboard navigation in a similar vein to modern programs like Firefox and Chrome is one step in that process.
The text was updated successfully, but these errors were encountered:
Applications that have met the Microsoft Windows accessibility standards follow a standard menu scheme with headings like File, Edit, View, and so on. Pressing the Alt key will highlight the menu bar. enabling navigation by pressing appropriate keys (corresponding to underlined letters) or by pressing the arrow keys. Most modern applications include this feature.
Also available in many applications is the ability to press the TAB key to set the next available input as active, which allows for full keyboard interaction in the main view as well. I am not sure to the extent which this particular functionality has been considered or implemented.
Possible Solution
A possible solution may be to include some functionality in the action manager to help applications implement this.
Media
This screenshot depicts the menu bar for VSCode, before and after pressing ALT. Note how each option includes an underlined character; the user can press ALT along with the associated letter to open the menu; the menu then contains underlines for each menu item. Note also the highlight cursor; the user can use the arrow keys or ENTER to select menu items as well.
Context
I am looking to make my application fully accessible, and adding keyboard navigation in a similar vein to modern programs like Firefox and Chrome is one step in that process.
The text was updated successfully, but these errors were encountered: