bgneal@442: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> bgneal@442: <html xmlns="http://www.w3.org/1999/xhtml"> bgneal@442: <head> bgneal@442: <title>{#advanced_dlg.accessibility_help}</title> bgneal@442: <script type="text/javascript" src="../../tiny_mce_popup.js"></script> bgneal@442: <script type="text/javascript">tinyMCEPopup.requireLangPack();</script> bgneal@442: </head> bgneal@442: <body id="content"> bgneal@442: <h1>{#advanced_dlg.accessibility_usage_title}</h1> bgneal@442: <h2>Toolbars</h2> bgneal@442: <p>Press ALT-F10 to move focus to the toolbars. Navigate through the buttons using the arrow keys. bgneal@442: Press enter to activate a button and return focus to the editor. bgneal@442: Press escape to return focus to the editor without performing any actions.</p> bgneal@442: bgneal@442: <h2>Status Bar</h2> bgneal@442: <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@442: Press enter or space to select an element. Press escape to return focus to the editor without changing the selection.</p> bgneal@442: bgneal@442: <h2>Context Menu</h2> bgneal@442: <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@442: To close submenus press the left arrow key. Press escape to close the context menu.</p> bgneal@442: bgneal@442: <h1>Keyboard Shortcuts</h1> bgneal@442: <table> bgneal@442: <thead> bgneal@442: <tr> bgneal@442: <th>Keystroke</th> bgneal@442: <th>Function</th> bgneal@442: </tr> bgneal@442: </thead> bgneal@442: <tbody> bgneal@442: <tr> bgneal@442: <td>Control-B</td><td>Bold</td> bgneal@442: </tr> bgneal@442: <tr> bgneal@442: <td>Control-I</td><td>Italic</td> bgneal@442: </tr> bgneal@442: <tr> bgneal@442: <td>Control-Z</td><td>Undo</td> bgneal@442: </tr> bgneal@442: <tr> bgneal@442: <td>Control-Y</td><td>Redo</td> bgneal@442: </tr> bgneal@442: </tbody> bgneal@442: </table> bgneal@442: </body> bgneal@442: </html>