]> git.mxchange.org Git - friendica.git/blob - library/tinymce/jscripts/tiny_mce/themes/advanced/shortcuts.htm
update tinymce to 3.5b2 to fix issues with FF 11 and pasting into code blocks
[friendica.git] / library / tinymce / jscripts / tiny_mce / themes / advanced / shortcuts.htm
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\r
2 <html xmlns="http://www.w3.org/1999/xhtml">\r
3         <head>\r
4                 <title>{#advanced_dlg.accessibility_help}</title>\r
5                 <script type="text/javascript" src="../../tiny_mce_popup.js"></script>\r
6                 <script type="text/javascript">tinyMCEPopup.requireLangPack();</script>\r
7         </head>\r
8         <body id="content">\r
9                 <h1>{#advanced_dlg.accessibility_usage_title}</h1>\r
10                 <h2>Toolbars</h2>\r
11                 <p>Press ALT-F10 to move focus to the toolbars. Navigate through the buttons using the arrow keys.\r
12                 Press enter to activate a button and return focus to the editor.\r
13                 Press escape to return focus to the editor without performing any actions.</p>\r
14                 \r
15                 <h2>Status Bar</h2>\r
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.\r
17                 Press enter or space to select an element. Press escape to return focus to the editor without changing the selection.</p>\r
18                 \r
19                 <h2>Context Menu</h2>\r
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.\r
21                 To close submenus press the left arrow key.  Press escape to close the context menu.</p>\r
22                 \r
23                 <h1>Keyboard Shortcuts</h1>\r
24                 <table>\r
25                         <thead>\r
26                                 <tr>\r
27                                         <th>Keystroke</th>\r
28                                         <th>Function</th>\r
29                                 </tr>\r
30                         </thead>\r
31                         <tbody>\r
32                                 <tr>\r
33                                         <td>Control-B</td><td>Bold</td>\r
34                                 </tr>\r
35                                 <tr>\r
36                                         <td>Control-I</td><td>Italic</td>\r
37                                 </tr>\r
38                                 <tr>\r
39                                         <td>Control-Z</td><td>Undo</td>\r
40                                 </tr>\r
41                                 <tr>\r
42                                         <td>Control-Y</td><td>Redo</td>\r
43                                 </tr>\r
44                         </tbody>\r
45                 </table>\r
46         </body>\r
47 </html>\r