en.js 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. tinymce.Resource.add('tinymce.html-i18n.help-keynav.en',
  2. '<h1>Begin keyboard navigation</h1>\n' +
  3. '\n' +
  4. '<dl>\n' +
  5. ' <dt>Focus the Menu bar</dt>\n' +
  6. ' <dd>Windows or Linux: Alt+F9</dd>\n' +
  7. ' <dd>macOS: &#x2325;F9</dd>\n' +
  8. ' <dt>Focus the Toolbar</dt>\n' +
  9. ' <dd>Windows or Linux: Alt+F10</dd>\n' +
  10. ' <dd>macOS: &#x2325;F10</dd>\n' +
  11. ' <dt>Focus the footer</dt>\n' +
  12. ' <dd>Windows or Linux: Alt+F11</dd>\n' +
  13. ' <dd>macOS: &#x2325;F11</dd>\n' +
  14. ' <dt>Focus a contextual toolbar</dt>\n' +
  15. ' <dd>Windows, Linux or macOS: Ctrl+F9\n' +
  16. '</dl>\n' +
  17. '\n' +
  18. '<p>Navigation will start at the first UI item, which will be highlighted, or underlined in the case of the first item in\n' +
  19. ' the Footer element path.</p>\n' +
  20. '\n' +
  21. '<h1>Navigate between UI sections</h1>\n' +
  22. '\n' +
  23. '<p>To move from one UI section to the next, press <strong>Tab</strong>.</p>\n' +
  24. '\n' +
  25. '<p>To move from one UI section to the previous, press <strong>Shift+Tab</strong>.</p>\n' +
  26. '\n' +
  27. '<p>The <strong>Tab</strong> order of these UI sections is:</p>\n' +
  28. '\n' +
  29. '<ol>\n' +
  30. ' <li>Menu bar</li>\n' +
  31. ' <li>Each toolbar group</li>\n' +
  32. ' <li>Sidebar</li>\n' +
  33. ' <li>Element path in the footer</li>\n' +
  34. ' <li>Word count toggle button in the footer</li>\n' +
  35. ' <li>Branding link in the footer</li>\n' +
  36. ' <li>Editor resize handle in the footer</li>\n' +
  37. '</ol>\n' +
  38. '\n' +
  39. '<p>If a UI section is not present, it is skipped.</p>\n' +
  40. '\n' +
  41. '<p>If the footer has keyboard navigation focus, and there is no visible sidebar, pressing <strong>Shift+Tab</strong>\n' +
  42. ' moves focus to the first toolbar group, not the last.</p>\n' +
  43. '\n' +
  44. '<h1>Navigate within UI sections</h1>\n' +
  45. '\n' +
  46. '<p>To move from one UI element to the next, press the appropriate <strong>Arrow</strong> key.</p>\n' +
  47. '\n' +
  48. '<p>The <strong>Left</strong> and <strong>Right</strong> arrow keys</p>\n' +
  49. '\n' +
  50. '<ul>\n' +
  51. ' <li>move between menus in the menu bar.</li>\n' +
  52. ' <li>open a sub-menu in a menu.</li>\n' +
  53. ' <li>move between buttons in a toolbar group.</li>\n' +
  54. ' <li>move between items in the footer’s element path.</li>\n' +
  55. '</ul>\n' +
  56. '\n' +
  57. '<p>The <strong>Down</strong> and <strong>Up</strong> arrow keys</p>\n' +
  58. '\n' +
  59. '<ul>\n' +
  60. ' <li>move between menu items in a menu.</li>\n' +
  61. ' <li>move between items in a toolbar pop-up menu.</li>\n' +
  62. '</ul>\n' +
  63. '\n' +
  64. '<p><strong>Arrow</strong> keys cycle within the focused UI section.</p>\n' +
  65. '\n' +
  66. '<p>To close an open menu, an open sub-menu, or an open pop-up menu, press the <strong>Esc</strong> key.</p>\n' +
  67. '\n' +
  68. '<p>If the current focus is at the ‘top’ of a particular UI section, pressing the <strong>Esc</strong> key also exits\n' +
  69. ' keyboard navigation entirely.</p>\n' +
  70. '\n' +
  71. '<h1>Execute a menu item or toolbar button</h1>\n' +
  72. '\n' +
  73. '<p>When the desired menu item or toolbar button is highlighted, press <strong>Return</strong>, <strong>Enter</strong>,\n' +
  74. ' or the <strong>Space bar</strong> to execute the item.</p>\n' +
  75. '\n' +
  76. '<h1>Navigate non-tabbed dialogs</h1>\n' +
  77. '\n' +
  78. '<p>In non-tabbed dialogs, the first interactive component takes focus when the dialog opens.</p>\n' +
  79. '\n' +
  80. '<p>Navigate between interactive dialog components by pressing <strong>Tab</strong> or <strong>Shift+Tab</strong>.</p>\n' +
  81. '\n' +
  82. '<h1>Navigate tabbed dialogs</h1>\n' +
  83. '\n' +
  84. '<p>In tabbed dialogs, the first button in the tab menu takes focus when the dialog opens.</p>\n' +
  85. '\n' +
  86. '<p>Navigate between interactive components of this dialog tab by pressing <strong>Tab</strong> or\n' +
  87. ' <strong>Shift+Tab</strong>.</p>\n' +
  88. '\n' +
  89. '<p>Switch to another dialog tab by giving the tab menu focus and then pressing the appropriate <strong>Arrow</strong>\n' +
  90. ' key to cycle through the available tabs.</p>\n');