?
Path : /home/admin/public_html/old/components/com_jce/editor/tiny_mce/themes/advanced/tmpl/ |
Current File : /home/admin/public_html/old/components/com_jce/editor/tiny_mce/themes/advanced/tmpl/shortcuts.php |
<?php /** * @package JCE * @copyright Copyright (c) 2009-2015 Ryan Demmer. All rights reserved. * @license GNU/GPL 2 or later - http://www.gnu.org/licenses/old-licenses/gpl-2.0.html * JCE is free software. This version may have been modified pursuant * to the GNU General Public License, and as distributed it includes or * is derivative of works licensed under the GNU General Public License or * other free or open source software licenses. */ defined( '_JEXEC' ) or die('RESTRICTED'); ?> <h1><?php echo WFText::_('WF_ACCESSABILITY_USAGE_TITLE');?></h1> <h2>Toolbars</h2> <p>Press ALT-F10 to move focus to the toolbars. Navigate through the buttons using the arrow keys. Press enter to activate a button and return focus to the editor. Press escape to return focus to the editor without performing any actions.</p> <h2>Status Bar</h2> <p>To access the editor status bar, press ALT-F11. Use the left and right arrow keys to navigate between elements in the path. Press enter or space to select an element. Press escape to return focus to the editor without changing the selection.</p> <h2>Context Menu</h2> <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. To close submenus press the left arrow key. Press escape to close the context menu.</p> <h1>Keyboard Shortcuts</h1> <table> <thead> <tr> <th>Keystroke</th> <th>Function</th> </tr> </thead> <tbody> <tr> <td>Control-B</td><td>Bold</td> </tr> <tr> <td>Control-I</td><td>Italic</td> </tr> <tr> <td>Control-Z</td><td>Undo</td> </tr> <tr> <td>Control-Y</td><td>Redo</td> </tr> </tbody> </table>