en.js 4.0 KB

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