diff --git a/tests/plugins/a11yhelp/manual/commandstable.html b/tests/plugins/a11yhelp/manual/commandstable.html new file mode 100644 index 00000000000..29f590eb8bb --- /dev/null +++ b/tests/plugins/a11yhelp/manual/commandstable.html @@ -0,0 +1,45 @@ + + + + + + diff --git a/tests/plugins/a11yhelp/manual/commandstable.md b/tests/plugins/a11yhelp/manual/commandstable.md new file mode 100644 index 00000000000..82e59558956 --- /dev/null +++ b/tests/plugins/a11yhelp/manual/commandstable.md @@ -0,0 +1,15 @@ +@bender-tags: manual, 456, tc, 4.8.0, feature +@bender-ui: collapsed +@bender-ckeditor-plugins: wysiwygarea,a11yhelp + +1. Focus editor +1. Press `Alt + 0`, there should be section **Commands table** +1. Table should contain at least one keystroke `Alt + 0` +1. Press `Re-create editor`, this will remake editor and add 3 new keystrokes +1. Press `Alt + 0` +1. Table should contains 3 new keystrokes: + - `Alt + Shift + A` + - `Alt + Shift + B`, with description + - `Alt + Shift + C`, with modify label + +**Unexpected:** Keystrokes are not displayed in accessibility dialog.