annotate static/js/tinymce/jscripts/tiny_mce/themes/advanced/shortcuts.htm @ 205:b4566292bbfe tip

Update t-shirt inventory
author Brian Neal <bgneal@gmail.com>
date Sun, 06 Nov 2022 17:42:25 -0600
parents 966cde8635c0
children
rev   line source
bgneal@45 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
bgneal@45 2 <html xmlns="http://www.w3.org/1999/xhtml">
bgneal@45 3 <head>
bgneal@45 4 <title>{#advanced_dlg.accessibility_help}</title>
bgneal@45 5 <script type="text/javascript" src="../../tiny_mce_popup.js"></script>
bgneal@45 6 <script type="text/javascript">tinyMCEPopup.requireLangPack();</script>
bgneal@45 7 </head>
bgneal@45 8 <body id="content">
bgneal@45 9 <h1>{#advanced_dlg.accessibility_usage_title}</h1>
bgneal@45 10 <h2>Toolbars</h2>
bgneal@45 11 <p>Press ALT-F10 to move focus to the toolbars. Navigate through the buttons using the arrow keys.
bgneal@45 12 Press enter to activate a button and return focus to the editor.
bgneal@45 13 Press escape to return focus to the editor without performing any actions.</p>
bgneal@45 14
bgneal@45 15 <h2>Status Bar</h2>
bgneal@45 16 <p>To access the editor status bar, press ALT-F11. Use the left and right arrow keys to navigate between elements in the path.
bgneal@45 17 Press enter or space to select an element. Press escape to return focus to the editor without changing the selection.</p>
bgneal@45 18
bgneal@45 19 <h2>Context Menu</h2>
bgneal@45 20 <p>Press shift-F10 to activate the context menu. Use the up and down arrow keys to move between menu items. To open sub-menus press the right arrow key.
bgneal@45 21 To close submenus press the left arrow key. Press escape to close the context menu.</p>
bgneal@45 22
bgneal@45 23 <h1>Keyboard Shortcuts</h1>
bgneal@45 24 <table>
bgneal@45 25 <thead>
bgneal@45 26 <tr>
bgneal@45 27 <th>Keystroke</th>
bgneal@45 28 <th>Function</th>
bgneal@45 29 </tr>
bgneal@45 30 </thead>
bgneal@45 31 <tbody>
bgneal@45 32 <tr>
bgneal@45 33 <td>Control-B</td><td>Bold</td>
bgneal@45 34 </tr>
bgneal@45 35 <tr>
bgneal@45 36 <td>Control-I</td><td>Italic</td>
bgneal@45 37 </tr>
bgneal@45 38 <tr>
bgneal@45 39 <td>Control-Z</td><td>Undo</td>
bgneal@45 40 </tr>
bgneal@45 41 <tr>
bgneal@45 42 <td>Control-Y</td><td>Redo</td>
bgneal@45 43 </tr>
bgneal@45 44 </tbody>
bgneal@45 45 </table>
bgneal@45 46 </body>
bgneal@45 47 </html>