2008-08-20 08:20:22 +02:00
< ? php
/**
* @ package TinyMCE
* @ author Moxiecode
* @ copyright Copyright © 2005 - 2006 , Moxiecode Systems AB , All rights reserved .
*/
/** @ignore */
2013-09-25 02:18:11 +02:00
require_once ( dirname ( dirname ( dirname ( dirname ( __FILE__ ) ) ) ) . '/wp-load.php' );
2007-01-31 03:07:21 +01:00
header ( 'Content-Type: text/html; charset=' . get_bloginfo ( 'charset' ));
?>
2011-07-22 02:25:41 +02:00
<! DOCTYPE html >
2006-09-27 02:51:17 +02:00
< html xmlns = " http://www.w3.org/1999/xhtml " < ? php language_attributes (); ?> >
2005-11-19 20:41:21 +01:00
< head >
2006-09-27 02:51:17 +02:00
< meta http - equiv = " Content-Type " content = " <?php bloginfo('html_type'); ?>; charset=<?php echo get_option('blog_charset'); ?> " />
2014-04-08 04:32:14 +02:00
< title >< ? php _e ( 'Keyboard Shortcuts' ); ?> </title>
2014-04-08 01:53:15 +02:00
2014-02-18 07:32:14 +01:00
< ? php wp_admin_css ( 'wp-admin' , true ); ?>
2005-11-19 20:41:21 +01:00
< style type = " text/css " >
2014-02-18 07:32:14 +01:00
html {
background : #fcfcfc;
overflow : hidden ;
}
2011-11-09 15:38:37 +01:00
body {
min - width : 0 ;
}
2014-02-18 07:32:14 +01:00
2014-04-08 04:32:14 +02:00
. wrap {
2008-01-22 07:23:46 +01:00
background - color : #fff;
2014-02-18 07:32:14 +01:00
border - top : 1 px solid #ddd;
2014-04-08 04:32:14 +02:00
height : 390 px ;
2014-02-18 07:32:14 +01:00
margin : 0 ;
2014-03-27 01:08:15 +01:00
overflow : auto ;
2014-02-18 07:32:14 +01:00
padding : 10 px 16 px ;
2005-11-19 20:41:21 +01:00
}
2014-02-18 07:32:14 +01:00
2005-11-19 20:41:21 +01:00
th {
text - align : center ;
}
2014-02-18 07:32:14 +01:00
2005-11-19 20:41:21 +01:00
. top th {
text - decoration : underline ;
}
2014-02-18 07:32:14 +01:00
2005-11-19 20:41:21 +01:00
. top . key {
text - align : center ;
2008-11-30 11:22:16 +01:00
width : 5 em ;
2005-11-19 20:41:21 +01:00
}
2014-02-18 07:32:14 +01:00
2008-03-04 01:07:29 +01:00
. keys {
2014-02-18 07:32:14 +01:00
border : 0 none ;
2008-03-04 01:07:29 +01:00
margin - bottom : 15 px ;
2012-07-13 02:26:49 +02:00
width : 100 % ;
2008-03-04 01:07:29 +01:00
}
2014-02-18 07:32:14 +01:00
2008-03-04 01:07:29 +01:00
. keys p {
2005-11-19 20:41:21 +01:00
display : inline - block ;
margin : 0 px ;
padding : 0 px ;
}
2014-02-18 07:32:14 +01:00
. keys . left {
text - align : left ;
2005-11-19 20:41:21 +01:00
}
2014-02-18 07:32:14 +01:00
. keys . center {
2005-11-19 20:41:21 +01:00
text - align : center ;
}
2014-02-18 07:32:14 +01:00
. keys . right {
text - align : right ;
2005-11-19 20:41:21 +01:00
}
</ style >
2010-05-03 07:49:19 +02:00
< ? php if ( is_rtl () ) : ?>
2006-09-27 02:51:17 +02:00
< style type = " text/css " >
2014-02-18 07:32:14 +01:00
. keys . left {
text - align : right ;
2006-09-27 02:51:17 +02:00
}
2014-02-18 07:32:14 +01:00
. keys . right {
text - align : left ;
2006-09-27 02:51:17 +02:00
}
2014-02-18 07:32:14 +01:00
2006-09-27 02:51:17 +02:00
</ style >
2007-09-04 01:32:58 +02:00
< ? php endif ; ?>
2012-07-13 02:26:49 +02:00
</ head >
2012-11-30 14:40:59 +01:00
< body class = " windows wp-core-ui " >
2008-11-30 11:22:16 +01:00
2014-04-08 04:32:14 +02:00
< div class = " wrap " >
2005-11-19 20:41:21 +01:00
2014-04-08 04:32:14 +02:00
< div >
2014-02-18 07:32:14 +01:00
< p >< ? php _e ( 'Rather than reaching for your mouse to click on the toolbar, use these access keys. Windows and Linux use Ctrl + letter. Macintosh uses Command + letter.' ); ?> </p>
2011-05-19 20:49:36 +02:00
2012-07-13 02:26:49 +02:00
< table class = " keys " >
2012-08-03 20:12:45 +02:00
< tr class = " top " >< th class = " key center " >< ? php _e ( 'Letter' ); ?> </th><th class="left"><?php _e('Action'); ?></th><th class="key center"><?php _e('Letter'); ?></th><th class="left"><?php _e('Action'); ?></th></tr>
< tr >< th > c </ th >< td >< ? php _e ( 'Copy' ); ?> </td><th>v</th><td><?php _e('Paste'); ?></td></tr>
< tr >< th > a </ th >< td >< ? php _e ( 'Select all' ); ?> </td><th>x</th><td><?php _e('Cut'); ?></td></tr>
< tr >< th > z </ th >< td >< ? php _e ( 'Undo' ); ?> </td><th>y</th><td><?php _e('Redo'); ?></td></tr>
< tr >< th > b </ th >< td >< ? php _e ( 'Bold' ); ?> </td><th>i</th><td><?php _e('Italic'); ?></td></tr>
< tr >< th > u </ th >< td >< ? php _e ( 'Underline' ); ?> </td><th>1</th><td><?php _e('Heading 1'); ?></td></tr>
< tr >< th > 2 </ th >< td >< ? php _e ( 'Heading 2' ); ?> </td><th>3</th><td><?php _e('Heading 3'); ?></td></tr>
< tr >< th > 4 </ th >< td >< ? php _e ( 'Heading 4' ); ?> </td><th>5</th><td><?php _e('Heading 5'); ?></td></tr>
2014-12-07 00:53:22 +01:00
< tr >< th > 6 </ th >< td >< ? php _e ( 'Heading 6' ); ?> </td><th>k</th><td><?php _e('Insert/edit link'); ?></td></tr>
2008-02-27 06:36:42 +01:00
</ table >
2008-08-09 07:36:14 +02:00
2012-08-03 20:12:45 +02:00
< p >< ? php _e ( 'The following shortcuts use different access keys: Alt + Shift + letter.' ); ?> </p>
2012-07-13 02:26:49 +02:00
< table class = " keys " >
2012-08-03 20:12:45 +02:00
< tr class = " top " >< th class = " key center " >< ? php _e ( 'Letter' ); ?> </th><th class="left"><?php _e('Action'); ?></th><th class="key center"><?php _e('Letter'); ?></th><th class="left"><?php _e('Action'); ?></th></tr>
< tr >< th > n </ th >< td >< ? php _e ( 'Check Spelling' ); ?> </td><th>l</th><td><?php _e('Align Left'); ?></td></tr>
< tr >< th > j </ th >< td >< ? php _e ( 'Justify Text' ); ?> </td><th>c</th><td><?php _e('Align Center'); ?></td></tr>
< tr >< th > d </ th >< td >< span style = " text-decoration: line-through; " >< ? php _e ( 'Strikethrough' ); ?> </span></td><th>r</th><td><?php _e('Align Right'); ?></td></tr>
< tr >< th > u </ th >< td >< strong >& bull ; </ strong > < ? php _e ( 'List' ); ?> </td><th>a</th><td><?php _e('Insert link'); ?></td></tr>
< tr >< th > o </ th >< td > 1. < ? php _e ( 'List' ); ?> </td><th>s</th><td><?php _e('Remove link'); ?></td></tr>
< tr >< th > q </ th >< td >< ? php _e ( 'Quote' ); ?> </td><th>m</th><td><?php _e('Insert Image'); ?></td></tr>
2012-11-06 01:28:01 +01:00
< tr >< th > w </ th >< td >< ? php _e ( 'Distraction Free Writing mode' ); ?> </td><th>t</th><td><?php _e('Insert More Tag'); ?></td></tr>
2012-08-03 20:12:45 +02:00
< tr >< th > p </ th >< td >< ? php _e ( 'Insert Page Break tag' ); ?> </td><th>h</th><td><?php _e('Help'); ?></td></tr>
2014-04-08 01:53:15 +02:00
< tr >< th > x </ th >< td >< ? php _e ( 'Add/remove code tag' ); ?> </td><th> </th><td> </td></tr>
2012-07-13 02:26:49 +02:00
</ table >
2014-12-07 00:53:22 +01:00
< p >< ? php _e ( 'Focus shortcuts:' ); ?> </p>
< table class = " keys focus " >
< tr >< th class = " left " > Alt + F8 </ th >< td >< ? php _e ( 'Image toolbar (when an image is selected)' ); ?> </td></tr>
< tr >< th class = " left " > Alt + F9 </ th >< td >< ? php _e ( 'Editor menu (when enabled)' ); ?> </td></tr>
< tr >< th class = " left " > Alt + F10 </ th >< td >< ? php _e ( 'Editor toolbar' ); ?> </td></tr>
< tr >< th class = " left " > Alt + F11 </ th >< td >< ? php _e ( 'Elements path' ); ?> </td></tr>
</ table >
< p >< ? php _e ( 'To move focus to other buttons use Tab or the arrow keys. To return focus to the editor press Escape or use one of the buttons.' ); ?> </p>
2005-11-19 20:41:21 +01:00
</ div >
2008-01-31 19:10:46 +01:00
</ div >
2005-11-19 20:41:21 +01:00
</ body >
</ html >