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
Copy file name to clipboardExpand all lines: articles/machine-learning/designer-accessibility.md
+10-6Lines changed: 10 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,12 +9,13 @@ ms.topic: reference
9
9
ms.author: peterlu
10
10
author: peterclu
11
11
ms.date: 01/09/2020
12
-
13
12
---
14
13
15
14
# Use a keyboard to use Azure Machine Learning designer (preview)
16
15
17
-
Use your keyboard and a screen reader to use Azure Machine Learning designer. 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.
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.
18
19
19
20
## Navigate the pipeline graph
20
21
@@ -32,7 +33,6 @@ The pipeline graph is organized as a list of lists. The top-level module list co
32
33
1. Use Ctrl+F6 to switch focus from the canvas to the module tree.
33
34
1. Find the desired module in the module tree using standard treeview control.
34
35
35
-
36
36
### Edit a module
37
37
38
38
To connect a module to another module:
@@ -45,7 +45,7 @@ To adjust module properties:
45
45
1. Use Ctrl + Shift + E when targetting a module to open the module properties.
46
46
1. Edit the module properties.
47
47
48
-
## Navigation keystrokes
48
+
## Navigation shortcuts
49
49
50
50
| Keystroke | Description |
51
51
|-|-|
@@ -55,9 +55,9 @@ To adjust module properties:
55
55
| Ctrl + Shift + E | Open module panel to set module properties when focus is on a node |
56
56
| Ctrl + G | Move focus to first failed node if pipeline run failed |
57
57
58
-
## Action keystrokes
58
+
## Action shortcuts
59
59
60
-
Use the following keystrokes with the access key. For more information on access keys, see https://en.wikipedia.org/wiki/Access_key.
60
+
Use the following shortcuts with the access key. For more information on access keys, see https://en.wikipedia.org/wiki/Access_key.
61
61
62
62
| Keystroke | Action |
63
63
|-|-|
@@ -70,3 +70,7 @@ Use the following keystrokes with the access key. For more information on access
70
70
| Access key + K | Open "Create inference pipeline" dropdown |
71
71
| Access key + U | Open "Update inference pipeline" dropdown |
72
72
| Access key + M | Open more(...) dropdown |
73
+
74
+
## Next steps
75
+
76
+
Learn more about [accessibility-related tools at Microsoft](https://www.microsoft.com/en-us/accessibility).
0 commit comments