@innovastudio/contentbuilder 1.2.4-rc11 → 1.2.4-rc12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -68073,7 +68073,10 @@ class ShortcutInfo {
|
|
|
68073
68073
|
<td>${util.out('Navigate to the previous control')}</td><td>${util.out('Shift')}+${util.out('Tab')}</td>
|
|
68074
68074
|
</tr>
|
|
68075
68075
|
<tr>
|
|
68076
|
-
<td>${util.out('Select control that has focus')}
|
|
68076
|
+
<td>${util.out('Select control that has focus')}<br></td><td>${util.out('Enter')} ${util.out('or')} ${util.out('Spacebar')}</td>
|
|
68077
|
+
</tr>
|
|
68078
|
+
<tr>
|
|
68079
|
+
<td>${util.out('Select option that has focus (eg. checkbox)')}<br></td><td>${util.out('Spacebar')}</td>
|
|
68077
68080
|
</tr>
|
|
68078
68081
|
<tr>
|
|
68079
68082
|
<td>${util.out('Move up in selection list or menu')}</td><td>${util.out('Up arrow')}</td>
|