|
| 1 | +--- |
| 2 | +title: Use accessibility features in the designer (preview) |
| 3 | +titleSuffix: Azure Machine Learning |
| 4 | +description: Learn about the keyboard shortcuts and screen reader accessibility features available in the designer. |
| 5 | +services: machine-learning |
| 6 | +ms.service: machine-learning |
| 7 | +ms.subservice: core |
| 8 | +ms.topic: reference |
| 9 | +ms.author: peterlu |
| 10 | +author: peterclu |
| 11 | +ms.date: 01/09/2020 |
| 12 | +--- |
| 13 | + |
| 14 | +# Use a keyboard to use Azure Machine Learning designer (preview) |
| 15 | + |
| 16 | +Learn how to use a keyboard and screen reader to use Azure Machine Learning designer. For a list of keyboard shortcuts that work everywhere in the Azure portal, see [Keyboard shortcuts in the Azure portal](../azure-portal/azure-portal-keyboard-shortcuts.md) |
| 17 | + |
| 18 | +This workflow has been tested with [Narrator](https://support.microsoft.com/help/22798/windows-10-complete-guide-to-narrator) and [JAWS](https://www.freedomscientific.com/products/software/jaws/), but it should work with other standard screen readers. |
| 19 | + |
| 20 | +## Navigate the pipeline graph |
| 21 | + |
| 22 | +The pipeline graph is organized as a list of lists. The top-level module list contains all of the module in the pipeline. Each item in the module list contains a connection list that describes all of its connections. |
| 23 | + |
| 24 | +1. In the module list, use the arrow key to switch modules. |
| 25 | +1. Use tab to open the connection list for the target module. |
| 26 | +1. Use arrow key to switch between the connection ports for the module. |
| 27 | +1. Use “G” to go to the target module. |
| 28 | + |
| 29 | +## Edit the pipeline graph |
| 30 | + |
| 31 | +### Add a module to the graph |
| 32 | + |
| 33 | +1. Use Ctrl+F6 to switch focus from the canvas to the module tree. |
| 34 | +1. Find the desired module in the module tree using standard treeview control. |
| 35 | + |
| 36 | +### Edit a module |
| 37 | + |
| 38 | +To connect a module to another module: |
| 39 | + |
| 40 | +1. Use Ctrl + Shift + H when targeting a module in the module list to open the connection helper. |
| 41 | +1. Edit the connection ports for the module. |
| 42 | + |
| 43 | +To adjust module properties: |
| 44 | + |
| 45 | +1. Use Ctrl + Shift + E when targeting a module to open the module properties. |
| 46 | +1. Edit the module properties. |
| 47 | + |
| 48 | +## Navigation shortcuts |
| 49 | + |
| 50 | +| Keystroke | Description | |
| 51 | +|-|-| |
| 52 | +| Ctrl + F6 | Toggle focus between canvas and module tree | |
| 53 | +| Ctrl + F1 | Open the information card when focusing on a node in module tree | |
| 54 | +| Ctrl + Shift + H | Open the connection helper when focus is on a node | |
| 55 | +| Ctrl + Shift + E | Open module properties when focus is on a node | |
| 56 | +| Ctrl + G | Move focus to first failed node if the pipeline run failed | |
| 57 | + |
| 58 | +## Action shortcuts |
| 59 | + |
| 60 | +Use the following shortcuts with the access key. For more information on access keys, see https://en.wikipedia.org/wiki/Access_key. |
| 61 | + |
| 62 | +| Keystroke | Action | |
| 63 | +|-|-| |
| 64 | +| Access key + R | Run | |
| 65 | +| Access key + P | Publish | |
| 66 | +| Access key + C | Clone | |
| 67 | +| Access key + D | Deploy | |
| 68 | +| Access key + I | Create/update inference pipeline | |
| 69 | +| Access key + B | Create/update batch inference pipeline | |
| 70 | +| Access key + K | Open "Create inference pipeline" dropdown | |
| 71 | +| Access key + U | Open "Update inference pipeline" dropdown | |
| 72 | +| Access key + M | Open more(...) dropdown | |
| 73 | + |
| 74 | +## Next steps |
| 75 | + |
| 76 | +- [Turn on high contrast or change theme](../azure-portal/azure-portal-change-theme-high-contrast.md) |
| 77 | +- [Accessibility related tools at Microsoft](https://www.microsoft.com/accessibility) |
0 commit comments