]> git.mjollnir.org Git - moodle.git/commitdiff
Added more information on limitations of keyboard access.
authorvyshane <vyshane>
Fri, 1 Dec 2006 07:42:45 +0000 (07:42 +0000)
committervyshane <vyshane>
Fri, 1 Dec 2006 07:42:45 +0000 (07:42 +0000)
lang/en_utf8/help/editorshortcuts.html

index b72cb09bc613b35602e73c0eb6123c77b3c394ed..f4dfcd803ae6b82d9d024dc9ace02313bf3f478f 100644 (file)
         </tr>
     </table>
 
-</div>
\ No newline at end of file
+</div>
+
+<p>Current limitations:</p>
+<ul>
+    <li>We cannot currently use the Ctrl-` shortcut to toggle back from HTML source code view to WYSIWYG view.</li>
+    <li>There are no shortcuts for table operations (only available in fullscreen editor mode). These are not keyboard-friendly anyway as they depend on mouse usage for the selection of table cells to operate on.</li>
+</ul>
+
+