Thunderbird:Help Documentation:Keyboard Shortcuts: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
m (Replying to comment...)
(I change my mind...make it easier to edit over making a transition to source easier...)
Line 19: Line 19:


What's this mean?  Basically, never use "Ctrl/Alt/Shift/Return", and instead type them as "META", "ALT", "CONTROL", "SHIFT", and "RETURN".  The reason for this is that the help docs won't stay in this wiki when they've matured - they'll get moved into the main source repository, and using all-caps refs will make it easy to do search-and-replaces to have everything work correctly when it's embedded in the application.
What's this mean?  Basically, never use "Ctrl/Alt/Shift/Return", and instead type them as "META", "ALT", "CONTROL", "SHIFT", and "RETURN".  The reason for this is that the help docs won't stay in this wiki when they've matured - they'll get moved into the main source repository, and using all-caps refs will make it easy to do search-and-replaces to have everything work correctly when it's embedded in the application.
Finally, please wrap all keys inside a <kbd/> element, as that's how it'll be done in the help docs.  Sure, it looks ugly when you look at it on the wiki page because Wikimedia is evil, but it's better for actually getting it into the main source code eventually.


Examples:
Examples:
Do this:                           Not this:
DO this:     DON'T do this:
<kbd>META</kbd>+<kbd>J</kbd>       <kbd>Ctrl</kbd>+<kbd>J</kbd>, <kbd>Cmd</kbd>+<kbd>J</kbd>
META+J      Ctrl+J, Cmd+J
<kbd>CONTROL</kbd>+<kbd>D</kbd>   <kbd>Ctrl</kbd>+<kbd>D</kbd>
CONTROL+D    Ctrl+D
<kbd>ALT</kbd>+<kbd>D</kbd>       <kbd>Alt</kbd>+<kbd>D</kbd>, <kbd>Opt</kbd>+<kbd>D</kbd>
ALT+D        Alt+D, Opt+D
SHIFT+F5                           <kbd>Shift</kbd>+<kbd>F5</kbd>
SHIFT+F5     Shift+F5


-->
-->
Line 54: Line 52:
   <tbody>
   <tbody>
     <tr>
     <tr>
       <td>Add Bookmark</td>
       <td>Random command</td>
       <td><kbd>META</kbd>+<kbd>D</kbd></td>
       <td>META+D</td>
       <td><kbd>META</kbd>+<kbd>D</kbd></td>
       <td>META+D</td>
       <td><kbd>META</kbd>+<kbd>T</kbd></td>
       <td>META+T</td>
       <td>hi</td>
       <td>?</td>
       <td>hi</td>
       <td>?</td>
     </tr>
     </tr>
   </tbody>
   </tbody>
</table>
</table>

Revision as of 18:28, 11 January 2005

This table will include keyboard shortcuts for all applications covered in the app-specific areas. It will be in one file, with the visibility of columns controlled via platform-specific CSS. This is technically doable, but it may require a little extra hacking, because we unfortunately can't set display: none on table columns (the W3-specified way is visibility: collapse, with collapse being the only recognized value for the property).




This is a list of the keyboard shortcuts in Thunderbird and other applications.

<thead> </thead> <tbody> </tbody>
Command Thunderbird Outlook Express Evolution KMail Mail.app
Random command META+D META+D META+T ? ?